Skip to content

Commit bf2b515

Browse files
committed
Remove inline selinux override
1 parent d68725e commit bf2b515

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -407,15 +407,13 @@ jobs:
407407
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
408408
if: inputs.upgrade
409409

410-
# NOTE(Alex-Welsh): configure host with selinux_state=disabled, because
411-
# Antelope images are not built as permissive
412410
- name: Host configure
413411
run: |
414412
docker run -t --rm \
415413
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
416414
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
417415
$KAYOBE_IMAGE \
418-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-configure.sh -e selinux_state=disabled
416+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-configure.sh
419417
env:
420418
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
421419
if: inputs.upgrade

0 commit comments

Comments
 (0)