fcdef786e5
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the neutron-bgpvpn* and neutron-l2gw* services. Change-Id: I081c06a6e29c5e246f5791c12f08fb119adb8213 Related-Blueprint: services-yaml-flattening
27 lines
1.0 KiB
YAML
27 lines
1.0 KiB
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: ../deployment/neutron/neutron-bgpvpn-api-container-puppet.yaml
|
|
OS::TripleO::Services::NeutronBgpVpnBagpipe: ../deployment/services/neutron-bgpvpn-bagpipe-baremetal-puppet.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
|