kayobe/releasenotes/notes/kolla-ansible-playbook-7e4418ca757e81e8.yaml
Mark Goddard 79a8610030 Support --kolla-playbook argument
Adds support for specifying a custom playbook when running Kolla Ansible
commands via a '--kolla-playbook' argument.

Change-Id: Ie4bba0f1bdc82657572e0f06a71db1140c0bd3a4
2022-07-26 09:27:46 +01:00

13 lines
427 B
YAML

---
features:
- |
Adds support for specifying a custom playbook when running Kolla Ansible
commands via a ``--kolla-playbook`` argument. For example:
.. code-block:: console
kayobe overcloud service deploy --kolla-playbook /path/to/playbook.yml
This may be used to specify a playbook that replaces or extends the default
``site.yml`` playbook, and needs to execute in the Kolla Ansible context.