Add kolla-ansible upgrade command
Change-Id: I432802fed979c9e42fb51703ce830f0fd8debc1e Partially-Implements: blueprint upgrade-kolla
This commit is contained in:
parent
8c4a2ee781
commit
a87c2a6929
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user