tripleo-quickstart-extras/playbooks/quickstart-extras.yml
Jiri Stransky 30ce59c49e Split quickstart-extras.yml into sub-playbooks
This should allow easier composition of custom playbooks from bits and
pieces of quickstart-extras.yml. It will be especially useful when one
wants to reuse existing environment (e.g. deployed undercloud) and
perform additional automated actions on it. (The current solution has
been to use ansible tags, which has been quite error prone for me, and
i've sometimes ended up ruining my dev environment. Composing custom
playbooks is both safer and more straightforward to reason about.)

Depends-On: I513149a9de524dd3f017c583d06c35a165581715
Change-Id: Ie40da10fb96265340b243fff9b48fd18640de978
2017-06-29 19:58:32 +00:00

8 lines
263 B
YAML

# This is the playbook used by the `quickstart.sh` script.
- include: quickstart.yml
- include: quickstart-extras-undercloud.yml
- include: quickstart-extras-overcloud-prep.yml
- include: quickstart-extras-overcloud.yml
- include: quickstart-extras-validate.yml