From fd2c94f7542dbc6e4cd1d58c5db14f722b12bf52 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Tue, 11 Jun 2019 15:35:08 +0800 Subject: add usecase-ui user guide Change-Id: I97155072f9cf212ce6a2155bd07a6c57546222e5 Issue-ID: USECASEUI-194 Signed-off-by: guochuyicmri (cherry picked from commit b74f1453b2c309b7395b909762a3d3543dab6406) --- docs/platform/architecture.rst | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'docs/platform/architecture.rst') 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. -- cgit 1.2.3-korg