blob: a5ad9481e5f5480ea7272023c2360de40d0db88e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
Architecture
------------
Usecase-Ui comprises two modules: the Usecase-UI UI module and the Usecase-UI Server module.
- Holmes
- Usecase-UI UI Module
- Usecase-UI Server Module
ONAP-level Architecture
^^^^^^^^^^^^^^^^^^^^^^^
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
Usecase-UI Architecture
^^^^^^^^^^^^^^^^^^^
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.
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
|