From 329040ce9ea71b3bce2e53cdf67808ef33c543db Mon Sep 17 00:00:00 2001 From: "Bozawglanian, Hagop (hb755d)" Date: Fri, 4 May 2018 21:45:42 +0000 Subject: [PATCH] VVP - Updating docs to include vvp Adding references to the Doc project to include VVP in the correct places, as well as a new VNF Certifier page. Change-Id: I1a28aef94784674b7db4d013aec93e780d949fb5 Issue-ID: VVP-35 Signed-off-by: Bozawglanian, Hagop (hb755d) --- docs/guides/onap-developer/apiref/index.rst | 1 + docs/guides/onap-developer/architecture/references.rst | 1 + docs/guides/onap-developer/developing/index.rst | 9 +++++++++ docs/guides/onap-developer/settingup/components.rst | 1 + docs/guides/onap-user/index.rst | 1 + docs/guides/onap-user/vnfcertifier.rst | 9 +++++++++ 6 files changed, 22 insertions(+) create mode 100644 docs/guides/onap-user/vnfcertifier.rst diff --git a/docs/guides/onap-developer/apiref/index.rst b/docs/guides/onap-developer/apiref/index.rst index 34dc24e33..a1c59e89d 100644 --- a/docs/guides/onap-developer/apiref/index.rst +++ b/docs/guides/onap-developer/apiref/index.rst @@ -52,6 +52,7 @@ Common Services MSB - Micro Services Bus <../../../submodules/msb/apigateway.git/docs/platform/offeredapis.rst> MultiVIM Cloud <../../../submodules/multicloud/framework.git/docs/MultiCloud-API-Specification-V1.rst> Music <../../../submodules/music.git/docs/offeredapis.rst> + VNF Validation Project <../../../submodules/vvp/documentation.git/docs/offeredapis.rst> SDK --- diff --git a/docs/guides/onap-developer/architecture/references.rst b/docs/guides/onap-developer/architecture/references.rst index 49eb3c55f..0486b6e2f 100644 --- a/docs/guides/onap-developer/architecture/references.rst +++ b/docs/guides/onap-developer/architecture/references.rst @@ -58,6 +58,7 @@ Common Services AAI ESR UI <../../../submodules/aai/esr-gui.git/docs/platform/architecture.rst> AAI ESR Server <../../../submodules/aai/esr-server.git/docs/platform/architecture.rst> MSB - Microservices Bus <../../../submodules/msb/apigateway.git/docs/platform/architecture.rst> + VNF Validation Project <../../../submodules/vvp/documentation.git/docs/architecture.git> SDKs ---- diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index b7f825a49..740113715 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -303,3 +303,12 @@ VNF Software Development Kit :titlesonly: ../../../submodules/vnfsdk/model.git/docs/index + +VNF Validation Project +----------------------- + +.. toctree:: + :maxdepth: 2 + :titlesonly: + + ../../../submodules/vvp/documentation.git/docs/index diff --git a/docs/guides/onap-developer/settingup/components.rst b/docs/guides/onap-developer/settingup/components.rst index 129a6c048..4ae6d3c88 100644 --- a/docs/guides/onap-developer/settingup/components.rst +++ b/docs/guides/onap-developer/settingup/components.rst @@ -51,6 +51,7 @@ Common Services Modeling Parsers <../../../submodules/modeling/toscaparsers.git/docs/nfvparser/installation/installation.instruction.rst> MSB - Micro Services Bus <../../../submodules/msb/apigateway.git/docs/platform/installation.rst> MultiVIM Cloud <../../../submodules/multicloud/framework.git/docs/MultiCloud-Heat-Deployment-Guide.rst> + VNF Validation Project <../../../submodules/vvp/documentation.git/docs/installation.rst> SDK --- diff --git a/docs/guides/onap-user/index.rst b/docs/guides/onap-user/index.rst index 27338d685..189d34fd3 100644 --- a/docs/guides/onap-user/index.rst +++ b/docs/guides/onap-user/index.rst @@ -18,3 +18,4 @@ an instance of ONAP. servicedesigner.rst servicecreator.rst vnfprovider.rst + vnfcertifier.rst diff --git a/docs/guides/onap-user/vnfcertifier.rst b/docs/guides/onap-user/vnfcertifier.rst new file mode 100644 index 000000000..76a96be4f --- /dev/null +++ b/docs/guides/onap-user/vnfcertifier.rst @@ -0,0 +1,9 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +VNF Certifier +============== + +.. toctree:: + :maxdepth:2 + + ../../../submodules/vvp/documentation.git/docs/index.rst -- 2.16.6