diff options
author | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-05-01 23:53:39 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-05-01 23:54:22 +0000 |
commit | f8016f150d475ff7abc620df86f1d1b71c83cf53 (patch) | |
tree | 0b6c5a416962acf6be582decbc86d616678923fc /docs/architecture.rst | |
parent | a9acfc17c3d5ca53022132084beee725f7ebc608 (diff) |
VVP - Documentation cleaning escape characters
Cleaning the new line character '\r' from all files
Change-Id: I16e5a6483a30599fe3d96774db46abbe74b2f91f
Issue-ID: VVP-35
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 124 |
1 files changed, 62 insertions, 62 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst index 404fd89..e8c6b1e 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -1,62 +1,62 @@ -.. 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.
-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).
-
-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
-----------------------------
-
-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?
-* This project depends on SDC, VNF Validation Program, and VNF Requirements
-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
-* em-nginx - webserver of engagement manager
-* em-uwsgi - backend uwsgi server which hosts django application
-* ext-haproxy - load balancer for external transport
-* int-haproxy - load balancer for internal (container to container) transport
-* gitlab - holds all customers files in repos
-* imagescanner - scan for validity and viruses on users files
-* jenkins - run validation tasks
-* portal - run the UI/UX application AKA VVP-Portal
-* postgresql - store all data of engagement manager
-* redis - in memory key-value store for all project
-* 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
-* org.onap.vvp/engagementmgr
-* org.onap.vvp/cms
-* org.onap.vvp/jenkins
-* org.onap.vvp/haproxy
-* org.onap.vvp/postgresql
-* org.onap.vvp/gitlab
-* org.onap.vvp/jeeves
-* org.onap.vvp/test-engine
-* org.onap.vvp/validation-scripts
-* org.onap.vvp/documentation
-* org.onap.vvp/image-scanner
+.. 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. +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). + +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 +---------------------------- + +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? +* This project depends on SDC, VNF Validation Program, and VNF Requirements +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 +* em-nginx - webserver of engagement manager +* em-uwsgi - backend uwsgi server which hosts django application +* ext-haproxy - load balancer for external transport +* int-haproxy - load balancer for internal (container to container) transport +* gitlab - holds all customers files in repos +* imagescanner - scan for validity and viruses on users files +* jenkins - run validation tasks +* portal - run the UI/UX application AKA VVP-Portal +* postgresql - store all data of engagement manager +* redis - in memory key-value store for all project +* 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 +* org.onap.vvp/engagementmgr +* org.onap.vvp/cms +* org.onap.vvp/jenkins +* org.onap.vvp/haproxy +* org.onap.vvp/postgresql +* org.onap.vvp/gitlab +* org.onap.vvp/jeeves +* org.onap.vvp/test-engine +* org.onap.vvp/validation-scripts +* org.onap.vvp/documentation +* org.onap.vvp/image-scanner |