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/architecture.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/architecture.rst')
-rw-r--r-- | docs/platform/architecture.rst | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst index e4dfcc5e..10891050 100644 --- a/docs/platform/architecture.rst +++ b/docs/platform/architecture.rst @@ -1,22 +1,20 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 Usecase-UI Architecture ------------------------ +======================= -Usecase-UI comprises two modules: the Usecase-UI UI module and the Usecase-UI Server module. +|image0| - - Usecase-UI UI Module - - Usecase-UI Server Module +.. |image0| image:: images/usecaseui-architecture.png + :width: 6.97047in + :height: 4.63208in -Usecase-UI itself is an independent component in ONAP, which means it could be deployed as an ONAP-level component. - -.. image:: images/overall-architecture-in-onap.png - -Take a deep dive into Usecase-UI, we could see it mainly consists of two modules, which are the UI module and Server module respectively. +Usecase-UI includes two modules : Usecase-UI Frontend and Usecase-UI Backend. + - Usecase UI UI (Frontend Module) + - Usecase UI Server (Backend Module) +Usecase-UI mainly consists of two modules, they are the UI module and Server module respectively. The UI module provides Graphical User Interface (GUI) for operators and end-users (e.g. LCM, Monitor). - -The Server module is the logic part of Usecase-UI. This part analyzes NS files for LCM function and subscribes vnf alarm and performance data for monitor function. - -.. image:: images/usecaseui-architecture.png +The Server module is the logic part of Usecase-UI. This part provide ONAP other components APIs for Usecase-UI frontend. |