diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-11-14 17:08:48 -0500 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2018-11-14 22:10:18 +0000 |
commit | 63cd58a68b5b31e68832c99b63ae549f9b2b38de (patch) | |
tree | 45b2b05097dbfe23f5cc0d8043a25ee1b003a69b | |
parent | 053a621d773cc014203b0b2b5eda7dc0bd48b332 (diff) |
Update R3 release notes
Issue-ID: AAI-1914
Change-Id: Iffed2a049e4b1e746d845a73da31432e6e9c74dc
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | docs/release-notes.rst | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b30bf39b..ee775719 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -6,6 +6,40 @@ AAI Release Notes ================== +Version: 1.3.0 +-------------- + +:Release Date: TBD + +**New Features** + +The R3 Casablanca release of ONAP again focuses on platform maturity +and deployablity. AAI continued to leverage oom and kubernetes, and +added new data types in support of multiple R3 use cases. AAI added a +new schema ingest library which moves AAI closer to being more +model-driven. + +Authentication and Authorization is performed using AAF with the CADI +framework. We use basic authentication with RBAC (Role Based Access +Control) to secure the AAI REST APIs. + +**Epic** + +- `AAI-32 <https://jira.onap.org/browse/AAI-32>`_ Integrate with AAF +- `AAI-766 <https://jira.onap.org/browse/AAI-766>`_ Microservice for administering the AAI graph db +- `AAI-767 <https://jira.onap.org/browse/AAI-767>`_ Make AAI More Model Driven +- `AAI-981 <https://jira.onap.org/browse/AAI-981>`_ Schema updates required for the R3 Casablanca use cases +- `AAI-1340 <https://jira.onap.org/browse/AAI-1340>`_ Support CCVPN use case in AAI +- `AAI-1409 <https://jira.onap.org/browse/AAI-1409>`_ SONAR Coverage +- `AAI-1410 <https://jira.onap.org/browse/AAI-1410>`_ Logging Enhancements +- `AAI-1411 <https://jira.onap.org/browse/AAI-1411>`_ SRIOV Automation +- `AAI-1413 <https://jira.onap.org/browse/AAI-1413>`_ 5G Core Scale over Network Cloud +- `AAI-1415 <https://jira.onap.org/browse/AAI-1415>`_ SVLAN and CVLAN rewrite +- `AAI-1416 <https://jira.onap.org/browse/AAI-1416>`_ Enhance CRUD APIs to take Optional "format" +- `AAI-1418 <https://jira.onap.org/browse/AAI-1418>`_ VLAN Tagging +- `AAI-1419 <https://jira.onap.org/browse/AAI-1419>`_ Schema Ingest Library + + Version: 1.2.0 -------------- |