Giter Site home page Giter Site logo

tmmorin / networking-bgpvpn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openstack/networking-bgpvpn

0.0 1.0 0.0 509 KB

API's and framework to attach bgp vpn to Neutron networks

Home Page: http://openstack.org

License: Apache License 2.0

Python 98.89% Mako 1.11%

networking-bgpvpn's Introduction

networking-bgpvpn

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

Quick start

To be able to test this framework, you have to:

  • clone this repo and install the python package:

    git clone https://git.openstack.org/stackforge/networking-bgpvpn
    
    sudo python setup.py develop
    
  • run the latest devstack (and let it fetch latest openstack code) with the following options:

    Q_SERVICE_PLUGIN_CLASSES=networking_bgpvpn.neutron.services.bgpvpn.plugin.BGPVPNPlugin
    
    [[post-config|/$NEUTRON_CONF]]
    [service_providers]
    service_provider=BGPVPN:Dummy:networking_bgpvpn.neutron.services.bgpvpn.service_drivers.dummy.dummyBGPVPNDriver:default
    
  • init the db with:

    /usr/local/bin/bgpvpn-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head
    
  • 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>
    

networking-bgpvpn's People

Contributors

matrohon avatar tmmorin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.