aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
blob: aae39f09487f1be55ae27d2b02a947783fd3240a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0


Usecase UI Architecture
-----------------
Following is the Usecase UI architecture.


|image0|

.. |image0| image:: usecaseui-arc.png
   :width: 5.97047in
   :height: 5.63208in
   
Usecase UI as the GUI of ONAP Use Case includes two parts UI and UI Server.
UI provides Graphical User Interface (GUI) for operators and end-users to show service lifecycle information and system monitor information. And operators could implement service LCM via UI pages.
UI Server analyze CSAR files which get from SDC catalog and implement service LCM (instantiation and termination) by calling SO interfaces.