Add name and description fields to plan-environment.yaml
authorAna Krivokapic <akrivoka@redhat.com>
Tue, 28 Mar 2017 15:48:12 +0000 (17:48 +0200)
committerAna Krivokapic <akrivoka@redhat.com>
Wed, 12 Apr 2017 15:25:40 +0000 (17:25 +0200)
Change-Id: I99b96343742ee5c40d8786e26b2336427e225c82
Implements: blueprint update-plan-environment-yaml

plan-environment.yaml
releasenotes/notes/update-plan-environment-4e164b57a801e2cb.yaml [new file with mode: 0644]

index f629eff..1f9c821 100644 (file)
@@ -1,5 +1,8 @@
-version: 1.0\r
-\r
-template: overcloud.yaml\r
-environments:\r
--  path: overcloud-resource-registry-puppet.yaml\r
+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 (file)
index 0000000..29d32cb
--- /dev/null
@@ -0,0 +1,3 @@
+---
+features:
+  - Add name and description fields to plan-environment.yaml