tripleo-quickstart-extras/playbooks/baremetal-full-deploy.yml
Ronelle Landy 7a275cf77b Modify playbook switch to match quickstart variable
This playbook is switching on undercloud_type.
In tripleo-quickstart, the value used is 'virtual'
not 'virt'.

Change-Id: I236231b402a1920196cf1c82fd21211b86cd6482
2016-11-29 09:27:16 -05:00

9 lines
222 B
YAML

---
- include: baremetal-prep-virthost.yml
when: undercloud_type == 'virtual' and environment_type is defined
- include: ovb-create-stack.yml
when: undercloud_type == 'ovb'
- include: baremetal-quickstart-extras.yml