aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-10-21 10:17:28 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-10-23 08:30:32 -0400
commitc0070fd86f6db286bc77afc3de50a6a70a5f11f5 (patch)
treeeba067bab00b4a7a1e6d55236e22bc26b5d819be /docs
parent245d6f05d6e74ea3ea5c2bc4a6fa73cc64dba4c5 (diff)
Fix async logic
Fix bug in vnf-topology and vf-module-topology DGs to call correct async DG (right now, not calling async DG). Change-Id: I2a32e9e0755c274cbe235e9f3aabb5547a7d17d3 Issue-ID: SDNC-949 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: bf19b18511c382add95d33526e0706b7858f276f
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.rst34
1 files changed, 27 insertions, 7 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 9bf9cae5..9bfac300 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -3,9 +3,9 @@
Release Notes
=============
-Version 1.7.3
+Version 1.7.4
-------------
-:Release Date: 2019-09-30
+:Release Date: 2019-10-24
El Alto release
@@ -21,15 +21,15 @@ The following table lists the SDNC docker containers and their versions.
+--------------------------------+---------------------------------------------+-----------+
| onap/service-decomposition | POMBA : service decomposition microservice | 1.7.3 |
+--------------------------------+---------------------------------------------+-----------+
-| onap/sdnc-ansible-server-image | Ansible server | 1.7.3 |
+| onap/sdnc-ansible-server-image | Ansible server | 1.7.4 |
+--------------------------------+---------------------------------------------+-----------+
-| onap/sdnc-aaf-image | SDNC controller image, with AAF integration | 1.7.3 |
+| onap/sdnc-aaf-image | SDNC controller image, with AAF integration | 1.7.4 |
+--------------------------------+---------------------------------------------+-----------+
-| onap/sdnc-image | SDNC controller image, standalone (no AAF) | 1.7.3 |
+| onap/sdnc-image | SDNC controller image, standalone (no AAF) | 1.7.4 |
+--------------------------------+---------------------------------------------+-----------+
-| onap/sdnc-ueb-listener-image | SDC listener | 1.7.3 |
+| onap/sdnc-ueb-listener-image | SDC listener | 1.7.4 |
+--------------------------------+---------------------------------------------+-----------+
-| onap/sdcn-dmaap-listener-image | DMAAP listener | 1.7.3 |
+| onap/sdcn-dmaap-listener-image | DMAAP listener | 1.7.4 |
+--------------------------------+---------------------------------------------+-----------+
@@ -61,10 +61,30 @@ The full list of bug fixes in the SDNC El Alto release may be found at <https://
**Known Issues**
The full list of known issues in SDNC may be found in the ONAP Jira at <https://jira.onap.org/issues/?filter=11119>
+One specific issue of concern is the following
+
++------------+---------------------------------------------------------------------------------+
+| Jira # | Abstract |
++============+=================================================================================+
+| [SDNC-949] | GR-API Macro Orchestration fails while waiting on vnf-topology-operation status |
++------------+---------------------------------------------------------------------------------+
+
+This issue is fixed in Gerrit, but not in the released 1.7.4 version of the SDNC docker container. This issue
+can be manually fixed by installing the following 2 directed graphs via directed graph builder:
+
+- `GENERIC-RESOURCE-API_vf-module-topology-operation.json
+<https://gerrit.onap.org/r/gitweb?p=sdnc/oam.git;a=blob_plain;f=platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vf-module-topology-operation.json;hb=refs/heads/elalto>`_
+- `GENERIC-RESOURCE-API_vnf-topology-operation.json
+<https://gerrit.onap.org/r/gitweb?p=sdnc/oam.git;a=blob_plain;f=platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation.json;hb=refs/heads/elalto>`_
+
+
+
One item of note is that the SDNC admin portal was determined to have a number of security vulnerabilities,
under Known Security Issues. As a temporary remediation, the admin portal was disabled in
Dublin. These issues have been resolved in El Alto.
+
+
**Security Notes**
*Fixed Security Issues*