
Additional settings changes may be required to meet the switching conditions. Change-Id: Ieb7112fa0829398daa1353af7af178d07ad2627d
10 lines
256 B
YAML
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 }
|