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() {
19
19
20
20
function rabbit_upgrade() {
21
21
# 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
23
23
kayobe kolla ansible run " rabbitmq-upgrade 3.12"
24
24
fi
25
25
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
27
27
kayobe kolla ansible run " rabbitmq-upgrade 3.13"
28
28
fi
29
29
}
@@ -35,7 +35,7 @@ function rabbit_migration() {
35
35
-e ' s/om_enable_rabbitmq_quorum_queues: false/om_enable_rabbitmq_quorum_queues: true/' \
36
36
$KAYOBE_CONFIG_PATH /environments/$KAYOBE_ENVIRONMENT /kolla/globals.yml
37
37
38
- $KAYOBE_CONFIG_PATH /../.. /tools/rabbitmq-quorum-migration.sh
38
+ $KAYOBE_CONFIG_ROOT /tools/rabbitmq-quorum-migration.sh
39
39
40
40
sed -i -e ' s/om_enable_rabbitmq_high_availability: false/om_enable_rabbitmq_high_availability: true/' \
41
41
-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