python-tripleoclient/releasenotes/notes/Allow-running-validations-by-name-using-Ansible-by-default-2dac0dfd9c7a4690.yaml
Gael Chamoulaud f10fa0b3c5 Allow running validations by group using Ansible by default
This patch allows the operator to run all the validations belonging to
a group using ansible-playbook instead of Mistral.

Change-Id: I8c833819c88f1822bf605df0c997ab5d651e7620
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2019-07-08 11:34:36 +02:00

9 lines
344 B
YAML

---
features:
- |
The validations can now be performed by calling Mistral or by calling
``ansible-playbook``. By default, the latter is used. The new ``--use-mistral``
option allows to execute either groups or a set of specific validations by
calling Mistral instead of using the default mechanism, ie. ``ansible-playbook``.