summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-09-29 17:44:36 +0800
committershentao <shentao@chinamobile.com>2017-09-29 17:44:48 +0800
commit0fb8edd56b99f8e2a1a34d4a46eadf1862177c0a (patch)
tree268bcae4fea959d2e3b58d5f8a6c1a5030390e0d
parent393df31c278df840a22a5da0cb88ff033fd0511e (diff)
Add document template for usecase-ui
Change-Id: Ia1a8ca6e09dbf78f4265438f73d2ad59c74ca857 Issue-Id: USECASEUI-48 Signed-off-by: shentao <shentao@chinamobile.com>
-rw-r--r--docs/architecture.rst18
-rw-r--r--docs/components.pngbin0 -> 6381 bytes
-rw-r--r--docs/delivery.rst13
-rw-r--r--docs/index.rst19
-rw-r--r--docs/installation.rst14
-rw-r--r--docs/logging.rst14
-rw-r--r--docs/offeredapis.rst43
-rw-r--r--docs/vfc-arc.pngbin0 -> 71929 bytes
8 files changed, 118 insertions, 3 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
new file mode 100644
index 00000000..20ac2118
--- /dev/null
+++ b/docs/architecture.rst
@@ -0,0 +1,18 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+VF-C Architecture
+-----------------
+Following is the VF-C architecture.
+
+
+|image0|
+
+.. |image0| image:: vfc-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
diff --git a/docs/components.png b/docs/components.png
new file mode 100644
index 00000000..253e63bf
--- /dev/null
+++ b/docs/components.png
Binary files differ
diff --git a/docs/delivery.rst b/docs/delivery.rst
new file mode 100644
index 00000000..f31d396e
--- /dev/null
+++ b/docs/delivery.rst
@@ -0,0 +1,13 @@
+VF-C Delivery
+--------
+VF-C includs the following components in R1.
+
+|image0|
+
+.. |image0| image:: components.png
+ :width: 5.97047in
+ :height: 5.63208in
+
+
+
+
diff --git a/docs/index.rst b/docs/index.rst
index 833e1aa9..50e8bbbe 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,8 +1,21 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+.. _usecase-ui_index:
+
+ONAP USECASE-UI
+=========
+
+Usecase UI is the ONAP subsystem that provides self-service management GUI for operators and end-users from the point of view of use cases. 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 use cases.
+
+* support service lifecycle management of VoLTE Use Case that complex services can be simply done by one click.
+* support showing system alarm information.
+* support showing system performance information.
+
-TODO Add files to toctree and delete this header
-------------------------------------------------
.. toctree::
:maxdepth: 1
-
+ architecture.rst
+ delivery.rst
+ installation.rst
diff --git a/docs/installation.rst b/docs/installation.rst
new file mode 100644
index 00000000..efdf8167
--- /dev/null
+++ b/docs/installation.rst
@@ -0,0 +1,14 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+VF-C Installation
+------------
+Describe the environment and steps to install VF-C components.
+
+
+Environment
++++++++++++
+
+
+Steps
++++++
diff --git a/docs/logging.rst b/docs/logging.rst
new file mode 100644
index 00000000..8d480e28
--- /dev/null
+++ b/docs/logging.rst
@@ -0,0 +1,14 @@
+.. 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
new file mode 100644
index 00000000..79af6645
--- /dev/null
+++ b/docs/offeredapis.rst
@@ -0,0 +1,43 @@
+.. 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/vfc-arc.png b/docs/vfc-arc.png
new file mode 100644
index 00000000..561488b2
--- /dev/null
+++ b/docs/vfc-arc.png
Binary files differ