From 76e3b077a44249f9072b4a653b1b6f2476aa775f Mon Sep 17 00:00:00 2001 From: Jake Hutchinson Date: Fri, 22 Dec 2023 12:45:26 +0000 Subject: [PATCH 1/2] Change workflow interface to enp3s0 --- .github/workflows/stackhpc-all-in-one.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From f77c1f72a375e37e1f5c0ab88c4fce55b07b9f71 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Tue, 12 Dec 2023 16:54:04 +0000 Subject: [PATCH 2/2] Set selinux disabled in RL9 AIOs --- .../ci-aio/inventory/group_vars/controllers/selinux | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/kayobe/environments/ci-aio/inventory/group_vars/controllers/selinux 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"