910e39ca34
BGPVPN Neutron driver is only present in neutron-server-opendaylight image. This service will apply its configuration to that image, but it should be extensible to other containers such neutron-server in the future. Depends-On: I22023a645c4752c6371b5cea5ab69c7503991887 Change-Id: Ie2b958f67859d285b02af5a80b2a14ccaaf9820a Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
13 lines
584 B
YAML
13 lines
584 B
YAML
# A Heat environment file that can be used to deploy Neutron BGPVPN service
|
|
#
|
|
# This environment file deploys Neutron BGPVPN service and configures
|
|
# Opendaylight as its service provider.
|
|
#
|
|
# - OpenDaylight: BGPVPN:OpenDaylight:networking_odl.bgpvpn.odl_v2.OpenDaylightBgpvpnDriver:default
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronBgpVpnApi: ../../docker/services/neutron-bgpvpn-api.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServicePlugins: 'odl-router_v2,trunk,bgpvpn'
|
|
BgpvpnServiceProvider: 'BGPVPN:OpenDaylight:networking_odl.bgpvpn.odl_v2.OpenDaylightBgpvpnDriver:default'
|