stackhpc / stackhpc-kayobe-config

StackHPC Kayobe configuration
Apache License 2.0
12 stars 20 forks source link

Set selinux_do_reboot to true for ci-multinode #1324

Closed seunghun1ee closed 1 month ago

seunghun1ee commented 1 month ago

selinux_do_reboot is false by default in Kayobe. This causes multinode automation to fail in host configure because SELinux state is updated but reboot is not allowed.

This allows reboot so, host configure can run without failure.