d8fa960014121ea1d9001065f83b4c97f77a1e69
Go to file
Thomas Morin d8fa960014 bagpipe: improve unit test
This change improves test_delete_port_to_bgpvpn_rpc to
have the callback really generated by ML2 plugin rather
that resynthtizing one.
A few other improvements are made to have more realistic
data flow into the driver.
Change-Id: I8be6c90dacef46e560759a6bd68efdb677666607
2016年05月20日 15:23:16 +02:00
2016年05月02日 09:09:06 +00:00
2016年05月17日 11:45:21 +02:00
2016年05月20日 15:23:16 +02:00
2016年04月26日 16:56:49 -05:00
2015年09月10日 13:55:19 +02:00
2016年02月02日 11:09:57 +01:00
2015年09月21日 14:29:36 +00:00
2016年04月18日 11:41:38 +00:00
2015年06月12日 23:12:30 +00:00
2015年02月25日 16:29:32 +01:00
2015年11月30日 14:50:25 +01: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年11月05日 16:25:02 +01:00
2016年03月10日 15:56:46 +01:00
2015年09月17日 12:13:25 +00:00
2016年05月02日 11:01:41 +02:00
2016年04月20日 12:12:34 -04: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.

Devstack Quick start

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

  • 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
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%