Skip to content

Commit 76ff290

Browse files
committed
CI: Set selinux_state to disabled for ci-builder environment
Without this it fails during seed host configuration because SELinux is disabled.
1 parent ff0e6dc commit 76ff290

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ os_distribution: "{{ lookup('pipe', '. /etc/os-release && echo $ID') | trim }}"
1212
# SELinux.
1313

1414
# Avoid a reboot.
15-
selinux_do_reboot: false
15+
selinux_state: disabled

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

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

6565
# Avoid a reboot.
66-
selinux_do_reboot: false
66+
selinux_state: disabled
6767

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

0 commit comments

Comments
 (0)