tripleo-quickstart-extras/roles/create-reproducer-script/templates
Sagi Shnaidman a21afc0329 Support custom sequence of playbooks to run
When reproducing CI job sometimes needs to run a specific set of
playbooks only. Support this by pasing PLAYBOOKS variable in
env_source script.
Usage example:
- one needs to run everything before undercloud installation:
 * PLAYBOOKS="quickstart.yml" ./reproduce-quickstart.sh (in case of
multinode)
 * PLAYBOOKS:-"ovb-setup.yml" ./reproduce-quickstart.sh (in case of
OVB job)
- one needs to deploy everything before overcloud deployment:
 * PLAYBOOKS="quickstart.yml multinode-undercloud.yml multinode-overcloud-prep.yml"
  ./reproduce-quickstart.sh (in case of multinode)
 * PLAYBOOKS="ovb-setup.yml baremetal-full-undercloud.yml baremetal-full-overcloud-prep.yml"
  ./reproduce-quickstart.sh (in case of OVB)
List of used playbooks is in toci_gate_test-oooq.sh script
in tripleo-ci repo:
http://git.openstack.org/cgit/openstack-infra/tripleo-ci/tree/toci_gate_test-oooq.sh#n157

Change-Id: I6388c5e20d499a2e6c5e06f23de9851ef53b40a6
2018-05-02 16:26:13 +03:00
..
README-reproducer-quickstart.html.j2 Reduce reproducer redudancy 2018-04-30 13:24:08 +02:00
reproducer-quickstart.sh.j2 Support custom sequence of playbooks to run 2018-05-02 16:26:13 +03:00