2017-02-02 11:45:38 +01:00
|
|
|
# A Heat environment file that can be used to deploy Neutron BGPVPN service
|
|
|
|
#
|
|
|
|
# Currently there are four types of service provider for Neutron BGPVPN
|
|
|
|
# The default option is a dummy driver that allows to enable the API.
|
|
|
|
# In order to enable other backend, replace the content of BgpvpnServiceProvider
|
|
|
|
#
|
|
|
|
# - Bagpipe: BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default
|
|
|
|
# - OpenContrail: BGPVPN:OpenContrail:networking_bgpvpn.neutron.services.service_drivers.opencontrail.opencontrail.OpenContrailBGPVPNDriver:default
|
|
|
|
# - OpenDaylight: BGPVPN:OpenDaylight:networking_bgpvpn.neutron.services.service_drivers.opendaylight.odl.OpenDaylightBgpvpnDriver:default
|
|
|
|
# - Nuage: BGPVPN:Nuage:nuage_neutron.bgpvpn.services.service_drivers.driver.NuageBGPVPNDriver:default
|
|
|
|
resource_registry:
|
2017-04-05 13:51:07 +02:00
|
|
|
OS::TripleO::Services::NeutronBgpVpnApi: ../puppet/services/neutron-bgpvpn-api.yaml
|
2017-02-02 11:45:38 +01:00
|
|
|
|
|
|
|
parameter_defaults:
|
2017-03-09 11:22:39 +01:00
|
|
|
NeutronServicePlugins: 'router, networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin'
|
2017-02-02 11:45:38 +01:00
|
|
|
BgpvpnServiceProvider: 'BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default'
|