Skip to content

Commit 38876d7

Browse files
authored
Set selinux_do_reboot to true for ci-multinode (#1324)
``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.
1 parent ee6381c commit 38876d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ os_release: >-
6060
stackhpc_write_barbican_role_id_to_file: true
6161
stackhpc_barbican_role_id_file_path: "/tmp/barbican-role-id"
6262

63+
# Enable rebooting to update SELinux state
64+
selinux_do_reboot: true
65+
6366
###############################################################################
6467
# Dummy variable to allow Ansible to accept this file.
6568
workaround_ansible_issue_8743: yes

0 commit comments

Comments
 (0)