2a6324807364a4aee3ff58c13aa0bfd5070a867d
[apex-tripleo-heat-templates.git] / environments / neutron-bgpvpn.yaml
1 # A Heat environment file that can be used to deploy Neutron BGPVPN service
2 #
3 # Currently there are four types of service provider for Neutron BGPVPN
4 # The default option is a dummy driver that allows to enable the API.
5 # In order to enable other backend, replace the content of BgpvpnServiceProvider
6 #
7 # - Bagpipe: BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default
8 # - OpenContrail: BGPVPN:OpenContrail:networking_bgpvpn.neutron.services.service_drivers.opencontrail.opencontrail.OpenContrailBGPVPNDriver:default
9 # - OpenDaylight: BGPVPN:OpenDaylight:networking_bgpvpn.neutron.services.service_drivers.opendaylight.odl.OpenDaylightBgpvpnDriver:default
10 # - Nuage: BGPVPN:Nuage:nuage_neutron.bgpvpn.services.service_drivers.driver.NuageBGPVPNDriver:default
11 resource_registry:
12   OS::TripleO::Services::NeutronBgpVpnApi: ../puppet/services/neutron-bgpvpn-api.yaml
13
14 parameter_defaults:
15   NeutronServicePlugins: 'router, networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin'
16   BgpvpnServiceProvider: 'BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default'