From d0acf566066126ef41f85dacf825ceb6e850cc62 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Fri, 28 Apr 2017 16:01:14 -0400 Subject: Add DeployedServerEnvironmentOutput Add a new output, DeployedServerEnvionmentOutput, that can be used as the contents of an environment file to input into a services only stack when using split-stack. The parameter simplifies the manual steps needed to deploy split-stack. By default, the resource that generates the output is mapped to OS::Heat::None. implements blueprint split-stack-default Change-Id: I6004cd3f56778f078a69a20e93a0eba0c574b3db --- environments/overcloud-baremetal.j2.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'environments/overcloud-baremetal.j2.yaml') diff --git a/environments/overcloud-baremetal.j2.yaml b/environments/overcloud-baremetal.j2.yaml index 668e28de..8d7bc8d9 100644 --- a/environments/overcloud-baremetal.j2.yaml +++ b/environments/overcloud-baremetal.j2.yaml @@ -4,6 +4,7 @@ resource_registry: OS::TripleO::DefaultPasswords: OS::Heat::None OS::TripleO::RandomString: OS::Heat::None OS::TripleO::AllNodesDeployment: OS::Heat::None + OS::TripleO::DeployedServerEnvironment: ../deployed-server/deployed-server-environment-output.yaml parameter_defaults: # Deploy no services -- cgit 1.2.3-korg