2017-01-06 10:18:57 -05:00
|
|
|
# A Heat environment that can be used to deploy OpenDaylight with L3 DVR
|
2016-08-12 22:12:28 -04:00
|
|
|
resource_registry:
|
|
|
|
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
|
|
|
|
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
|
2016-10-14 17:50:12 -04:00
|
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
|
2017-03-22 19:55:31 -04:00
|
|
|
OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-odl.yaml
|
2016-10-03 10:25:15 -04:00
|
|
|
OS::TripleO::Services::OpenDaylightApi: ../puppet/services/opendaylight-api.yaml
|
2016-09-25 15:00:48 +03:00
|
|
|
OS::TripleO::Services::OpenDaylightOvs: ../puppet/services/opendaylight-ovs.yaml
|
2017-01-06 10:18:57 -05:00
|
|
|
OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
|
2016-08-12 22:12:28 -04:00
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
NeutronEnableForceMetadata: true
|
2016-12-27 12:46:03 +02:00
|
|
|
NeutronMechanismDrivers: 'opendaylight_v2'
|
2017-02-13 16:49:50 -05:00
|
|
|
NeutronServicePlugins: 'odl-router_v2,trunk'
|
2017-08-09 11:00:35 +03:00
|
|
|
NeutronPluginExtensions: 'port_security'
|