tripleo-quickstart-extras/playbooks/upgrade-baremetal.yml
Attila Darazs 1f47f3afd9 Correct role renames in the imported playbooks
Change-Id: I5d6d7759c12fa8a95a4b33204b95670b2291df3d
2016-11-22 16:49:04 +01:00

10 lines
268 B
YAML

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