File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -335,22 +335,13 @@ jobs:
335
335
env :
336
336
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
337
337
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
348
339
run : |
349
340
docker run -t --rm \
350
341
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
351
342
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
352
343
${{ 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
354
345
env :
355
346
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
356
347
if : inputs.upgrade
You can’t perform that action at this time.
0 commit comments