Skip to content

Commit 8f3f0de

Browse files
committed
Skip rabbitmq version check before upgrading to 4.1
Currently K-A only allows 3.13 to 4.0 upgrade route but 3.13 to 4.1 is also supported. Skipping rabbitmq version check until this is fixed in K-A
1 parent 42bb2cc commit 8f3f0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/upgrade-prerequisites.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function prechecks() {
2020
function rabbit_upgrade() {
2121
# Ensure RabbitMQ is upgraded to 4.1
2222
if kayobe overcloud host command run -l controllers -b --command "docker exec rabbitmq rabbitmqctl --version | grep -F 3.13." --show-output; then
23-
kayobe kolla ansible run "rabbitmq-upgrade 4.1"
23+
kayobe kolla ansible run "rabbitmq-upgrade 4.1" --kolla-skip-tags rabbitmq-version-check
2424
fi
2525
}
2626

0 commit comments

Comments
 (0)