From ea2182297aa913164f7919f62b8829ec61949c99 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Wed, 8 Aug 2018 23:59:15 -0400 Subject: [PATCH] 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 --- playbooks/tripleo-ci/vars/environment_type/ovb.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/playbooks/tripleo-ci/vars/environment_type/ovb.yaml b/playbooks/tripleo-ci/vars/environment_type/ovb.yaml index c131cc534..2de60df0b 100644 --- a/playbooks/tripleo-ci/vars/environment_type/ovb.yaml +++ b/playbooks/tripleo-ci/vars/environment_type/ovb.yaml @@ -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",