summaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorBozawglanian, Hagop (hb755d) <hb755d@att.com>2018-05-01 17:32:25 +0000
committerBozawglanian, Hagop (hb755d) <hb755d@att.com>2018-05-01 17:55:44 +0000
commita9acfc17c3d5ca53022132084beee725f7ebc608 (patch)
tree746e693a186baa882167c85873b4d5db87c6dfd6 /docs/architecture.rst
parent0ca827db0fd2cee74377c844175c0df0037f4ac2 (diff)
VVP - Fixing Doc's to be added to readthedocs
Updating the Documentation structure to be included in the readthedocs for the Beijing release. Change-Id: I91627a726ed3076aeaef0131d186b6d5ad6de597 Issue-ID: VVP-35 Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--[-rwxr-xr-x]docs/architecture.rst24
1 files changed, 15 insertions, 9 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index d1eb514..404fd89 100755..100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -1,17 +1,23 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
+.. Copyright 2017 AT&T Intellectual Property. All rights reserved.
Architecture
-------------
-The architecture of VVP based on micro-services. Each element has dedicated container.
+===============
+
+The architecture of VVP based on micro-services. Each element has
+dedicated container.
VVP uses rocket and kubernetes to manage the VVP system.
-There is a devkit component which allows you to render and deploy VVP. It's render and deploy the rockets with kuberenetes management (via quay.io).
+There is a devkit component which allows you to render and deploy VVP.
+It's render and deploy the rockets with kuberenetes management (via quay.io).
+
+We store files on Ceph distributed storage system that includes 'RADOS Gateway'
+which allows us to store files in AWS S3 based API (buckets etc..).
-We store files on Ceph distributed storage system that includes 'RADOS Gateway' which allows us to store files in AWS S3 based API (buckets etc..).
+Architecture Alignment
+----------------------------
-Architecture Alignment:
-+++++++++++++++++++++++
How does this project fit into the rest of the ONAP Architecture?
* The VNF Validation Program will utilize the architecture to validate VNFs against it.
What other ONAP projects does this project depend on?
@@ -20,9 +26,10 @@ How does this align with external standards/specifications?
* Are there dependencies with other open source projects?
* OpenStack
+Interactions
+-------------------
This is the list of containers part of VVP application:
-+++++++++++++++++++++++++++++++++++++++++++++++++++++++
* ci-uwsgi - end-to-end flow tests based on Seleniunm
* cms-nginx - webserver of CMS
* cms-uwsgi - backend uwsgi server which hosts django application
@@ -39,7 +46,6 @@ This is the list of containers part of VVP application:
* celery - task queue manager which manage all validation tasks
Repo name:
-++++++++++
* org.onap.vvp/devkit
* org.onap.vvp/ansible-ice-bootstrap
* org.onap.vvp/portal
@@ -53,4 +59,4 @@ Repo name:
* org.onap.vvp/test-engine
* org.onap.vvp/validation-scripts
* org.onap.vvp/documentation
-* org.onap.vvp/image-scanner \ No newline at end of file
+* org.onap.vvp/image-scanner