File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,28 @@ jobs:
326
326
env :
327
327
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
328
328
329
+ - name : Upgrade to RabbitMQ 3.12
330
+ run : |
331
+ docker run -t --rm \
332
+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
333
+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
334
+ ${{ steps.kayobe_image.outputs.kayobe_image }} \
335
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/kolla-ansible-run.sh "rabbitmq-upgrade 3.12"
336
+ env :
337
+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
338
+ if : inputs.upgrade
339
+
340
+ - name : Upgrade to RabbitMQ 3.13
341
+ run : |
342
+ docker run -t --rm \
343
+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
344
+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
345
+ ${{ steps.kayobe_image.outputs.kayobe_image }} \
346
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/kolla-ansible-run.sh "rabbitmq-upgrade 3.13"
347
+ env :
348
+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
349
+ if : inputs.upgrade
350
+
329
351
- name : Change rabbit queues from HA to Quorum
330
352
run : |
331
353
sed -i -e 's/om_enable_rabbitmq_high_availability: true/om_enable_rabbitmq_high_availability: false/' \
You can’t perform that action at this time.
0 commit comments