diff options
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst deleted file mode 100644 index aae39f09..00000000 --- a/docs/architecture.rst +++ /dev/null @@ -1,18 +0,0 @@ -.. 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. |