Add VTN Release Notes for Carbon 07/57307/5
authorgvrangan <venkatrangang@hcl.com>
Wed, 17 May 2017 20:50:20 +0000 (02:20 +0530)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 25 May 2017 14:35:51 +0000 (10:35 -0400)
Change-Id: I179e7d9d60a6dd33a448633770b3d60c15093300
Signed-off-by: gvrangan <venkatrangang@hcl.com>
docs/developer-guide/virtual-tenant-network-(vtn).rst
docs/getting-started-guide/project-release-notes/vtn.rst [new file with mode: 0644]
docs/getting-started-guide/project-specific-guides/vtn.rst
docs/opendaylight-with-openstack/openstack-with-vtn.rst
docs/user-guide/virtual-tenant-network-(vtn).rst

index e6e0c99d1ff87a792ec8fdff97a5c92c067103a6..ca698261da84f6077b12c6961b6bff3411352091 100644 (file)
@@ -1,3 +1,5 @@
+.. _vtn-dev-guide:
+
 Virtual Tenant Network (VTN)
 ============================
 
@@ -280,4 +282,3 @@ Usage Examples
 
 -  `L2 Network using Single
    Controller <https://wiki.OpenDaylight.org/view/OpenDaylight_Virtual_Tenant_Network_(VTN):VTN_Coordinator:RestApi:How_to_configure_L2_Network_with_Single_Controller>`__
-
diff --git a/docs/getting-started-guide/project-release-notes/vtn.rst b/docs/getting-started-guide/project-release-notes/vtn.rst
new file mode 100644 (file)
index 0000000..439a168
--- /dev/null
@@ -0,0 +1,102 @@
+===
+VTN
+===
+
+Major Features
+==============
+
+odl-vtn-manager-rest
+--------------------
+
+* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=vtn.git;a=blob;f=manager/features/features-vtn-manager/src/main/features/features.xml;h=e4fe7f62405d07653bffa291f984f2cd30db4a4c;hb=refs/heads/stable/carbon#l41
+* **Feature Description:**  This is the feature that allows users to use the VTN virtualization, by creating the various components as needed for the network.
+* **Top Level:** Yes
+* **User Facing:** Yes
+* **Experimental:** No
+* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-manager-only-carbon/,https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-manager-all-carbon/
+
+
+odl-vtn-manager-neutron
+----------------------
+
+* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=vtn.git;a=blob;f=manager/features/features-vtn-manager/src/main/features/features.xml;h=e4fe7f62405d07653bffa291f984f2cd30db4a4c;hb=refs/heads/stable/carbon#l49
+* **Feature Description:**  This feature provides support for integration with Openstack (L2 API)
+* **Top Level:** Yes
+* **User Facing:** Yes
+* **Experimental:** No
+* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-openstack-newton-neutron-carbon/
+
+Documentation
+=============
+
+* **Installation Guide(s):**
+
+  * :ref:`vtn-install-guide`
+
+* **User Guide(s):**
+
+  * :ref:`VTN User Guide <vtn-user-guide>`
+
+* **Developer Guide(s):**
+
+  * :ref:`VTN Developer Guide <vtn-dev-guide>`
+  * :ref:`VTN Openstack Developer Guide <vtn-openstack-dev-guide>`
+
+Security Considerations
+=======================
+
+* No Issues.
+
+
+Quality Assurance
+=================
+
+* `Link to Sonar Report <https://sonar.opendaylight.org/dashboard?id=org.opendaylight.vtn%3Adistribution&did=1>`_ (56.2%)
+* `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/vtn/>`_
+*  CSIT covers most of the options in RESTCONF
+*  The 3 node deployment has not been tested well.
+
+Migration
+---------
+
+* Not Supported.
+
+Compatiblity
+------------
+
+* No Specific Compatibility issues.
+
+Bugs Fixed
+----------
+
+* 6632 - VTN Coordinator Build Issues with Fedora 24
+* 7360 - VTN Coordinator Build Issues in Fedora 25
+* 7402 - VTN Coordinator Tomcat Upgrade to 7.0.73
+* 6859 - Clean up package names across ODL for yangtools
+* 7969 - VTN Coordinator Issues with recent Postgres Versions
+* 7652 - VTN Manager Support for Karaf 4
+* 8191 - VTN Manager Addressed some Checkstyle/findbugs warnings
+* 8184 - VTN Manager Removed some log messages when handling send-barrier RPC
+* 8211 - VTN Manager Addressed Problems in mapping VTN Flow and MD-SAL Flow
+* 8212 - VTN Manager Fixed Failure in retrieving dataflow
+
+Known Issues
+------------
+
+* `Link to Open Bugs <https://bugs.opendaylight.org/buglist.cgi?component=VTN%20Manager&list_id=78860&product=vtn&resolution=--->`_
+
+End-of-life
+===========
+
+* None
+
+Standards
+=========
+
+* None
+
+Release Mechanics
+=================
+
+* `Link to release plan <https://wiki.opendaylight.org/view/VTN:Carbon_Release_Plan>`_
+* There was no deviation from the plan.
index 1d70f25fac7db9bec47f8119d6200ef54108a0dc..918fcaf30dc70f1401431f3676583dabc10ecb84 100644 (file)
@@ -1,3 +1,5 @@
+.. _vtn-install-guide:
+
 VTN Installation Guide
 ======================
 
index 303a0e08069062723b82919fd19f6170d93299e8..97ea60968943678d3a2421ab4f4117bcacf3942f 100644 (file)
@@ -1,3 +1,5 @@
+.. _vtn-openstack-dev-guide:
+
 OpenStack with Virtual Tenant Network
 =====================================
 
index ecf2bad2593e3ad213aaf418cded748c39b213da..602e71bdfabc85641794e14a8c72082ed684e33d 100644 (file)
@@ -1,3 +1,5 @@
+.. _vtn-user-guide:
+
 Virtual Tenant Network (VTN)
 ============================
 
@@ -4720,4 +4722,3 @@ SCVMM User Guide
 
    -  OpenDaylight Congestion Control with SCVMM VTN:
       https://youtu.be/34YMOTzbNJM
-