
This patch adds documentation for: - How to develop a molecule test for a new role - How to run the molecule test scenarios via tox-ansible Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com> Change-Id: I1fb32100139736b88a078940f930122f2694955c
1004 B
1004 B
About Group
For now, the validations are grouped by the deployment stage they should be run on. A validation can belong to multiple groups.
Adding a new group
To add a new group, you will need to edit the
groups.yaml
file located in the root of the TripleO
Validations directory:
...
pre-update:
- description: >-
Validations which try to validate your OpenStack deployment before you
update it.
...
And a new entry in the sphinx documentation index
doc/source/index.rst
:
Existing validations
====================
.. toctree::
:maxdepth: 2
validations-no-op-details
validations-prep-details
validations-pre-introspection-details
validations-pre-deployment-details
validations-post-deployment-details
...
Group list
Here is a list of groups and their associated validations.