summaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-10-13 11:27:35 +0800
committershentao <shentao@chinamobile.com>2017-10-13 11:27:42 +0800
commit51110cbdbae5a7c5655a096142cb95d58f47dff7 (patch)
tree54144fd8837dc0bb769c95d76911a739deaa3a43 /docs/architecture.rst
parent30d5cfc7bd4108c23896d449206ab271d16edba2 (diff)
Update usecase-ui docs
Change-Id: I52074681fff171f035abb9379b158ec2cb0ffa57 Issue-Id: USECASEUI-49 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 20ac2118..aae39f09 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -2,17 +2,17 @@
.. http://creativecommons.org/licenses/by/4.0
-VF-C Architecture
+Usecase UI Architecture
-----------------
-Following is the VF-C architecture.
+Following is the Usecase UI architecture.
|image0|
-.. |image0| image:: vfc-arc.png
+.. |image0| image:: usecaseui-arc.png
:width: 5.97047in
:height: 5.63208in
-VF-C includes two components: NFVO and GVNFM
-
-VF-C has many dependencies with other projects,such as SO,Policy,A&AI,SDC,DCAE,Multi-cloud and so on. \ No newline at end of file
+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.