File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -318,8 +318,8 @@ jobs:
318
318
319
319
- name : Change rabbit queues from HA to Quorum
320
320
run : |
321
- sed -i -e 's/om_enable_rabbitmq_high_availability: true/om_enable_rabbitmq_high_availability: false' \
322
- -e 's/om_enable_rabbitmq_quorum_queues: false/om_enable_rabbitmq_quorum_queues: true' \
321
+ sed -i -e 's/om_enable_rabbitmq_high_availability: true/om_enable_rabbitmq_high_availability: false/ ' \
322
+ -e 's/om_enable_rabbitmq_quorum_queues: false/om_enable_rabbitmq_quorum_queues: true/ ' \
323
323
etc/kayobe/environments/ci-aio/kolla/globals.yml
324
324
if : inputs.upgrade
325
325
@@ -329,15 +329,16 @@ jobs:
329
329
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
330
330
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
331
331
${{ steps.kayobe_image.outputs.kayobe_image }} \
332
- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook -run.sh etc/kayobe/ansible/migrate- rabbitmq-queues.yml --tags rabbit-queue-migration
332
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/script -run.sh tools/ rabbitmq-quorum-migration.sh --skip-checks
333
333
env :
334
334
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
335
335
if : inputs.upgrade
336
336
337
337
# If testing upgrade, checkout the current release branch
338
338
# Stash changes to tracked files, and set clean=false to avoid removing untracked files.
339
+ # Revert changes to RabbitMQ Queue types to avoid a merge conflict
339
340
- name : Stash config changes
340
- run : git stash
341
+ run : git restore etc/kayobe/environments/ci-aio/kolla/globals.yml && git stash
341
342
if : inputs.upgrade
342
343
343
344
- name : Checkout current release config
You can’t perform that action at this time.
0 commit comments