tripleo-quickstart-extras/playbooks/baremetal-full-deploy.yml
Sagi Shnaidman 33780ddaec Add playbook for FreeIPA job
Change-Id: I483164e8df1b8d487ee03af223794a93aa92e72f
2019-02-08 05:41:31 +00:00

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