f44e8d7bd2
Updates overcloud-resource-registry.j2.yaml to include the mappings from enviornments/config-download-environment.yaml. This enables config-download by default. The environment to explicitly enable config-download is deprecated. An environment at environments/disable-config-download.yaml is added which can be used to disable config-download but is marked as deprecated. Change-Id: I8389a0c48e1aa610fdc6a8580516889340883034 implements: blueprint config-download-default
14 lines
541 B
YAML
14 lines
541 B
YAML
# DEPRECATED: these mappings are now the default in
|
|
# overcloud-resource-registry-puppet.j2.yaml. This environment file will be
|
|
# removed during the Stein release.
|
|
resource_registry:
|
|
OS::TripleO::SoftwareDeployment: ../config-download-structured.yaml
|
|
|
|
OS::Heat::SoftwareDeployment: ../config-download-software.yaml
|
|
OS::Heat::StructuredDeployment: ../config-download-structured.yaml
|
|
|
|
OS::TripleO::DeploymentSteps: OS::Heat::None
|
|
|
|
OS::TripleO::Ssh::KnownHostsDeployment: OS::Heat::None
|
|
OS::TripleO::Ssh::HostPubKey: OS::Heat::None
|