tripleo-heat-templates/environments/neutron-bgpvpn-bagpipe.yaml
Takashi Kajinami 5da1f2896f Neutron: Deprecate unmaintained features
This change deprecates the following features related to Neutron,
because these have been unmaintained and still requires host services
instead of containers.

 - linuxbridge mechanism driver
 - networking-l2gw
 - netwokring-bgpvpn + bagpipe

Change-Id: Id6356cbb2162c0985851f27fbb3039be36fea84a
2022-09-08 21:55:22 +09:00

27 lines
1.1 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/deprecated/neutron/neutron-bgpvpn-api-container-puppet.yaml
OS::TripleO::Services::NeutronBgpVpnBagpipe: ../deployment/deprecated/neutron/neutron-bgpvpn-bagpipe-baremetal-puppet.yaml
parameter_defaults:
NeutronServicePlugins: 'qos,ovn-router,trunk,segments,port_forwarding,log,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