d1fea280f4
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the neutron-metadata, neutron-ovs-agent, and neutron-ovs-dpdk-agent. With this patch the baremetal version of each respective neutron service has been removed. Related-Blueprint: services-yaml-flattening Change-Id: I7a918e72ce4bfd06a95d7a575603a6fb65ded5a9
20 lines
1.5 KiB
YAML
20 lines
1.5 KiB
YAML
resource_registry:
|
|
OS::TripleO::Services::CollectdAlt: OS::Heat::None
|
|
# If enabling collectd you'll need provide the following in a specific resource_registry
|
|
# OS::TripleO::Services::CollectdAlt: ../puppet/services/metrics/collectd.yaml
|
|
OS::TripleO::Services::ComputeCeilometerAgentAlt: ../puppet/services/ceilometer-agent-compute.yaml
|
|
OS::TripleO::Services::ComputeNeutronOvsAgentAlt: ../deployment/neutron/neutron-ovs-agent-container-puppet.yaml
|
|
OS::TripleO::Services::FluentdAlt: OS::Heat::None
|
|
# If enabling fluentd you'll need provide the following in a specific resource_registry
|
|
# OS::TripleO::Services::FluentdAlt: ../puppet/services/logging/fluentd.yaml
|
|
OS::TripleO::Services::IscsidAlt: ../deployment/iscsid/iscsid-container-puppet.yaml
|
|
OS::TripleO::Services::NovaComputeAlt: ../puppet/services/nova-compute.yaml
|
|
OS::TripleO::Services::NovaLibvirtAlt: ../puppet/services/nova-libvirt.yaml
|
|
OS::TripleO::Services::NovaMigrationTargetAlt: ../puppet/services/nova-migration-target.yaml
|
|
OS::TripleO::Services::SensuClientAlt: OS::Heat::None
|
|
# If enabling monitoring you'll need provide the following in a specific resource_registry
|
|
# OS::TripleO::Services::SensuClientAlt: ../puppet/services/monitoring/sensu-client.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
|