File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ function prechecks() {
1919
2020function rabbit_upgrade() {
2121 # Ensure RabbitMQ is upgraded to 3.13
22- if kayobe overcloud host command run -l controllers -b --command " docker exec rabbitmq rabbitmqctl --version | grep -F 3.11" --show-output; then
22+ if kayobe overcloud host command run -l controllers -b --command " docker exec rabbitmq rabbitmqctl --version | grep -F 3.11. " --show-output; then
2323 kayobe kolla ansible run " rabbitmq-upgrade 3.12"
2424 fi
2525 sleep 200
26- if kayobe overcloud host command run -l controllers -b --command " docker exec rabbitmq rabbitmqctl --version | grep -F 3.12" --show-output; then
26+ if kayobe overcloud host command run -l controllers -b --command " docker exec rabbitmq rabbitmqctl --version | grep -F 3.12. " --show-output; then
2727 kayobe kolla ansible run " rabbitmq-upgrade 3.13"
2828 fi
2929}
@@ -35,7 +35,7 @@ function rabbit_migration() {
3535 -e ' s/om_enable_rabbitmq_quorum_queues: false/om_enable_rabbitmq_quorum_queues: true/' \
3636 $KAYOBE_CONFIG_PATH /environments/$KAYOBE_ENVIRONMENT /kolla/globals.yml
3737
38- $KAYOBE_CONFIG_PATH /../.. /tools/rabbitmq-quorum-migration.sh
38+ $KAYOBE_CONFIG_ROOT /tools/rabbitmq-quorum-migration.sh
3939
4040 sed -i -e ' s/om_enable_rabbitmq_high_availability: false/om_enable_rabbitmq_high_availability: true/' \
4141 -e ' s/om_enable_rabbitmq_quorum_queues: true/om_enable_rabbitmq_quorum_queues: false/' \
You can’t perform that action at this time.
0 commit comments