aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorSaravanan KR <skramaja@redhat.com>2017-04-05 17:26:32 +0530
committerSaravanan KR <skramaja@redhat.com>2017-06-12 11:59:14 +0530
commit22a283aeebbd4a3bd5b72a7755375f1e01ee602b (patch)
treeba30b632b4751957d091995a5601fa381465fc61 /releasenotes
parent5781c925f4844debba81834d100815fcb84ad8e8 (diff)
Providing parameters specific to a workflow via plan-environment
Parameters which are not part of the heat environment template are required by the worflows like derive parameters. In order to seprate from the heat environment parameters, the workflow only parameters will be provided via plan-environement section, workflow_parameters. Implements: blueprint tripleo-derive-parameters Change-Id: I36d295223c28afff1e0996b4885b8a81c00842f0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/derive-params-custom-plan-env-3a810ff58a68e0ad.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/derive-params-custom-plan-env-3a810ff58a68e0ad.yaml b/releasenotes/notes/derive-params-custom-plan-env-3a810ff58a68e0ad.yaml
new file mode 100644
index 00000000..d8fcbfec
--- /dev/null
+++ b/releasenotes/notes/derive-params-custom-plan-env-3a810ff58a68e0ad.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Added a custom plan-environment file for providing workflow specific
+ inputs for the derived parameters workflow.