File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -384,20 +384,6 @@ jobs:
384
384
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
385
385
if : inputs.upgrade
386
386
387
- - name : Ensure we have IP on breth1 to reach the instances
388
- # NOTE(wszumski): Whilst we don't need to create resources again, in some circumstances
389
- # we can lose the IP address that allows us to connect to the instances. This playbook
390
- # also fixes that issue.
391
- run : |
392
- docker run -t --rm \
393
- -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
394
- -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
395
- ${{ steps.kayobe_image.outputs.kayobe_image }} \
396
- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
397
- env :
398
- KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
399
- if : inputs.upgrade
400
-
401
387
- name : Tempest tests
402
388
id : tempest
403
389
run : |
You can’t perform that action at this time.
0 commit comments