33780ddaec
Change-Id: I483164e8df1b8d487ee03af223794a93aa92e72f
21 lines
588 B
YAML
21 lines
588 B
YAML
---
|
|
- include: baremetal-prep-virthost.yml
|
|
when: undercloud_type == 'virtual' and environment_type is defined
|
|
|
|
- include: ovb-setup.yml
|
|
when: undercloud_type == 'ovb'
|
|
|
|
- include: baremetal-full-freeipa.yml
|
|
when: deploy_supplemental_node|default(false)|bool
|
|
|
|
- include: baremetal-undercloud.yml
|
|
when: undercloud_type == 'baremetal' and environment_type is defined
|
|
|
|
- include: baremetal-quickstart-extras.yml
|
|
|
|
- include: overcloud-validate-ha.yml
|
|
when: validate_ha_overcloud|default(false)|bool
|
|
|
|
- include: browbeat-minimal.yml
|
|
when: enable_minimal_browbeat|default(false)|bool
|