diff options
author | 2017-11-10 17:41:23 +0800 | |
---|---|---|
committer | 2017-11-10 17:41:32 +0800 | |
commit | 7db99a4c2fbd85a8cf45a89206e1bffe96226ee0 (patch) | |
tree | 5a3775d3411b393f3420cdb80925668583db46c1 /docs/architecture.rst | |
parent | 0f76ea2e69e3899ed4f948ea2d0db334c36621d1 (diff) |
Update usecase-ui document
Change-Id: Ida0464f2f938d39cad2ed33357a19f7b9334e908
Issue-Id: USECASEUI-50
Signed-off-by: shentao <shentao@chinamobile.com>
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. |