a18a94e498
The BaGPipe driver for the BGPVPN service plugin is designed to work jointly with the openvswitch ML2 mechanism driver. Change-Id: I17ed258231e7efdd1ca8e0697d074b11961ed0ae Depends-On: I1e0227d8055f456043fe63c6a9cbd722d7bf84a7 Partially-Implements: blueprint bgpvpn-service-integration Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
24 lines
760 B
YAML
24 lines
760 B
YAML
# A Heat environment file that can be used to deploy Neutron Bagpipe driver as
|
|
# backend for BGPVPN service plugin
|
|
#
|
|
# The BaGPipe driver for the BGPVPN service plugin is designed to work jointly
|
|
# with the openvswitch ML2 mechanism driver. It relies on the use of the
|
|
# bagpipe-bgp BGP VPN implementation on compute node and the MPLS implementation
|
|
# in OpenVSwitch.
|
|
#
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronBgpVpnBagpipe: ../puppet/services/neutron-bgpvpn-bagpipe.yaml
|
|
|
|
parameter_defaults:
|
|
|
|
# Required (example)
|
|
# BapipeMyAs: 64512
|
|
|
|
# Optional (example)
|
|
# BapipeApiPort: 8082
|
|
# BapipeDataplaneDriverIpVpn: 'ovs'
|
|
# BapipeEnableRtc: true
|
|
# BapipeOvsBridge: br-mpls
|
|
# BapipePeers: 192.168.10.1,192.168.10.2
|
|
# BapipeProxyArp: true
|