python-tripleoclient/releasenotes/notes/invoke-plan-env-workflows-05421b1ee8be4733.yaml
Jaganathan Palanisamy 0d3e4eff06 Invokes specified workflows in plan env file
This change is to invoke the workflows specified in
plan enviroment file. Workflows can be specified for
workflow_parameters parameter in plan-environment file.
This change parses the plan-environment file, and
sequentially executes all the workflows specified in
the file.
Implements: blueprint tripleo-derive-parameters

Change-Id: I37993334a45cf5ee713438151dbbde0997bdf723
2017-07-05 03:36:30 -04:00

6 lines
154 B
YAML

---
features:
- Workflows, associated with plan-environment.yaml using
workflow_parameters, are invoked before the actual
deployment starts.