tripleo-heat-templates/environments/neutron-bgpvpn-bagpipe.yaml
Ricardo Noriega fc3c0db9f8 Fixing typos in the Bagpipe driver environment file
It avoids to successfully deploy BGPVPN with
  Bagpipe driver.

Change-Id: Icfac1a842475e123310cae52f0c701c96cc55bb4
Closes-Bug: #1730859
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
2017-11-08 14:52:01 +11:00

27 lines
1005 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::NeutronBgpVpnApi: ../puppet/services/neutron-bgpvpn-api.yaml
OS::TripleO::Services::NeutronBgpVpnBagpipe: ../puppet/services/neutron-bgpvpn-bagpipe.yaml
parameter_defaults:
NeutronServicePlugins: 'router,bgpvpn'
BgpvpnServiceProvider: 'BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default'
# Required (example)
# BagpipeMyAs: 64512
# Optional (example)
# BagpipeApiPort: 8084
# BagpipeDataplaneDriverIpVpn: 'ovs'
# BagpipeEnableRtc: true
# BagpipeOvsBridge: br-mpls
# BagpipePeers: 192.168.10.1,192.168.10.2