Skip to content

Commit c57f2c3

Browse files
committed
ci-multinode: Allow rebooting for SELinux state
The Yoga overcloud host images currently have SELinux disabled, but the default config enables SELinux in permissive mode on Rocky Linux 9. This change allows the ci-multinode environment to run on these images.
1 parent d77fcb1 commit c57f2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/environments/ci-multinode/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ stackhpc_barbican_role_id_file_path: "/tmp/barbican-role-id"
6464
###############################################################################
6565

6666
# Avoid a reboot.
67-
disable_selinux_do_reboot: false
67+
disable_selinux_do_reboot: true
6868

6969
###############################################################################
7070
# Dummy variable to allow Ansible to accept this file.

0 commit comments

Comments
 (0)