diff options
author | opensource-tnbt <sridhar.rao@spirent.com> | 2020-12-01 09:17:56 +0530 |
---|---|---|
committer | opensource-tnbt <sridhar.rao@spirent.com> | 2020-12-01 09:43:15 +0530 |
commit | d1cc451f841f995028d57677e897a39229a065a2 (patch) | |
tree | 23039d44123ad6016f0e2ce6ef1c579605fae928 /docs/release/overview | |
parent | f2aba340057a67a3b159aae36427bc60f49fd832 (diff) |
Docs: Overview Document.opnfv-10.0.0stable/jerma
This patch adds overview document.
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I1504c297d0b51a71c1a20f7b9d7c1853e61291c9
Diffstat (limited to 'docs/release/overview')
-rwxr-xr-x | docs/release/overview/cirv-archi.png | bin | 0 -> 367420 bytes | |||
-rwxr-xr-x | docs/release/overview/cirv-bigpicture.png | bin | 0 -> 349415 bytes | |||
-rwxr-xr-x | docs/release/overview/cirv-cf.png | bin | 0 -> 482938 bytes | |||
-rw-r--r-- | docs/release/overview/index.rst | 49 |
4 files changed, 49 insertions, 0 deletions
diff --git a/docs/release/overview/cirv-archi.png b/docs/release/overview/cirv-archi.png Binary files differnew file mode 100755 index 0000000..3f8c763 --- /dev/null +++ b/docs/release/overview/cirv-archi.png diff --git a/docs/release/overview/cirv-bigpicture.png b/docs/release/overview/cirv-bigpicture.png Binary files differnew file mode 100755 index 0000000..c18311d --- /dev/null +++ b/docs/release/overview/cirv-bigpicture.png diff --git a/docs/release/overview/cirv-cf.png b/docs/release/overview/cirv-cf.png Binary files differnew file mode 100755 index 0000000..6a2d279 --- /dev/null +++ b/docs/release/overview/cirv-cf.png diff --git a/docs/release/overview/index.rst b/docs/release/overview/index.rst new file mode 100644 index 0000000..d5dce9c --- /dev/null +++ b/docs/release/overview/index.rst @@ -0,0 +1,49 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Spirent Communications and others + +**************************************** +OPNFV CIRV - Sofware Delivery Validation +**************************************** + +CIRV-SDV is an umbrella term used for collection of software validation tools. The term Software in SDV, refers to mainly two things: + +* Installer Manifests +* Infrastructure Configuration + +CIRV-SDV aims to perfom the validation of the software configuration, against the design and requirements, that are preferably defined in a unified machine-readable format. Hence, the whole project relies heavily on an implementation of PDF 2.0 defined in CNTT. + +======= +PDF 2.0 +======= + +The platform description is defined in CNTT RI-1 Chapter-6. CIRV-SDV includes a JSON-based implementation of this platform description. In *sdv/pdf/template*, user will find the template file, which can be used to customize for their environment. Alternatively, user can use a GUI tool in *sdv/pdf/site* folder. + +=============== +The Big Picture +=============== + +The below figure summarizes the applicability of CIRV-SDV, and it role in overall cloud deployment. + +.. image:: ./cirv-bigpicture.png + :width: 600 + +===================== +CIRV-SDV Architecture +===================== + +The below figure provides architecture (containerized version) of CIRV-SDV. CIRV-SDV will also include non-containerized version in future. + + +.. image:: ./cirv-archi.png + :width: 600 + +====================== +CIRV-SDV Control Flow +====================== + +The below figure summarizes the control-flow among different components. From the below figure, user can see the importance of PDF. + + +.. image:: ./cirv-cf.png + :width: 600 |