aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-13 21:28:14 +0000
committerGerrit Code Review <review@openstack.org>2017-04-13 21:28:14 +0000
commit65f1516697d1ab5ba42e427f142e637b91da4910 (patch)
tree95e198ac49a6deab9a6ca15bd46d1a71f9346010
parent05440b00079628d31aaa8c08a797fe33af4d2889 (diff)
parentdf792156b3e6c98e4a9be04c3ee5969ed096e186 (diff)
Merge "Add name and description fields to 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