Skip to content

Commit

Permalink
Set selinux_do_reboot to true for ci-multinode (#1324)
Browse files Browse the repository at this point in the history
``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.
  • Loading branch information
seunghun1ee authored Oct 11, 2024
1 parent ee6381c commit 38876d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/kayobe/environments/ci-multinode/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ os_release: >-
stackhpc_write_barbican_role_id_to_file: true
stackhpc_barbican_role_id_file_path: "/tmp/barbican-role-id"

# Enable rebooting to update SELinux state
selinux_do_reboot: true

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes

0 comments on commit 38876d7

Please sign in to comment.