X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=0c2281015f7b5cb72ebdbebb8a2c620a4d31b99b;hb=refs%2Fheads%2Fguilin;hp=076bfc2fd735d35dea12d12b47145c72f1316104;hpb=d45c8925df53e30c86076d6a775d9556c6dbfb8b;p=sdnc%2Foam.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 076bfc2f..0c228101 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,7 @@ International License. .. http://creativecommons.org/licenses/by/4.0 .. (c) ONAP Project and its contributors +.. _release_notes: ****************** SDNC Release Notes @@ -11,14 +12,16 @@ SDNC Release Notes Abstract ======== -This document provides the release notes for the Frankfurt release of the Software Defined +This document provides the release notes for the Guilin release of the Software Defined Network Controller (SDNC) Summary ======= -The Frankfurt release of SDNC introduces new functionality to support PNFs (Physical Network Functions), extends support -for Netconf/TLS to support CMPv2, and adds support for the Multi Domain Optical Network Service use case. +The Guilin release of SDNC introduces new functionality to support network slicing and extends support +for Netconf/TLS to address certificate management. It also includes a major OpenDaylight release +upgrade (to Sodium), as well as a major Java upgrade (from Java 8 to Java 11). + Release Data @@ -30,37 +33,64 @@ Release Data +-------------------------+-------------------------------------------+ | **Docker images** | See :ref:`dockercontainers` section below | +-------------------------+-------------------------------------------+ -| **Release designation** | Frankfurt | +| **Release designation** | Guilin Maintenance Release 1 | | | | +-------------------------+-------------------------------------------+ -| **Release date** | 06/04/2020 | -| | | +| **Release date** | 11/19/2020 (initial release) | +| | 4/19/2021 (maintenance release 1) | +-------------------------+-------------------------------------------+ New features ------------ -The SDNC Frankfurt release includes the following features: - -* ORAN-compliant A1 adaptor (Jira `SDNC-965 `_) -* Multi-Domain Optical Service (Jira `SDNC-928 `_) -* Python 2 -> Python 3 migration (Jira `SDNC-967 `_) -* Upgrade to new Policy lifecycle API (Jira `SDNC-968 `_) +The SDNC Guilin release includes the following features: +* Upgrade to Java 11 (Jira `SDNC-1242 `_) +* Network slicing (Jira `SDNC-915 `_) +* NETCONF/TLS Certificate Management (Jira `SDNC-966 `_) +* Decouple SDNC from OpenDaylight / Karaf : phase 2 (Jira `SDNC-1207 `_) +This release also includes an upgrade to the OpenDaylight Sodium release, which SDNC consumes from CCSDK. +Downstream projects that are consuming SDNC maven artifacts, or that plan to ingest SDNC as source and do local compiles should be +aware that the upgrades to OpenDaylight Sodium and to Java 11 are both potentially breaking changes. Therefore, we consider +Guilin to be a major release and have reflected this in our version numbering. -For the complete list of `SDNC Frankfurt release epics `_ and -`SDNC Frankfurt release user stories `_ , please see the `ONAP Jira`_. +For the complete list of `SDNC Guilin release epics `_ and +`SDNC Guilin release user stories `_ , please see the `ONAP Jira`_. **Bug fixes** -The full list of `bugs fixed in the SDNC Frankfurt release `_ is maintained on the `ONAP Jira`_. +Guilin Maintenance Release 1 fixes the following bugs: + +* SDNC does not retain OpenDaylight state across restarts (Jira `SDNC-1455 `_) +* CCVPN - Transport Slicing: SDNC development - Using Same names for OTN tunnels and Ethernet Services in both domains, plus bug fixing (Jira `SDNC-1431 `_) +* SDNC restart needed every 24-36h during stability test (Jira `SDNC-1430 `_) + +The full list of `bugs fixed in the SDNC Guilin release `_ is maintained on the `ONAP Jira`_. **Known Issues** The full list of `known issues in SDNC `_ is maintained on the `ONAP Jira`_. + +Removed Features +------------------- + +**SDNC portal** + +The SDNC portal was deprecated in the Frankfurt release, due +to resource contraints. This functionality was delivered dormant +in Frankfurt (i.e. it is disabled in the Frankfurt helm charts) and was +removed entirely in the Guilin release. + +**VNF-API** + +The functionality provided by the VNF-API is now provided as part +of the GENERIC-RESOURCE-API. Therefore, the VNF-API was deprecated +in Frankfurt and has been removed in Guilin. + + Deliverables ------------ @@ -86,17 +116,17 @@ tag 0.7-STAGING-latest to pull the latest daily Frankfurt build +--------------------------------+-----------------------------------------------------+---------+ | Image name | Description | Version | +================================+=====================================================+=========+ -| onap/sdnc-aaf-image | SDNC controller image, integrated with AAF for RBAC | 1.8.2 | +| onap/sdnc-aaf-image | SDNC controller image, integrated with AAF for RBAC | 2.0.6 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-ansible-server-image | Ansible server | 1.8.2 | +| onap/sdnc-ansible-server-image | Ansible server | 2.0.6 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-dmaap-listener-image | DMaaP listener | 1.8.2 | +| onap/sdnc-dmaap-listener-image | DMaaP listener | 2.0.6 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-image | SDNC controller image, without AAF integration | 1.8.2 | +| onap/sdnc-image | SDNC controller image, without AAF integration | 2.0.6 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-ueb-listener-image | SDC listener | 1.8.2 | +| onap/sdnc-ueb-listener-image | SDC listener | 2.0.6 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-web-image | Web tier (currently only used by SDN-R persona) | 1.8.2 | +| onap/sdnc-web-image | Web tier (currently only used by SDN-R persona) | 2.0.6 | +--------------------------------+-----------------------------------------------------+---------+ @@ -133,31 +163,17 @@ Security Notes Fixed Security Issues ~~~~~~~~~~~~~~~~~~~~~ -The following security issues have been addressed in the Frankfurt SDNC release: +The following security issue, related to the SDNC portal, is no longer applicable due to removal +of the SDNC portal: -* `OSJI-34 `_ : Multiple SQL Injection issues in SDNC -* `OSJI-40 `_ : SDNC service allows for arbitrary code execution -* `OSJI-41 `_ : SDNC service allows for arbitrary code execution in sla/dgUpload form (CVE-2019-12132) -* `OSJI-42 `_ : SDNC service allows for arbitrary code execution in sla/printAsXml form (CVE-2019-12123) -* `OSJI-43 `_ : SDNC service allows for arbitrary code execution in sla/printAsGv form (CVE-2019-12113) -* `OSJI-199 `_ : SDNC service allows for arbitrary code execution in sla/upload form (CVE-2019-12112) -* `SDNC-1145 `_ : Pods still run as root -* `SDNC-970 `_ : Password removal from OOM Helm charts +* `OJSI-91 `_ : SDNC exposes unprotected API for user creation .. _secissues : Known Security Issues ~~~~~~~~~~~~~~~~~~~~~ -There is currently one known SDNC security issue, related to the SDNC portal - -* `OJSI-91 `_ : SDNC exposes unprotected API for user creation - -The current implementation of the SDNC portal has a self-subscription model - so anyone can create an account by going to -the setup link. This is not appropriate for production deployment and will be fixed in a future release. -The SDNC portal is disabled in the Frankfurt helm charts and we recommend that it NOT be enabled in a production -deployment until this issue is corrected. - +There are no known outstanding security issues related to SDNC Guilin. Test Results