From e405a74048a50a2121c6d61db355dea21678aeec Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Fri, 6 Jan 2017 14:58:33 +0100 Subject: Add plan-environment.yaml This file is needed for plan import and export features. We want to enable the user to store the selection of environment options, so that it can be re-imported, and it does not have to be perfmed manually multiple times. The plan create workflow will look into the Swift container for this file, and import its contents into the Mistral environment. Conversely, plan export will create this file from the Mistral environment contents, so that it can later be re-imported. For more information, see the related blueprint, and the spec at https://specs.openstack.org/openstack/tripleo-specs/specs/ocata/gui-plan-import-export.html Partially implements: blueprint enhance-plan-creation-with-plan-environment Change-Id: I95e3e3a25104623d6fcf38e99403cebbd591b92d --- plan-environment.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plan-environment.yaml (limited to 'plan-environment.yaml') diff --git a/plan-environment.yaml b/plan-environment.yaml new file mode 100644 index 00000000..f629eff3 --- /dev/null +++ b/plan-environment.yaml @@ -0,0 +1,5 @@ +version: 1.0 + +template: overcloud.yaml +environments: +- path: overcloud-resource-registry-puppet.yaml -- cgit 1.2.3-korg