diff options
Diffstat (limited to 'docs/guides')
-rw-r--r-- | docs/guides/onap-developer/developing/index.rst | 12 | ||||
-rw-r--r-- | docs/guides/onap-provider/index.rst | 21 | ||||
-rw-r--r-- | docs/guides/onap-provider/vnfvalidator.rst | 11 | ||||
-rw-r--r-- | docs/guides/onap-user/design/pre-onboarding/index.rst | 23 |
4 files changed, 8 insertions, 59 deletions
diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index 5cec47999..ab21b936a 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -288,15 +288,3 @@ VNFSDK - VNF Software Development Kit - Documentation * - :ref:`vnfsdk/model<onap-vnfsdk-model:master_index>` - VNF SDK, User Guides - -VVP - VNF Validation Platform ------------------------------ - -.. list-table:: - :widths: auto - :header-rows: 1 - - * - Component - - Documentation - * - :ref:`vvp/documentation<onap-vvp-documentation:master_index>` - - VNF Validation Platform diff --git a/docs/guides/onap-provider/index.rst b/docs/guides/onap-provider/index.rst deleted file mode 100644 index b24a1eda7..000000000 --- a/docs/guides/onap-provider/index.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. 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. - -.. _vnf_pnf_reqs: - -VNF and PNF Requirements and Guidelines -======================================= - -The following includes guides and requirements to -describe tasks that an VNF or PNF provider of ONAP may need to properly -set up an VNF or PNF for ONAP usage. - -.. toctree:: - :maxdepth: 2 - -* :ref:`VNF Guidelines<onap-vnfrqts-guidelines:master_index>` -* :ref:`VNF or PNF Requirements Documentation<onap-vnfrqts-requirements:master_index>` -* :ref:`VNF Test Case Descriptions<onap-vnfrqts-testcases:master_index>` -* :ref:`VNF Provider Use Cases<onap-vnfrqts-usecases:master_index>` -* :ref:`VNFRQTS Project Release Notes<onap-vnfrqts-requirements:release_notes>` diff --git a/docs/guides/onap-provider/vnfvalidator.rst b/docs/guides/onap-provider/vnfvalidator.rst deleted file mode 100644 index 854f06c44..000000000 --- a/docs/guides/onap-provider/vnfvalidator.rst +++ /dev/null @@ -1,11 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 -.. International License. - -VNF Validation Documentation -============================ - -.. toctree:: - :maxdepth: 2 - -* :ref:`vvp documentation<onap-vvp-documentation:master_index>` -* :ref:`vvp documentation release-notes<onap-vvp-documentation:release_notes>` diff --git a/docs/guides/onap-user/design/pre-onboarding/index.rst b/docs/guides/onap-user/design/pre-onboarding/index.rst index b712958aa..8dc2af8a0 100644 --- a/docs/guides/onap-user/design/pre-onboarding/index.rst +++ b/docs/guides/onap-user/design/pre-onboarding/index.rst @@ -30,10 +30,10 @@ MANIFEST.json file a script can be used offered by the SDC project: These steps are performed outside SDC. **Prerequisites:** Obtain Heat/ENV files and other files required for -onboarding. The requirements are found in the following document. +onboarding. The requirements are found in the following document: ONAP VNF +Requirements -> Heat Requirements. - -:ref:`Heat requirements<onap-vnfrqts-requirements:heat_requirements>` +.. warning:: ONAP VNF Requirements (vnfrqts) are no longer maintained! #. Put the Heat, ENV, nested Heat, and other files used by get-file in templates in a directory on a host, which supports python. @@ -71,22 +71,15 @@ Example packages can be found in the SDC poject: `example-packages`_ Validate xNF Package (VNF/PNF) ------------------------------ -VNF and PNF packages have to follow the requirements described in: +VNF and PNF packages have to follow the requirements described in "VNF and PNF +Modeling Requirements -> TOSCA Requirements" and "ONAP Management +Requirements". -:ref:`VNF and PNF Modeling Requirements -<onap-vnfrqts-requirements:tosca_requirements>` +.. warning:: ONAP VNF Requirements (vnfrqts) are no longer maintained! -:ref:`ONAP Management Requirements -<onap-vnfrqts-requirements:onap_management_requirements>` For Validation of VNF and PNF packages the tools delivered by VNFSDK can be -used: - -.. toctree:: - :maxdepth: 1 - :titlesonly: - - ../../../onap-provider/vnfvalidator.rst +used. Prior to resource onboarding, the Certification Group does the following: |