From 6294afdd6c55bf8236aefbb1c6e0b530aaf70c1c Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Tue, 26 May 2020 15:41:08 +0200 Subject: Read the docs improvement for 5G - PNF Pre-Onboarding and Onboarding Issue-ID: INT-1240 Signed-off-by: Krzysztof Kuzmicki Change-Id: I0c30ebfa9f55be3bea51bc5542eda4b648bf5c93 --- docs/docs_5g_pnf_pnp.rst | 7 +++---- docs/docs_pnf_onboarding_preonboarding.rst | 29 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 docs/docs_pnf_onboarding_preonboarding.rst (limited to 'docs') diff --git a/docs/docs_5g_pnf_pnp.rst b/docs/docs_5g_pnf_pnp.rst index c804cf276..b32087b96 100644 --- a/docs/docs_5g_pnf_pnp.rst +++ b/docs/docs_5g_pnf_pnp.rst @@ -9,7 +9,7 @@ Source files ~~~~~~~~~~~~ -- Base PnP PNF Simulator heat template file: https://gerrit.onap.org/r/gitweb?p=integration/simulators/pnf-simulator.git;a=blob_plain;f=deployment/src/simulators_heat_template.yaml +- Base PnP PNF Simulator docker compose file: https://gerrit.onap.org/r/gitweb?p=integration/simulators/pnf-simulator.git;a=blob_plain;f=pnfsimulator/docker-compose.yml;hb=refs/heads/master Description ~~~~~~~~~~~ @@ -20,9 +20,8 @@ The PNF Plug and Play is a procedure that is executed between a PNF and ONAP. In - `5G - PNF Plug and Play use case documentation `_ - `5G - PNF Plug and Play - Integration Test Cases `_ -- `Instruction how to setup PnP PNF Simulator `_ -- `Instruction how to use PnP PNF Simulator `_ - +- `Instruction how to setup and use PnP PNF Simulator `_ +- `PnP PNF Simulator git repository `_ How to Use ~~~~~~~~~~ diff --git a/docs/docs_pnf_onboarding_preonboarding.rst b/docs/docs_pnf_onboarding_preonboarding.rst new file mode 100644 index 000000000..1def25673 --- /dev/null +++ b/docs/docs_pnf_onboarding_preonboarding.rst @@ -0,0 +1,29 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 + International License. http://creativecommons.org/licenses/by/4.0 + +.. _docs_pnf_onboarding_preonboarding: + +5G - PNF Pre-Onboarding & Onboarding +---------------------- + +Description +~~~~~~~~~~~ + +Use case introduces possibility of pre-onboarding and onboarding a vendor PNF onboarding package in ONAP for 5G and other use cases. +`Detailed 5G - PNF Pre-Onboarding & Onboarding use case documentation `_ +PNF CSAR Package that is onboarded as Vendor Software Package to SDC must meet the following requirements: `VNF or PNF CSAR Package Requirements `_ +Before SDC Onboarding, PNF onboarding package/archive can be verified using VNF SDK tools. + + +How to Use +~~~~~~~~~~ +- PNF pre-onboarding (VNF SDK verification) + The pre-onboarding step is optional and it can be used to verify a vendor PNF onboarding package/archive format by VNF SDK tools + `VNF SDK Tools Documentation `_ + `VNF SDK Test Cases `_ + +- PNF onboarding (SDC Resource Onboarding) + The onboarding step is mandatory in ONAP. + A vendor-provided PNF onboarding package must be onboarded according to procedure: `SDC Resource Onboarding `_ + + -- cgit 1.2.3-korg