tripleo-quickstart-extras/playbooks/upgrade-baremetal.yml
Ronelle Landy 171c3dde03 Update baremetal upgrades playbook to use the updated bm playbook
Additional settings changes may be required to meet the switching
conditions.

Change-Id: Ieb7112fa0829398daa1353af7af178d07ad2627d
2016-11-29 10:46:47 -05:00

10 lines
256 B
YAML

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