Skip to content

Commit 645f119

Browse files
authored
Merge pull request #854 from stackhpc/fix/ci-errors-aio
Fix Interface and SELinux errors in CI
2 parents 87a215d + f77c1f7 commit 645f119

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
vm_interface:
3535
description: Default network interface name
3636
type: string
37-
default: ens3
37+
default: enp3s0
3838
vm_flavor:
3939
description: Flavor for the all-in-one VM
4040
type: string
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# Configure SELinux to be disabled in all cases. This is a short term fix, we
3+
# want RL9 hosts to be be permissive but our host images need to be rebuilt.
4+
selinux_state: "disabled"

0 commit comments

Comments
 (0)