Adding SDNVPN release documentation. 79/10579/3
authorChristopherPrice <christopher.price@ericsson.com>
Wed, 24 Feb 2016 11:43:52 +0000 (12:43 +0100)
committertimirnich <tim.irnich@ericsson.com>
Wed, 24 Feb 2016 13:48:49 +0000 (05:48 -0800)
Change-Id: Iff53422b5e609a21e7165946d776e66fdfdbe431
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
docs/configguide/featureconfig.rst
docs/index.rst [new file with mode: 0755]
docs/platformoverview/platformoverview.rst
docs/userguide/userguide.rst

index 98620db..ad41c22 100644 (file)
@@ -1,6 +1,19 @@
-SDNVPN Configuration
-====================
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) Tim Irnich  (tim.irnich@ericsson.com)
 
-Stuff about configuring SDNVPN features...
+Configuring SDNVPN features
+---------------------------
 
+Fuel installer configuration
+<Niko: explain which settings have to / can be chosen in Fuel to get SDN VPN
+deployed.>
+
+Feature configuration
+No post-deploy configuration is necessary. The Fuel BGPVPN plugin and the ODL
+plugin should set up the cluster in a way that it is ready for BGPVPNs being
+created. This includes the set-up of internal VxLAN transport tunnels between
+compute nodes.
+
+No post-configuration activities are required.
 
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100755 (executable)
index 0000000..afd4625
--- /dev/null
@@ -0,0 +1,18 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2016 OPNFV.
+
+================================
+SDNVPN Brahmaputra documentation
+================================
+
+.. toctree::
+   :maxdepth: 2
+
+   ./platformoverview/platformoverview.rst
+   ./configguide/configguide.rst
+   ./userguide/userguide.rst
+
+Indices
+=======
+* :ref:`search`
index 346673e..9a7068f 100644 (file)
@@ -1,5 +1,13 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) Tim Irnich (tim.irnich@ericsson.com)
+
 SDNVPN platform components and features
 ---------------------------------------
 
-Stuff about SDNVPN project platfrom components...
-
+The SDN VPN feature enhances OPNFV's baseline OpenStack deployment with the
+possibility to configure BGP based VPNs according to the OpenStack Neutron
+Stadium project BGPVPN. The BGPVPN project consists of an API specification,
+framework implementation and a number of backend drivers (Bagpipe, OpenContrail,
+Nuage and OpenDaylight currently). In OPNFV Brahmaputra only the ODL backend
+is supported.
index 7f3e4f9..f59fca3 100644 (file)
@@ -1,7 +1,19 @@
-<Feature> capabilities and usage
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) Tim Irnich, (tim.irnich@ericsson.com)
+
+SDN VPN capabilities and usage
 ================================
-Describe the specific capabilities and usage for <XYZ> feature.
 
-<Feature and API usage guidelines and example>
------------------------------------------------
-Describe with examples how to use specfic features.
+The BGPVPN feature enables creation of BGP VPNs according to the OpenStack
+BGPVPN blueprint <link>. In a nutshell, the blueprint defines a BGPVPN object
+and a number of ways how to associate it with the existing Neutron object model,
+including a unique definition of the related semantics. The BGPVPN framework
+supports a backend driver model with currently available drivers for Bagpipe,
+OpenContrail, Nuage and OpenDaylight. For the details of using the OpenStack
+BGP VPN API, please refer to the documentation at <link>.
+
+Currently, in OPNFV only ODL is supported as a backend for BGPVPN. The BGPVPN
+API calls are mapped onto the ODL VPN Service REST API through the BGPVPN ODL
+driver and the ODL Neutron Northbound module.
+