Skip to content
Snippets Groups Projects
Commit 2d7dce6d authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add kolla-ansible upgrade command"

parents 4ada6219 a87c2a69
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,10 @@ case "$1" in
ACTION="Pulling Docker images"
CMD="ansible-playbook -i $INVENTORY -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml $PLAYBOOK -e action=pull"
;;
(upgrade)
ACTION="Upgrading OpenStack Environment"
CMD="ansible-playbook -i $INVENTORY -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml $PLAYBOOK -e action=upgrade"
;;
(*) usage
exit 0
......
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