71fd58d74a15e5419b032e20a7a11716b9cc6c99
Go to file
Thomas Morin 71fd58d74a Fix name of service provider config file
The config file for service providers had a "-" instead of a "_".
Change-Id: I312954563c19622871d336fd33e7bc2bebd586f4
2015年09月01日 14:24:17 +02:00
2015年02月25日 16:29:32 +01:00
2015年07月06日 15:15:00 +02:00
2015年02月25日 16:29:32 +01: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年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年08月26日 13:59:47 +00:00
2015年07月29日 03:47:22 +00:00
2015年08月04日 00:45:41 +00:00
2015年07月06日 15:15:00 +02:00

networking-bgpvpn

API and Framework to interconnect BGP/MPLS VPNs to Openstack Neutron networks

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@github.com:openstack/networking-bgpvpn.git
  • add the following to your local.conf: :

    Q_SERVICE_PLUGIN_CLASSES=networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin
    [[post-config|/$NETWORKING_BGPVPN_CONF]]
    [service_providers]
    service_provider=BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.dummy.dummyBGPVPNDriver:default
  • bgpvpn-connection-create/update/delete/show/list commands will be available with the neutron client, for example: :

    source openrc admin admin
    neutron bgpvpn-connection-create --route-targets 64512:1
    neutron bgpvpn-connection-list
    neutron bgpvpn-connection-update <bgpvpn-connection-uuid> --network-id <neutron-net-uuid>

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

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%