diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-13 21:28:14 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-13 21:28:14 +0000 |
commit | 65f1516697d1ab5ba42e427f142e637b91da4910 (patch) | |
tree | 95e198ac49a6deab9a6ca15bd46d1a71f9346010 | |
parent | 05440b00079628d31aaa8c08a797fe33af4d2889 (diff) | |
parent | df792156b3e6c98e4a9be04c3ee5969ed096e186 (diff) |
Merge "Add name and description fields to plan-environment.yaml"
-rw-r--r-- | plan-environment.yaml | 13 | ||||
-rw-r--r-- | releasenotes/notes/update-plan-environment-4e164b57a801e2cb.yaml | 3 |
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 |