aaa Neon Release Notes 03/80403/3
authorTom Pantelis <tompantelis@gmail.com>
Tue, 19 Feb 2019 20:04:06 +0000 (15:04 -0500)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 22 Feb 2019 21:53:39 +0000 (21:53 +0000)
Change-Id: I802cfea6e1a0049596dbdc1ff1d0a6c328b2b7c2
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
docs/release-notes/projects/aaa.rst [new file with mode: 0644]

diff --git a/docs/release-notes/projects/aaa.rst b/docs/release-notes/projects/aaa.rst
new file mode 100644 (file)
index 0000000..482468c
--- /dev/null
@@ -0,0 +1,120 @@
+===
+aaa
+===
+
+Major Features
+==============
+
+odl-aaa-shiro
+----------------
+
+* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=blob_plain;f=features/odl-aaa-shiro/pom.xml;hb=refs/heads/stable/fluorine
+* **Feature Description:**  ODL Shiro-based AAA implementation
+* **Top Level:** Yes
+* **User Facing:** Yes
+* **Experimental:** Yes
+* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/aaa/job/aaa-csit-1node-authn-all-fluorine/
+
+odl-aaa-cert
+------------
+
+* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=blob_plain;f=features/odl-aaa-cert/pom.xml;hb=refs/heads/stable/fluorine
+* **Feature Description:**  MD-SAL based encrypted certificate management
+* **Top Level:** Yes
+* **User Facing:** Yes
+* **Experimental:** Yes
+* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/aaa/job/aaa-csit-1node-authn-all-fluorine/
+
+odl-aaa-cli
+------------
+
+* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=blob_plain;f=features/odl-aaa-cli/pom.xml;hb=refs/heads/stable/fluorine
+* **Feature Description:**  Basic karaf CLI commands for interacting with AAA
+* **Top Level:** Yes
+* **User Facing:** Yes
+* **Experimental:** Yes
+* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/aaa/job/aaa-csit-1node-authn-all-fluorine/
+
+Documentation
+=============
+
+* **User Guide(s):**
+
+  * :ref:`aaa-user-guide`
+
+* **Developer Guide(s):**
+
+  * :ref:`aaa-dev-guide`
+
+Security Considerations
+=======================
+
+* Do you have any external interfaces other than RESTCONF?
+
+  No
+
+* Other security issues?
+
+  No
+
+Quality Assurance
+=================
+
+* `Link to Sonar Report <https://jenkins.opendaylight.org/releng/view/aaa/job/aaa-sonar/>`_ (54% code coverage)
+* `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/aaa/>`_
+
+Migration
+---------
+
+* Is it possible to migrate from the previous release? If so, how?
+
+  * Yes, no specific steps needed.
+
+Compatibility
+-------------
+
+* Is this release compatible with the previous release?
+
+  * Yes
+
+* Any API changes?
+
+  * No
+
+* Any configuration changes?
+
+  * No
+
+Bugs Fixed
+----------
+
+* List of bugs fixed since the previous release
+
+  * `Fixed BUGS <https://jira.opendaylight.org/issues/?jql=project%20%3D%20AAA%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Resolved%20AND%20resolution%20%3D%20Done%20AND%20resolutiondate%20%3E%20%272018%2F10%2F01%27%20%20%20ORDER%20BY%20resolutiondate>`_
+
+Known Issues
+------------
+
+* List key known issues with workarounds
+
+  * None
+
+End-of-life
+===========
+
+* List of features/APIs which are EOLed, deprecated, and/or removed in this
+  release
+
+  * None
+
+Standards
+=========
+
+* List of standards implemented and to what extent
+
+  * LDAP, JDBC, ActiveDirectory
+
+Release Mechanics
+=================
+
+* N/A