Skip to content

Commit 22d4141

Browse files
committed
Remove aio resources repitition in upgrade
1 parent db488e5 commit 22d4141

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -384,20 +384,6 @@ jobs:
384384
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
385385
if: inputs.upgrade
386386

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-
401387
- name: Tempest tests
402388
id: tempest
403389
run: |

0 commit comments

Comments
 (0)