tripleo-heat-templates/environments/overcloud-services.yaml
James Slagle d0acf56606 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
2017-07-10 09:36:22 -04:00

11 lines
537 B
YAML

resource_registry:
OS::TripleO::DeployedServerEnvironment: ../deployed-server/deployed-server-environment-output.yaml
parameter_defaults:
# Consistent Hostname format
ControllerDeployedServerHostnameFormat: overcloud-controller-%index%
ComputeDeployedServerHostnameFormat: overcloud-novacompute-%index%
ObjectStorageDeployedServerHostnameFormat: overcloud-objectstorage-%index%
CephStorageDeployedServerHostnameFormat: overcloud-cephstorage-%index%
BlockStorageDeployedServerHostnameFormat: overcloud-blockstorage-%index%