Skip to content

Commit 15dee25

Browse files
committed
Set selinux_do_reboot to true for ci-multinode
``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 8645685 commit 15dee25

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)