FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 8a2bdf1b authored by Jake Hutchinson's avatar Jake Hutchinson
Browse files

Increase sleep time for prod

parent 4aedd9ba
No related branches found
No related tags found
1 merge request!537Rabbit Quorum Migration
......@@ -16,7 +16,7 @@ if [[ ! "$1" = "--skip-upgrade" ]]; then
kayobe overcloud host command run --limit clc-ar17-u24 --become --command "sed -i '/neutron-netns-cleanup/,+3d' /etc/kolla/neutron-l3-agent/neutron-l3-agent-wrapper.sh"
kayobe overcloud host command run --limit clc-ar17-u24 --become --command "chattr +i /etc/kolla/neutron-l3-agent/neutron-l3-agent-wrapper.sh"
kayobe kolla ansible run "rabbitmq-upgrade 3.12"
sleep 60
sleep 360
kayobe kolla ansible run "rabbitmq-upgrade 3.13"
kayobe overcloud host command run --limit clc-ar17-u24 --become --command "chattr -i /etc/kolla/neutron-l3-agent/neutron-l3-agent-wrapper.sh"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment