Add browbeat-minimal.yml to ovb playbook list

This commit is part of the tripleo-ci team's
Sprint 17 task:

https://trello.com/c/TVsZ3Ut6/877-clean-up-rdo-sf-legacy-code-after-zuulv3-migration

---

As the playbook list has been migrated to here
we need to add the browbeat playbook to the list
of playbooks executed for ovb jobs.

---

The browbeat-minimal playbook lives here:

https://github.com/openstack/browbeat/blob/master/ansible/oooq/browbeat-minimal.yml

The tasks within it are enabled only for fs053 thus:

https://github.com/openstack/tripleo-quickstart/blob/master/config/general_config/featureset053.yml#L144

---

This review stems from feedback on the patch that
adds a v3 job for browbeat (as a strawman):

https://review.rdoproject.org/r/#/c/15125/2/zuul.d/zuul-v3-jobs.yaml

Change-Id: Ie953d67fa4562b452fe81068c3a84018086d527b
This commit is contained in:
Matt Young 2018-08-08 23:59:15 -04:00 committed by Ronelle Landy
parent be08b40f32
commit ea2182297a
1 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,15 @@ playbooks: |
[
"baremetal-full-deploy.yml"
]
{% elif featureset == '053' %}
[
"ovb-setup.yml",
"baremetal-full-undercloud.yml",
"baremetal-full-overcloud-prep.yml",
"baremetal-full-overcloud.yml",
"baremetal-full-overcloud-validate.yml",
"browbeat-minimal.yml"
]
{% else %}
[
"ovb-setup.yml",