2017-04-07 17:14:39 +02:00
|
|
|
# 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
|
2017-09-04 16:37:36 +02:00
|
|
|
# with the openvswitch ML2 mechanism driver. It relies on the use of the
|
2017-04-07 17:14:39 +02:00
|
|
|
# bagpipe-bgp BGP VPN implementation on compute node and the MPLS implementation
|
|
|
|
# in OpenVSwitch.
|
|
|
|
#
|
|
|
|
resource_registry:
|
2019-02-05 09:54:33 -05:00
|
|
|
OS::TripleO::Services::NeutronBgpVpnApi: ../deployment/neutron/neutron-bgpvpn-api-container-puppet.yaml
|
|
|
|
OS::TripleO::Services::NeutronBgpVpnBagpipe: ../deployment/services/neutron-bgpvpn-bagpipe-baremetal-puppet.yaml
|
2017-04-07 17:14:39 +02:00
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
|
2021-05-05 14:08:11 +02:00
|
|
|
NeutronServicePlugins: 'qos,ovn-router,trunk,segments,port_forwarding,log,bgpvpn'
|
2017-09-04 16:37:36 +02:00
|
|
|
BgpvpnServiceProvider: 'BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default'
|
|
|
|
|
2017-04-07 17:14:39 +02:00
|
|
|
# Required (example)
|
2017-11-08 14:52:01 +11:00
|
|
|
# BagpipeMyAs: 64512
|
2017-04-07 17:14:39 +02:00
|
|
|
|
|
|
|
# Optional (example)
|
2017-11-08 14:52:01 +11:00
|
|
|
# BagpipeApiPort: 8084
|
|
|
|
# BagpipeDataplaneDriverIpVpn: 'ovs'
|
|
|
|
# BagpipeEnableRtc: true
|
|
|
|
# BagpipeOvsBridge: br-mpls
|
|
|
|
# BagpipePeers: 192.168.10.1,192.168.10.2
|