From: Dan Timoney Date: Mon, 8 Jun 2020 13:33:41 +0000 (+0000) Subject: Merge "Update css file name in conf.py" X-Git-Tag: 2.0.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=279a547642166a05a8f1ca246a785ba978096558;hp=4fb83f0bb5395132dbb191c10cffc60e2129ede9;p=sdnc%2Foam.git Merge "Update css file name in conf.py" Former-commit-id: 5fc9ef84ef1261b098ec70b8ef401edf9c27e0ee --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 076bfc2f..eb6e0d00 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 @@ -21,6 +22,7 @@ The Frankfurt release of SDNC introduces new functionality to support PNFs (Phys for Netconf/TLS to support CMPv2, and adds support for the Multi Domain Optical Network Service use case. + Release Data ============ @@ -61,6 +63,24 @@ The full list of `bugs fixed in the SDNC Frankfurt release `_ is maintained on the `ONAP Jira`_. + +Deprecated Features +------------------- + +** SDNC portal ** + +The SDNC portal is considered deprecated in the Frankfurt release, due +to resource contraints. This functionality is delivered dormant +in Frankfurt (i.e. it is disabled in the Frankfurt helm charts) and we +plan to remove the code 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 is deprecated +in Frankfurt and will be removed in Guilin. + + Deliverables ------------ @@ -86,17 +106,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 | 1.8.3 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-ansible-server-image | Ansible server | 1.8.2 | +| onap/sdnc-ansible-server-image | Ansible server | 1.8.3 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-dmaap-listener-image | DMaaP listener | 1.8.2 | +| onap/sdnc-dmaap-listener-image | DMaaP listener | 1.8.3 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-image | SDNC controller image, without AAF integration | 1.8.2 | +| onap/sdnc-image | SDNC controller image, without AAF integration | 1.8.3 | +--------------------------------+-----------------------------------------------------+---------+ -| onap/sdnc-ueb-listener-image | SDC listener | 1.8.2 | +| onap/sdnc-ueb-listener-image | SDC listener | 1.8.3 | +--------------------------------+-----------------------------------------------------+---------+ -| 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) | 1.8.3 | +--------------------------------+-----------------------------------------------------+---------+ @@ -153,10 +173,14 @@ 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. +The current implementation of the SDNC portal - which was intended purely +as a test tool - 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 we strongly recommend that the SDNC portal NOT be used in +production. + +The SDNC portal is disabled in the Frankfurt helm charts and will be removed +entirely in the Guilin release.