79a8610030
Adds support for specifying a custom playbook when running Kolla Ansible commands via a '--kolla-playbook' argument. Change-Id: Ie4bba0f1bdc82657572e0f06a71db1140c0bd3a4
13 lines
427 B
YAML
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.
|