aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2017-03-28 17:48:12 +0200
committerAna Krivokapic <akrivoka@redhat.com>2017-04-12 17:25:40 +0200
commitdf792156b3e6c98e4a9be04c3ee5969ed096e186 (patch)
treec3fef9670d6f401546304bdd4e0e8124bf435485
parent4df0fcdffb42977ccdb61604fdf9c7d8f54bfc45 (diff)
Add name and description fields to plan-environment.yaml
Change-Id: I99b96343742ee5c40d8786e26b2336427e225c82 Implements: blueprint update-plan-environment-yaml
-rw-r--r--plan-environment.yaml13
-rw-r--r--releasenotes/notes/update-plan-environment-4e164b57a801e2cb.yaml3
2 files changed, 11 insertions, 5 deletions
diff --git a/plan-environment.yaml b/plan-environment.yaml
index f629eff3..1f9c8211 100644
--- a/plan-environment.yaml
+++ b/plan-environment.yaml
@@ -1,5 +1,8 @@
-version: 1.0
-
-template: overcloud.yaml
-environments:
-- path: overcloud-resource-registry-puppet.yaml
+version: 1.0
+
+name: overcloud
+description: >
+ Default Deployment plan
+template: overcloud.yaml
+environments:
+ - path: overcloud-resource-registry-puppet.yaml
diff --git a/releasenotes/notes/update-plan-environment-4e164b57a801e2cb.yaml b/releasenotes/notes/update-plan-environment-4e164b57a801e2cb.yaml
new file mode 100644
index 00000000..29d32cb7
--- /dev/null
+++ b/releasenotes/notes/update-plan-environment-4e164b57a801e2cb.yaml
@@ -0,0 +1,3 @@
+---
+features:
+ - Add name and description fields to plan-environment.yaml