diff --git a/.github/workflows/stackhpc-all-in-one.yml b/.github/workflows/stackhpc-all-in-one.yml index 1bf238ac0..7a0102ef3 100644 --- a/.github/workflows/stackhpc-all-in-one.yml +++ b/.github/workflows/stackhpc-all-in-one.yml @@ -34,7 +34,7 @@ on: vm_interface: description: Default network interface name type: string - default: ens3 + default: enp3s0 vm_flavor: description: Flavor for the all-in-one VM type: string diff --git a/etc/kayobe/environments/ci-aio/inventory/group_vars/controllers/selinux b/etc/kayobe/environments/ci-aio/inventory/group_vars/controllers/selinux new file mode 100644 index 000000000..97bfb5bb0 --- /dev/null +++ b/etc/kayobe/environments/ci-aio/inventory/group_vars/controllers/selinux @@ -0,0 +1,4 @@ +--- +# Configure SELinux to be disabled in all cases. This is a short term fix, we +# want RL9 hosts to be be permissive but our host images need to be rebuilt. +selinux_state: "disabled"