README improvements

* rst fixes
* improved information on bagpipe reference driver
Change-Id: I13e92a3ae6bda1f22310e65825cc1ff9b158e5af
This commit is contained in:
Thomas Morin
2015年07月30日 11:31:08 +02:00
parent 96cefa0e02
commit 13cef5ff81

View File

@@ -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:

View File

@@ -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
openstack/networking-bgpvpn
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.

The note is not visible to the blocked user.