LACP carbon release note 22/57422/4
authorlalitgera <Lalit_Gera@Dell.com>
Fri, 19 May 2017 11:57:10 +0000 (17:27 +0530)
committerColin Dixon <colin@colindixon.com>
Wed, 7 Jun 2017 18:52:20 +0000 (18:52 +0000)
Change-Id: I217b6b07f8b1b5fdb165d3f66d95d537c4d18aa3
Signed-off-by: lalitgera <Lalit_Gera@Dell.com>
docs/developer-guide/lacp-developer-guide.rst
docs/getting-started-guide/project-release-notes/lacp.rst [new file with mode: 0644]
docs/user-guide/link-aggregation-control-protocol-user-guide.rst

index 52a182d9245a7205fa01a2ed23adf848cbce965a..a56c75ea0d3dc9abbe09cfb6ccba5adfe3589bfc 100644 (file)
@@ -1,3 +1,5 @@
+.. _lacp-dev-guide:
+
 LACP Developer Guide
 ====================
 
diff --git a/docs/getting-started-guide/project-release-notes/lacp.rst b/docs/getting-started-guide/project-release-notes/lacp.rst
new file mode 100644 (file)
index 0000000..2f287c0
--- /dev/null
@@ -0,0 +1,75 @@
+====
+LACP
+====
+
+Major Features
+==============
+
+odl-lacp-plugin
+---------------
+
+* **Feature URL:** https://github.com/opendaylight/lacp/blob/stable/carbon/features/src/main/features/features.xml
+* **Feature Description:** Southbound plugin for adding Link Aggregation Control Protocol support (via OpenFlow)
+* **Top Level:** Yes
+* **User Facing:** Yes
+* **Experimental:** Yes
+* **CSIT Test:**
+
+  * https://jenkins.opendaylight.org/releng/view/lacp/job/lacp-csit-1node-lacp-all-carbon/
+  * https://jenkins.opendaylight.org/releng/view/lacp/job/lacp-integration-carbon/
+
+Documentation
+=============
+
+* **User Guide(s):**
+
+  * :ref:`lacp-user-guide`
+
+* **Developer Guide(s):**
+
+  * :ref:`lacp-dev-guide`
+
+Security Considerations
+=======================
+
+No known issues
+
+Quality Assurance
+=================
+
+* `Sonar report <https://sonar.opendaylight.org/overview?id=43929>`_ (76.8% code coverage)
+
+Migration
+---------
+
+It is not currently supported
+
+Compatibility
+-------------
+
+Yes, It is compatible with previous release. There are no API or config changes.
+
+Bugs Fixed
+----------
+
+No bugs fixed
+
+Known Issues
+------------
+
+No known issues
+
+End-of-life
+===========
+
+No deprecated or EoLed features.
+
+Standards
+=========
+
+`IEEE 802.11ad-2012 <http://www.techstreet.com/ieee/standards/ieee-802-11ad-2012?product_id=1820568>`_
+
+Release Mechanics
+=================
+
+* `Link to release plan <https://wiki.opendaylight.org/view/Simultaneous_Release:Carbon_Release_Plan>`_
index 2cdcd15ea79f28d72bfcb456cb88d05778d82114..52dcee58f63d55c90ee8c64db13db0ed769af0ee 100644 (file)
@@ -1,3 +1,5 @@
+.. _lacp-user-guide:
+
 Link Aggregation Control Protocol User Guide
 ============================================