Update dlux release notes for Nitrogen 84/63284/2
authorDaniel Malachovsky <dmalacho@cisco.com>
Tue, 19 Sep 2017 13:35:42 +0000 (15:35 +0200)
committerDaniel Malachovsky <dmalacho@cisco.com>
Wed, 20 Sep 2017 12:30:08 +0000 (14:30 +0200)
Change-Id: I9673e4085cba61a13a51eefec4d03f2d4f5da669
Signed-off-by: Daniel Malachovsky <dmalacho@cisco.com>
docs/developer-guide/dlux.rst
docs/getting-started-guide/project-release-notes/dlux.rst [new file with mode: 0644]

index 95e72ef3015a854519b38a8fdefe4303faf21d7d..e5a9d7a31cf7d0d3dfd7bdbf75a4ed674747edf3 100644 (file)
@@ -20,21 +20,11 @@ command on the Karaf console -
 
     feature:install odl-dlux-core
 
-The above command will install odl-restconf and DLUX topology
-application internally, along with core DLUX components. Once this
+The above command will install odl-restconf along with core DLUX components. Once this
 feature is successfully installed, access the UI at
 http://localhost:8181/index.html. The default credentials for login are
-admin/admin.
-
-All the applications in DLUX are Karaf features. A user can install
-other dlux applications such as node and yang-ui from Karaf console
-using commands such as -
-
-::
-
-    $ feature:install odl-dluxapps-nodes
-
-    $ feature:install odl-dluxapps-yangui
+admin/admin. After successful login you'll see empty page.
+For applications, continue with DluxApps project.
 
 DLUX Modules
 ------------
diff --git a/docs/getting-started-guide/project-release-notes/dlux.rst b/docs/getting-started-guide/project-release-notes/dlux.rst
new file mode 100644 (file)
index 0000000..8996e68
--- /dev/null
@@ -0,0 +1,71 @@
+====
+Dlux
+====
+
+Major Features
+==============
+
+odl-dlux-core
+------------------
+
+* **Feature URL:** https://git.opendaylight.org/gerrit/#/c/61762/1/features/odl-dlux-core/pom.xml
+* **Feature Description:**  Core DLUX functionality
+* **Top Level:** Yes
+* **User Facing:** Yes
+* **Experimental:** Yes
+* **CSIT Test:** N/A
+
+Documentation
+=============
+
+* **Developer Guide(s):**
+
+  * `Dlux Getting Started <https://wiki.opendaylight.org/view/OpenDaylight_dlux:Getting_started>`_
+
+Security Considerations
+=======================
+
+* There are no security issues found.
+
+Quality Assurance
+=================
+
+* `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=72613>`_
+* GUI is tested mostly manually, CSITs are on the way.
+
+Migration
+---------
+
+* All applications are moved from Dlux project to DluxApps. Only odl-dlux-core feature remains.
+
+Compatibility
+-------------
+
+* Release is compatible with previous.
+
+Bugs Fixed
+----------
+
+https://bugs.opendaylight.org/buglist.cgi?bug_status=__closed__&content=&no_redirect=1&order=Importance&product=dlux&query_format=specific
+
+Known Issues
+------------
+
+* `Link to Open Bugs <https://bugs.opendaylight.org/buglist.cgi?bug_status=__open__&content=&no_redirect=1&order=Importance&product=dlux&query_format=specific>`_
+
+End-of-life
+===========
+
+* N/A
+
+Standards
+=========
+
+* List of standards implemented and to what extent
+
+  * N/A
+
+Release Mechanics
+=================
+
+* `Link to release plan <https://wiki.opendaylight.org/view/OpenDaylight_dlux:Nitrogen_Release_Plan>`_