Skip to content

Commit

Permalink
Merge pull request #854 from stackhpc/fix/ci-errors-aio
Browse files Browse the repository at this point in the history
Fix Interface and SELinux errors in CI
  • Loading branch information
markgoddard authored Jan 3, 2024
2 parents 87a215d + f77c1f7 commit 645f119
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 645f119

Please sign in to comment.