7a275cf77b
This playbook is switching on undercloud_type. In tripleo-quickstart, the value used is 'virtual' not 'virt'. Change-Id: I236231b402a1920196cf1c82fd21211b86cd6482
9 lines
222 B
YAML
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
|