3997198c2a
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the opendaylight-api service. Related-Blueprint: services-yaml-flattening Change-Id: I86b36756bade09529921d59f13b0ef950fa00a96
18 lines
956 B
YAML
18 lines
956 B
YAML
# A Heat environment that can be used to deploy OpenDaylight with L3 DVR using Docker containers
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
|
|
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
|
|
OS::TripleO::Services::OVNDBs: OS::Heat::None
|
|
OS::TripleO::Services::OVNController: OS::Heat::None
|
|
OS::TripleO::Services::OpenDaylightApi: ../../deployment/deprecated/opendaylight/opendaylight-api-container-puppet.yaml
|
|
OS::TripleO::Services::OpenDaylightOvs: ../../puppet/services/opendaylight-ovs.yaml
|
|
OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
|
|
OS::TripleO::Docker::NeutronMl2PluginBase: ../../puppet/services/neutron-plugin-ml2-odl.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronEnableForceMetadata: true
|
|
NeutronPluginExtensions: 'port_security'
|
|
NeutronMechanismDrivers: 'opendaylight_v2'
|
|
NeutronServicePlugins: 'odl-router_v2,trunk'
|