File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -407,15 +407,13 @@ jobs:
407
407
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
408
408
if : inputs.upgrade
409
409
410
- # NOTE(Alex-Welsh): configure host with selinux_state=disabled, because
411
- # Antelope images are not built as permissive
412
410
- name : Host configure
413
411
run : |
414
412
docker run -t --rm \
415
413
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
416
414
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
417
415
$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
419
417
env :
420
418
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
421
419
if : inputs.upgrade
You can’t perform that action at this time.
0 commit comments