diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-05-26 15:41:08 +0200 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-05-26 21:25:56 +0200 |
commit | 6294afdd6c55bf8236aefbb1c6e0b530aaf70c1c (patch) | |
tree | 6934049481ad577e14c9e8d4d2454f463f73844b /docs | |
parent | f0190dd42eb489d83270d5f698d0ab037f513db7 (diff) |
Read the docs improvement for 5G - PNF Pre-Onboarding and Onboarding
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I0c30ebfa9f55be3bea51bc5542eda4b648bf5c93
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs_5g_pnf_pnp.rst | 7 | ||||
-rw-r--r-- | docs/docs_pnf_onboarding_preonboarding.rst | 29 |
2 files changed, 32 insertions, 4 deletions
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 <https://wiki.onap.org/display/DW/5G+-+PNF+Plug+and+Play>`_ - `5G - PNF Plug and Play - Integration Test Cases <https://wiki.onap.org/display/DW/5G+-+PNF+PnP+-+Integration+Test+Cases>`_ -- `Instruction how to setup PnP PNF Simulator <https://wiki.onap.org/display/DW/PnP+PNF+Simulator>`_ -- `Instruction how to use PnP PNF Simulator <https://gerrit.onap.org/r/gitweb?p=integration%2Fsimulators%2Fpnf-simulator.git;a=blob_plain;f=pnfsimulator/README.md>`_ - +- `Instruction how to setup and use PnP PNF Simulator <https://gerrit.onap.org/r/gitweb?p=integration/simulators/pnf-simulator.git;a=blob_plain;f=pnfsimulator/README.md;hb=refs/heads/master>`_ +- `PnP PNF Simulator git repository <https://gerrit.onap.org/r/gitweb?p=integration/simulators/pnf-simulator.git;a=summary>`_ 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 <https://wiki.onap.org/pages/viewpage.action?pageId=45303641>`_ +PNF CSAR Package that is onboarded as Vendor Software Package to SDC must meet the following requirements: `VNF or PNF CSAR Package Requirements <https://docs.onap.org/en/frankfurt/submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP%20VNF%20or%20PNF%20CSAR%20Package.html>`_ +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 <https://docs.onap.org/en/frankfurt/submodules/vnfsdk/model.git/docs/index.html>`_ + `VNF SDK Test Cases <https://wiki.onap.org/pages/viewpage.action?pageId=58231094>`_ + +- 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 <https://docs.onap.org/en/frankfurt/guides/onap-user/design/resource-onboarding/index.html>`_ + + |