diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-06-11 15:35:08 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-06-11 15:35:09 +0800 |
commit | b74f1453b2c309b7395b909762a3d3543dab6406 (patch) | |
tree | 018a756281c78059f4e6813989ba2afcc9c1b728 /docs/platform/index.rst | |
parent | 88e152431069d134edeb8ad80e1cd3944708a6f5 (diff) |
add usecase-ui user guide
Change-Id: I97155072f9cf212ce6a2155bd07a6c57546222e5
Issue-ID: USECASEUI-194
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'docs/platform/index.rst')
-rw-r--r-- | docs/platform/index.rst | 52 |
1 files changed, 39 insertions, 13 deletions
diff --git a/docs/platform/index.rst b/docs/platform/index.rst index e163a097..6eb424a5 100644 --- a/docs/platform/index.rst +++ b/docs/platform/index.rst @@ -1,20 +1,46 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 -Platform --------- +.. _uui_index: + +Usecase-UI +========== + +|image0| + +.. |image0| image:: images/overall-architecture-in-onap.png + :width: 5.97047in + :height: 3.63208in + +Usecase-UI provides self-service management GUI and monitor GUI for operators and end-users. +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. +* support customer and service type management GUI +* support E2E instance lifecycle management GUI +* support NS instance lifecycle management GUI +* support NS/VNF/PNF package management GUI +* support network management GUI for OTN Domain + +Usecase UI is composed of two parts that are usecase-ui and usecase-ui-server. +* Usecase UI (Frontend) + * providing customer and service type management GUI + * providing E2E instance lifecycle management GUI + * providing NS instance lifecycle management GUI + * providing NS/VNF/PNF package management GUI + * providing network management GUI for OTN Domain +* Usecase UI Server (Backend) + * providing postgreSQL for recording instance operation history + * providing template analysis result via calling modeling parser + * providing the way to call ONAP other components APIs -Usecase UI is composed of two parts that are usecase-ui and usecase-ui-server. It provides self-service management GUI and monitor GUI for operators and end-users. -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. .. toctree:: - :maxdepth: 1 - + :maxdepth: 2 + architecture.rst - offeredapis.rst - consumedapis.rst + offered_api.rst + consumed_api.rst delivery.rst - log-and-diagnostic-info.rst - installation.rst - configuration.rst - administration.rst - human-interfaces.rst + logging.rst + installation/index + administration.rst
\ No newline at end of file |