882fb2a896
This works alongside of the new environments/baremetal-services.yaml file in I373fef6581dfbfa365479f88d7b967cfbed446e4 to enable baremetal services. Change-Id: Ia61631e11dbbdbe39199db0afee2006b7e58cda2
17 lines
855 B
YAML
17 lines
855 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::OpenDaylightApi: ../../puppet/services/opendaylight-api.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'
|
|
OpenDaylightLogMechanism: 'console'
|