Adding FaaS Release Notes 12/57212/7
authorxingjun <xingjun.chu@huawei.com>
Tue, 16 May 2017 20:46:48 +0000 (16:46 -0400)
committerColin Dixon <colin@colindixon.com>
Tue, 23 May 2017 15:34:25 +0000 (11:34 -0400)
Change-Id: I7fbd0d3d52c5f142b516f741b8da0232f0fc230a
Signed-off-by: xingjun <xingjun.chu@huawei.com>
docs/developer-guide/fabric-as-a-service.rst
docs/getting-started-guide/project-release-notes/faas-release-notes.rst [new file with mode: 0644]
docs/user-guide/fabric-as-a-service.rst

index 77f9acf7d33f93a717ea807f671014d876f827b1..1720aaff60ff80542ca6f06d27e0e04e1caeaac4 100644 (file)
@@ -1,3 +1,5 @@
+.. _faas_dev_guide:
+
 Fabric As A Service
 ===================
 
diff --git a/docs/getting-started-guide/project-release-notes/faas-release-notes.rst b/docs/getting-started-guide/project-release-notes/faas-release-notes.rst
new file mode 100644 (file)
index 0000000..0328889
--- /dev/null
@@ -0,0 +1,95 @@
+==========================
+FaaS - Fabric As A Service
+==========================
+
+Major Features
+==============
+
+odl-faas-all
+------------
+
+* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=faas.git;a=blob;f=features/src/main/features/features.xml
+* **Feature Description:**  This is a top level wrapper feature which includes all the sub features faas offers.
+* **Top Level:** Yes
+* **User Facing:** Yes
+* **Experimental:** Yes
+* **CSIT Test:** N/A
+
+Documentation
+=============
+
+* **User Guide(s):**
+
+  * :ref:`faas_user_guide`
+
+* **Developer Guide(s):**
+
+  * :ref:`faas_dev_guide`
+
+Security Considerations
+=======================
+
+* Do you have any external interfaces other than RESTCONF?
+
+  * No
+
+* Other security issues?
+
+  * N/A
+
+Quality Assurance
+=================
+
+* `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=58232>`_ (N/A)
+* There are unit tests and integration test scripts available under folder "demo" in the faas repo,
+  these scripts can be manually invoked for testing. these tests only depends on minnet and ovs
+  which can easily been installed on one VM.
+
+Migration
+---------
+
+* Is is possible migrate from the previous release? If so, how?
+
+  * No
+
+Compatiblity
+------------
+
+* Is this release compatible with the previous release? Yes
+* Any API changes? No.
+* Any configuraiton changes? No.
+
+Bugs Fixed
+----------
+
+* List of bugs fixed since the previous release
+
+  * None
+
+Known Issues
+------------
+
+https://bugs.opendaylight.org/buglist.cgi?quicksearch=faas
+
+End-of-life
+===========
+
+* List of features/APIs which are EOLed, deprecated, and/or removed in this
+  release
+
+  * None
+
+Standards
+=========
+
+* List of standrads implemented and to what extent
+
+  * None
+
+Release Mechanics
+=================
+
+* `Link to release plan <https://wiki.opendaylight.org/view/FaaS:Carbon_Release_Plan>`_
+* Describe any major shifts in release schedule from the release plan
+
+  * None
index 74a0bbcccd1773b3efd5066e252271fa3e5264f4..cac7040029439d9206941f71d67294a01d933582 100644 (file)
@@ -1,3 +1,5 @@
+.. _faas_user_guide:
+
 Fabric As A Service
 ===================