2018-03-06 13:02:10 +00:00
|
|
|
# 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
|
2018-09-18 16:26:38 +00:00
|
|
|
OS::TripleO::Services::OVNDBs: OS::Heat::None
|
|
|
|
OS::TripleO::Services::OVNController: OS::Heat::None
|
2018-03-06 13:02:10 +00:00
|
|
|
OS::TripleO::Services::OpenDaylightApi: ../../docker/services/opendaylight-api.yaml
|
2018-04-11 14:13:29 +00:00
|
|
|
# FIXME(bogdando): switch it, once it is containerized
|
2018-03-06 13:02:10 +00:00
|
|
|
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'
|