Skip to content
Snippets Groups Projects
Commit a87c2a69 authored by SamYaple's avatar SamYaple
Browse files

Add kolla-ansible upgrade command

Change-Id: I432802fed979c9e42fb51703ce830f0fd8debc1e
Partially-Implements: blueprint upgrade-kolla
parent 8c4a2ee7
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,10 @@ case "$1" in ...@@ -87,6 +87,10 @@ case "$1" in
ACTION="Pulling Docker images" ACTION="Pulling Docker images"
CMD="ansible-playbook -i $INVENTORY -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml $PLAYBOOK -e action=pull" 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 (*) usage
exit 0 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