f10fa0b3c5
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>
9 lines
344 B
YAML
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``.
|
|
|