File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments