
A job will be added to trigger a minimal Browbeat test after the overcloud deployment. This review includes the changes to the reproducer to allow for that testing. Closes-Bug: #1789192 Change-Id: I12aca6221cc6b6db556de01cc3b9762892b17406
18 lines
496 B
YAML
18 lines
496 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-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
|