diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/images/usecaseui-architecture.png | bin | 68697 -> 146820 bytes | |||
-rw-r--r-- | docs/platform/index.rst | 1 | ||||
-rw-r--r-- | docs/platform/installation/installation/uui-over-oom.rst | 4 | ||||
-rw-r--r-- | docs/release-notes.rst | 39 |
4 files changed, 42 insertions, 2 deletions
diff --git a/docs/platform/images/usecaseui-architecture.png b/docs/platform/images/usecaseui-architecture.png Binary files differindex 42ff900f..54082d6a 100644 --- a/docs/platform/images/usecaseui-architecture.png +++ b/docs/platform/images/usecaseui-architecture.png diff --git a/docs/platform/index.rst b/docs/platform/index.rst index 29f92493..7eb6521d 100644 --- a/docs/platform/index.rst +++ b/docs/platform/index.rst @@ -30,6 +30,7 @@ Usecase UI is composed of two parts that are usecase-ui and usecase-ui-server. * providing E2E instance lifecycle management GUI. * providing NS instance lifecycle management GUI. * providing NS/VNF/PNF package management GUI. + * providing 5G Slicing network management and monitor GUI. * providing network management GUI for OTN Domain. * Usecase UI Server (Backend) diff --git a/docs/platform/installation/installation/uui-over-oom.rst b/docs/platform/installation/installation/uui-over-oom.rst index 88235d94..8be5996b 100644 --- a/docs/platform/installation/installation/uui-over-oom.rst +++ b/docs/platform/installation/installation/uui-over-oom.rst @@ -25,8 +25,8 @@ Usecase-UI Repositories Usecase-UI Docker Images :: - nexus3.onap.org:10001/onap/usecase-ui:2.0.1 - nexus3.onap.org:10001/onap/usecase-ui-server:2.0.1 + nexus3.onap.org:10001/onap/usecase-ui:3.0.1 + nexus3.onap.org:10001/onap/usecase-ui-server:3.0.1 **3. Usecase-UI Deployment** diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d7fee01c..2cc84b1a 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,45 @@ It provides self-service management GUI and monitor GUI for operators and end-us This project targets identifying all GUI requirements which operators and end-users need ONAP to support, coordinating GUI parts of each ONAP subsystem, filling the gaps for improving GUI functionalities for use cases. +Version: 3.0.1 +-------------- + +:Release Date: 2020-03-26 + +**New Features** + - 5G network GUI : In F release, we support the whole flow of creating 5G network slicing service. We provide CSMF portal for the network slicing customers and NSMF portal for the network slicing operators. What's more, we enhance the *Monitor* Module for monitoring 5G network slicing. + - CCVPN GUI : In F release, UUI supports CCVPN-E-LINE over OTN Inter Domain Links, as well as the Multi-domain multi-layer Optical Service Orchestration. +**Released Components** + - usecase-ui 3.0.1 + - usecase-ui-server 3.0.1 + +**Bug Fixes** + NA + +**Known Issues** + NA + +**Security Notes** + +Usecase-UI code has been formally scanned during build time using NexusIQ and all critical vulnerabilities have been addressed, +items that remain open have been assessed for risk and determined to be false positive. +The Usecase-UI open critical security vulnerabilities and their risk assessment have been documented as part of the project. + +**Quick Links** + - `Usecase-UI project page <https://wiki.onap.org/display/DW/Usecase+UI+Project>`_ + - `Passing Badge information for Usecase-UI <https://bestpractices.coreinfrastructure.org/en/projects/1759>`_ + - `Project Vulnerability Review Table for Usecase-UI <https://wiki.onap.org/pages/viewpage.action?pageId=51282547>`__ + +**Upgrade Notes** + NA + +**Deprecation Notes** + NA + +**Other** + NA + + Version: 2.0.2 -------------- |