Mechanism driver for Neutron ML2 plugin using BGP E-VPNs/IP VPNs as a backend
Project description
Driver and agent code to use BaGPipe lightweight implementation of BGP-based VPNs as a backend for Neutron.
Free software: Apache license
Documentation: https://docs.openstack.org/networking-bagpipe/latest/
Source: http://git.openstack.org/cgit/openstack/networking-bagpipe
Overview
BGP-based VPNs rely on extensions to the BGP routing protocol and dataplane isolation (e.g. MPLS-over-x, VXLAN) to create multi-site isolated virtual networks over a shared infrastructure, such as BGP/MPLS IPVPNs (RFC4364) and E-VPN (RFC7432). They have been heavily used in IP/MPLS WAN backbones since the early 2000’s.
These BGP VPNs are relevant in the context of Neutron, for two distinct use cases:
creating reachability between Neutron ports (typically VMs) and BGP VPNs outside the cloud datacenter (this is true independently of the backend chosen for Neutron)
leveraging these BGP VPNs in Neutron’s backend, to benefit from the flexibility, robustness and scalability of the underlying technology (as do other existing backends such as OpenContrail, Nuage Networks, or Calico – although the latter relies on plain, non-VPN, BGP)
BaGPipe proposal is to address these two use cases by implementing this protocol stack – both the BGP routing protocol VPN extensions and the dataplane encapsulation – in compute nodes or possibly ToR switches, and articulating it with Neutron thanks to drivers and plugins.
The networking-bagpipe package includes:
for use case 1: backend code for Neutron’s BGPVPN Interconnection service plugin (networking-bgpvpn) ; only compute node code (agent and BGP) is in networking-bagpipe, the Neutron server-side part, being currently in networking-bgpvpn package)
for use case 2: a Neutron ML2 mechanism driver
compute code common to both: agent extensions for Neutron agent (linuxbridge or openvswitch) to consolidate and pass information via its REST API to BaGPipe-BGP (a lightweight BGP VPN implementation)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file networking-bagpipe-7.0.1.tar.gz.
File metadata
- Download URL: networking-bagpipe-7.0.1.tar.gz
- Upload date:
- Size: 191.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/20.7.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
603dbd6d50557a824eff6958f0c6968469386a53349558a17b5558c3d42ca3de
|
|
| MD5 |
5af37479c91ee5fad25ce1716ea4bbc8
|
|
| BLAKE2b-256 |
7237513a7bb836c348d1a427168662bd3d3508be2accffcbc3acc64d349c7486
|
File details
Details for the file networking_bagpipe-7.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: networking_bagpipe-7.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 222.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/20.7.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8d7ba3b08859ffa7646d6000347412c5727202af16ce998ec7c8c23d5f8a502
|
|
| MD5 |
979948f4ef044bcca8d0c30241573d5b
|
|
| BLAKE2b-256 |
5eb9d07ef5f10da8810bce9bf6594e14fe62d8756b034e6f34273d820d9b4e86
|