Add info on Nuage Networks driver
Add base information on the Nuage Networks driver. Change-Id: Ifaee145013c56ba289a4b1bea67e4f2ff6a92ed9
This commit is contained in:
Thomas Morin
committed by
Thomas Morin
parent
5663325bb6
commit
b5202dfc7d
2 changed files with 26 additions and 5 deletions
21
doc/source/nuage/index.rst
Normal file
21
doc/source/nuage/index.rst
Normal file
@@ -0,0 +1,21 @@
..
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
=====================
Nuage Networks driver
=====================
The Nuage Network driver works jointly with Nuage Networks VSP.
A pre-requisite for the nuage BGPVPN driver is that the Nuage-specific
installation and configuration steps have been applied; in particular the
installation of the ``nuage_neutron`` package. Please refer to Nuage Networks
documentation.
The driver will be enabled, by specifying in in ``/etc/neutron/networking_bgpvpn.conf``::
[service_providers]
service_provider = BGPVPN:Nuage:nuage_neutron.bgpvpn.services.service_drivers.driver.NuageBGPVPNDriver:default
@@ -132,15 +132,16 @@ backend:
Drivers
=======
The BGPVPN service plugin support or will support the following drivers:
The BGPVPN service plugin supports the following drivers:
* *bagpipe*, the reference driver working jointly with the *openvswitch* ML2 mechanism driver (see :doc:`bagpipe/index`)
* *bagpipe*, the reference driver working jointly with Neutron's *openvswitch* ML2 mechanism driver (see :doc:`bagpipe/index`)
* *opencontrail*, for [OpenContrail]_ (see :doc:`opencontrail/index`)
* *opendaylight*, for [OpenDaylight]_ (see :doc:`opendaylight/index`)
* *nuage*, for [Nuage-Networks]_
* *nuage*, for [Nuage-Networks]_ (see :doc:`nuage/index`)
.. toctree::
:maxdepth: 1
@@ -148,6 +149,7 @@ The BGPVPN service plugin support or will support the following drivers:
bagpipe/index
opencontrail/index
opendaylight/index
nuage/index
==========
References
@@ -161,5 +163,3 @@ References
.. [RFC7432] BGP MPLS-Based Ethernet VPN (Ethernet VPNs, a.k.a E-VPN) http://tools.ietf.org/html/rfc7432
.. [draft-ietf-bess-evpn-overlay] E-VPN for VXLAN/NVGRE/MPLS-GRE https://tools.ietf.org/html/draft-ietf-bess-evpn-overlay
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.