From 51110cbdbae5a7c5655a096142cb95d58f47dff7 Mon Sep 17 00:00:00 2001 From: shentao Date: Fri, 13 Oct 2017 11:27:35 +0800 Subject: Update usecase-ui docs Change-Id: I52074681fff171f035abb9379b158ec2cb0ffa57 Issue-Id: USECASEUI-49 Signed-off-by: shentao --- docs/architecture.rst | 12 ++++++------ docs/components.png | Bin 6381 -> 0 bytes docs/delivery.rst | 17 +++++------------ docs/installation.rst | 4 ++-- docs/logging.rst | 14 -------------- docs/offeredapis.rst | 43 ------------------------------------------- docs/usecaseui-arc.png | Bin 0 -> 134778 bytes docs/vfc-arc.png | Bin 71929 -> 0 bytes 8 files changed, 13 insertions(+), 77 deletions(-) delete mode 100644 docs/components.png delete mode 100644 docs/logging.rst delete mode 100644 docs/offeredapis.rst create mode 100644 docs/usecaseui-arc.png delete mode 100644 docs/vfc-arc.png (limited to 'docs') 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. diff --git a/docs/components.png b/docs/components.png deleted file mode 100644 index 253e63bf..00000000 Binary files a/docs/components.png and /dev/null differ diff --git a/docs/delivery.rst b/docs/delivery.rst index f31d396e..3e6eb67d 100644 --- a/docs/delivery.rst +++ b/docs/delivery.rst @@ -1,13 +1,6 @@ -VF-C Delivery --------- -VF-C includs the following components in R1. - -|image0| - -.. |image0| image:: components.png - :width: 5.97047in - :height: 5.63208in - - - +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +Usecase UI Delivery +------------ +Usecase UI includs the following components in R1. diff --git a/docs/installation.rst b/docs/installation.rst index efdf8167..2ecfc939 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,9 +1,9 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -VF-C Installation +Usecase UI Installation ------------ -Describe the environment and steps to install VF-C components. +Describe the environment and steps to install Usecase UI components. Environment diff --git a/docs/logging.rst b/docs/logging.rst deleted file mode 100644 index 8d480e28..00000000 --- a/docs/logging.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 - -Logging & Diagnostic Information --------------------------------- -Description of how to interact with and diagnose problems with the components -as delivered. - -Where to Access Information -+++++++++++++++++++++++++++ - - -Error / Warning Messages -++++++++++++++++++++++++ diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst deleted file mode 100644 index 79af6645..00000000 --- a/docs/offeredapis.rst +++ /dev/null @@ -1,43 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 - - -VF-C Offered APIs -================= -List VF-C APIs offered. - - -NS LCM API ----------- - -Network services lifecycle management APIs - - -.. toctree:: - :maxdepth: 1 - - APIs/NSLCM_API/index - - -VNFM Driver API ---------------- - -VNFM Driver component northbound APIs - -.. toctree:: - :maxdepth: 1 - - APIs/VNFMDriver_API/index - - - -VNF LCM API ------------ - -VNF lifecycle management APIs - -.. toctree:: - :maxdepth: 1 - - APIs/VNFLCM_API/index - diff --git a/docs/usecaseui-arc.png b/docs/usecaseui-arc.png new file mode 100644 index 00000000..d06f319f Binary files /dev/null and b/docs/usecaseui-arc.png differ diff --git a/docs/vfc-arc.png b/docs/vfc-arc.png deleted file mode 100644 index 561488b2..00000000 Binary files a/docs/vfc-arc.png and /dev/null differ -- cgit 1.2.3-korg