From df792156b3e6c98e4a9be04c3ee5969ed096e186 Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Tue, 28 Mar 2017 17:48:12 +0200 Subject: Add name and description fields to plan-environment.yaml Change-Id: I99b96343742ee5c40d8786e26b2336427e225c82 Implements: blueprint update-plan-environment-yaml --- plan-environment.yaml | 13 ++++++++----- .../notes/update-plan-environment-4e164b57a801e2cb.yaml | 3 +++ 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 releasenotes/notes/update-plan-environment-4e164b57a801e2cb.yaml 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 -- cgit 1.2.3-korg