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
7 lines
357 B
YAML
7 lines
357 B
YAML
# Deprecated as config-download is now the default.
|
|
resource_registry:
|
|
OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment
|
|
OS::TripleO::Ssh::HostPubKey: ../extraconfig/tasks/ssh/host_public_key.yaml
|
|
OS::TripleO::Ssh::KnownHostsDeployment: OS::Heat::StructuredDeployments
|
|
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup
|