tripleo-common/releasenotes/notes/validations-in-workflow-8ce6a053cacece0d.yaml
Brad P. Crochet 5cb5678a31 Add support for calling validations in deploy and introspect workflows
Following blueprint
https://blueprints.launchpad.net/tripleo/+spec/validations-in-workflows

This adds support for calling the validations from the deployment and
introspection workflows. They default to off, and can be enabled by
passing 'True' to the run_validations parameters of these workflows.

Currently this is just for the 'pre-inspection' and 'pre-deployment'
validation groups. The 'post-deployment' group will be added once
Ibbb359de8a873ee76b0e274e631307d4e4804fca lands with the ability
for a workflow to block.

Change-Id: I439361ae20c4e302b83870cdc06a5baa90ea683c
Partial-Bug: #1638697
2017-01-26 07:34:24 -05:00

8 lines
253 B
YAML

---
features:
- Adds support for calling the external TripleO
validations from the deployment and introspection
workflows. They default to off, and can be enabled
by passing 'True' to the run_validations parameters
of these workflows.