blob: 29f9249307b5ecd9b3287bc70b6265c02c8b4a7f (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. _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 various 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.
.. toctree::
:maxdepth: 2
architecture.rst
offered_api.rst
consumed_api.rst
delivery.rst
logging.rst
installation/index
administration.rst
|