Environment to deploy BGPVPN with Bagpipe in a unique file
From a single file you can configure both the service plugin and the driver to have full functionality Change-Id: I99124ba04311fa083038234b79df0dae4eea1435 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
This commit is contained in:
parent
271a5c62a8
commit
c70d81587e
@ -2,22 +2,25 @@
|
|||||||
# backend for BGPVPN service plugin
|
# backend for BGPVPN service plugin
|
||||||
#
|
#
|
||||||
# The BaGPipe driver for the BGPVPN service plugin is designed to work jointly
|
# 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
|
# 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
|
# bagpipe-bgp BGP VPN implementation on compute node and the MPLS implementation
|
||||||
# in OpenVSwitch.
|
# in OpenVSwitch.
|
||||||
#
|
#
|
||||||
resource_registry:
|
resource_registry:
|
||||||
|
OS::TripleO::Services::NeutronBgpVpnApi: ../puppet/services/neutron-bgpvpn-api.yaml
|
||||||
OS::TripleO::Services::NeutronBgpVpnBagpipe: ../puppet/services/neutron-bgpvpn-bagpipe.yaml
|
OS::TripleO::Services::NeutronBgpVpnBagpipe: ../puppet/services/neutron-bgpvpn-bagpipe.yaml
|
||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
|
|
||||||
|
NeutronServicePlugins: 'router,bgpvpn'
|
||||||
|
BgpvpnServiceProvider: 'BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default'
|
||||||
|
|
||||||
# Required (example)
|
# Required (example)
|
||||||
# BapipeMyAs: 64512
|
# BapipeMyAs: 64512
|
||||||
|
|
||||||
# Optional (example)
|
# Optional (example)
|
||||||
# BapipeApiPort: 8082
|
# BapipeApiPort: 8084
|
||||||
# BapipeDataplaneDriverIpVpn: 'ovs'
|
# BapipeDataplaneDriverIpVpn: 'ovs'
|
||||||
# BapipeEnableRtc: true
|
# BapipeEnableRtc: true
|
||||||
# BapipeOvsBridge: br-mpls
|
# BapipeOvsBridge: br-mpls
|
||||||
# BapipePeers: 192.168.10.1,192.168.10.2
|
# BapipePeers: 192.168.10.1,192.168.10.2
|
||||||
# BapipeProxyArp: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user