d74083a2ca
Disable the legacy telemetry services aodh, gnocchi, ceilometer, and redis by default. DocImpact Signed-off-by: Ryan McCabe <rmccabe@redhat.com> Change-Id: I8200e76f254fe6dd76f28d0768373a211927cfc3
15 lines
1.2 KiB
YAML
15 lines
1.2 KiB
YAML
resource_registry:
|
|
OS::TripleO::Services::CollectdAlt: OS::Heat::None
|
|
# If enabling collectd you'll need to provide the following in a specific resource_registry
|
|
# OS::TripleO::Services::CollectdAlt: ../deployment/metrics/collectd-container-puppet.yaml
|
|
# If enabling legacy telemetry, you'll need to provide the following in a specific resource_registry
|
|
# OS::TripleO::Services::ComputeCeilometerAgentAlt: ../deployment/ceilometer/ceilometer-agent-compute-container-puppet.yaml
|
|
OS::TripleO::Services::ComputeNeutronOvsAgentAlt: ../deployment/neutron/neutron-ovs-agent-container-puppet.yaml
|
|
OS::TripleO::Services::IscsidAlt: ../deployment/iscsid/iscsid-container-puppet.yaml
|
|
OS::TripleO::Services::NovaComputeAlt: ../deployment/nova/nova-compute-container-puppet.yaml
|
|
OS::TripleO::Services::NovaLibvirtAlt: ../deployment/nova/nova-libvirt-container-puppet.yaml
|
|
OS::TripleO::Services::NovaMigrationTargetAlt: ../deployment/nova/nova-migration-target-container-puppet.yaml
|
|
OS::TripleO::Services::OVNControllerAlt: OS::Heat::None
|
|
# If enabling OVN you'll need provide the following in a specific resource_registry
|
|
# OS::TripleO::Services::OVNControllerAlt: ../puppet/services/ovn-controller.yaml
|