667a9c7d9e05737a4dab5670a25fcc2b04e21ee5
Go to file
Thomas Morin 667a9c7d9e Client support for associations as sub-resource
This change updates the neutronclient extension to
do network association as a sub-resource of a BGPVPN.
This code depends on a fix of python-neutronclient bug 1505170.
(README.rst updated accordingly).
Change-Id: I8d7ccffa76dddb45c26b2b9a05e58e1adf639fcf
Implements: blueprint associations-as-subresources
Depends-on: Ia5d499e5a3cf3ff1b357c954f7e82a9066c94982
2015年10月16日 16:34:46 +02:00
2015年10月09日 16:15:30 +02:00
2015年09月22日 13:34:34 +00:00
2015年10月16日 14:17:55 +00:00
2015年09月10日 13:55:19 +02:00
2015年07月06日 15:15:00 +02:00
2015年09月21日 14:29:36 +00:00
2015年02月25日 16:29:32 +01:00
2015年06月12日 23:12:30 +00:00
2015年02月25日 16:29:32 +01:00
2015年10月06日 14:37:40 +02:00
2015年05月18日 16:01:40 +02:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年10月13日 00:54:48 +00:00
2015年10月02日 15:03:29 +02:00
2015年09月17日 12:13:25 +00:00
2015年10月14日 09:30:07 +00:00
2015年10月06日 14:37:40 +02:00

BGP-MPLS VPN Extension for OpenStack Networking

This project provides an API and Framework to interconnect BGP/MPLS VPNs to Openstack Neutron networks, routers and ports.

The Border Gateway Protocol and Multi-Protocol Label Switching are widely used Wide Area Networking technologies. The primary purpose of this project is to allow attachment of Neutron networks and/or routers to carrier provided WANs using these standard protocols. An additional purpose of this project is to enable the use of these technologies within the Neutron networking environment.

A vendor neutral API and data model are provided such that multiple backends may be "plugged in" while offering the same tenant facing API. A reference implementation based on an Open Source BGP implementation is also provided.

Quick start

To test this framework with the dummy driver (not doing any real interaction with BGP nor the forwarding plane) you have to:

  • install devstack

  • add the devstack plugin for the BGPVPN service plugin to your local.conf: :

    [[local|localrc]]
    enable_plugin networking-bgpvpn git://git.openstack.org/openstack/networking-bgpvpn.git
  • bgpvpn-create/update/associate/delete/show/list commands will be available with the neutron client, for example: :

    source openrc admin admin
    neutron bgpvpn-create --route-targets 64512:1 --tenant-id b954279e1e064dc9b8264474cb3e6bd2
    neutron bgpvpn-list
    neutron bgpvpn-update 1009a0f326b6403180c18f3caa1430de --name myBGPVPN
    neutron bgpvpn-net-assoc-create myBGPVPN --network 828cddad3b834e79b79abc1b87b6cca0
    # returns <net-assoc-uuid>
    neutron bgpvpn-net-assoc-list myBGPVPN
    neutron bgpvpn-net-assoc-show <net-assoc-uuid> myBGPVPN 
    neutron bgpvpn-net-assoc-delete <net-assoc-uuid> myBGPVPN

To test this framework with the bagpipe reference driver, you can follow README-bagpipe.rst .

Description
APIs and framework to attach BGP VPNs to Neutron networks
Readme 13 MiB
Languages
Python 97.6%
HTML 1.2%
Shell 1%
Mako 0.2%