Adriano Petrich b920880a4a Change the upgrade playbook to use the quickstart extras
Change-Id: I0e2f67d590a6c79fc4106b6aeb240f955117b53f
Depends-On: I8e921bcbaaf637ff3577fd110b469aaaac279709@gerrithub
2016-10-12 15:41:23 +01:00

10 lines
222 B
YAML

---
# Upgrade Undercloud and Overcloud on top of a quickstart deployment
- include: quickstart-extras.yml
- name: Upgrade Tripleo
hosts: undercloud
gather_facts: no
roles:
- { role: tripleo-overcloud-upgrade }