Skip to content

Commit 9a4b5b3

Browse files
committed
Run upgrade prerequisites instead
1 parent c0d6b00 commit 9a4b5b3

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -335,22 +335,13 @@ jobs:
335335
env:
336336
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
337337

338-
- name: Change RabbitMQ queues from transient types to durable types (quorum and streams)
339-
run: |
340-
sed -i -e '$aom_enable_queue_manager: True' \
341-
-e '$aom_enable_rabbitmq_quorum_queues: True' \
342-
-e '$aom_enable_rabbitmq_transient_quorum_queue: True' \
343-
-e '$aom_enable_rabbitmq_stream_fanout: True' \
344-
etc/kayobe/environments/ci-aio/kolla/globals.yml
345-
if: inputs.upgrade
346-
347-
- name: Migrate RabbitMQ queues
338+
- name: Run upgrade prerequisites
348339
run: |
349340
docker run -t --rm \
350341
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
351342
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
352343
${{ steps.kayobe_image.outputs.kayobe_image }} \
353-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/script-run.sh tools/rabbitmq-queue-migration.sh
344+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/script-run.sh tools/upgrade-prerequisites.sh
354345
env:
355346
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
356347
if: inputs.upgrade

0 commit comments

Comments
 (0)