5cc18e2bca
This is the first step in combining the upstream playbook used for OVB jobs with this one. This should be a no-op change in terms of what gets run, however the part that is split out is common to the upstream jobs which create the stack via the testenv broker. We can then iterate on adding in the testenv broker steps (guarded by some option) in follow-up patches. Change-Id: I7cad64e83ed0fbf791b26bdf0e381599d177de7b
9 lines
215 B
YAML
9 lines
215 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-quickstart-extras.yml
|