README improvements
* rst fixes * improved information on bagpipe reference driver Change-Id: I13e92a3ae6bda1f22310e65825cc1ff9b158e5af
This commit is contained in:
2 changed files with 14 additions and 6 deletions
@@ -1,6 +1,10 @@
How to use bagpipe driver for the BGPVPN plugin, jointly with the openvswitch ML2 mech driver ?
-----------------------------------------------------------------------------------------------
The **bagpipe** driver for the BGPVPN service plugin is designed to work jointly with the openvswitch
ML2 mechanism driver. It relies on the use of the _bagpipe-bgp BGP VPN implementation on compute node
and the MPLS implementation in OpenVSwitch.
In devstack :
* ``local.conf``:
@@ -9,9 +13,9 @@ In devstack :
* add the following to enable the BaGPipe driver for the BGPVPN service plugin::
[[post-config|/$NEUTRON_CONF]]
[service_providers]
service_provider=BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default
[[post-config|/$NEUTRON_CONF]]
[service_providers]
service_provider=BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default
* add ``bgpvpn_notify`` to ``Q_ML2_PLUGIN_MECHANISM_DRIVERS``
@@ -19,8 +23,8 @@ In devstack :
* on a control node, if you want to run the Fake Route-Reflector there::
enable_plugin bagpipe-bgp https://github.com/Orange-OpenSource/bagpipe-bgp.git
enable_service b-fakerr
enable_plugin bagpipe-bgp https://github.com/Orange-OpenSource/bagpipe-bgp.git
enable_service b-fakerr
* on compute nodes:
@@ -11,7 +11,8 @@ API and Framework to interconnect BGP/MPLS VPNs to Openstack Neutron networks
Quick start
-----------
To be able to test this framework, you have to:
To test this framework with the **dummy** driver (not doing any real interaction with BGP nor
the forwarding plane) you have to:
* install devstack
@@ -36,3 +37,6 @@ To be able to test this framework, you have to:
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 :doc:`README-bagpipe` .
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.