dc171d2493
We've long moved these service definitions under ./deployment. Change-Id: I46609facb862cb6451afd8920ae22ae054894178
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: ../deployment/ovn/ovn-controller-container-puppet.yaml
|