diff options
author | Eric Debeau <eric.debeau@orange.com> | 2020-08-27 14:12:45 +0200 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2020-08-27 14:20:01 +0200 |
commit | d2af87d85d87960045ac92b8efac3e39f27b6d84 (patch) | |
tree | 696b8bfa620125a8872809744c947946d291f521 /docs/guides/onap-user | |
parent | a71abf18ff96ec85c358ea69267f339a4ee4e81d (diff) |
Correct bad reference links in user guide/pre-onboarding section
onap prefix is missing for 2 references towards vnfrqts project
Issue-ID: DOC-660
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: I3a08aed60793f56afce691d5b885117b2da2131c
Diffstat (limited to 'docs/guides/onap-user')
-rw-r--r-- | docs/guides/onap-user/design/pre-onboarding/index.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/guides/onap-user/design/pre-onboarding/index.rst b/docs/guides/onap-user/design/pre-onboarding/index.rst index 77583ac75..2509ee7b9 100644 --- a/docs/guides/onap-user/design/pre-onboarding/index.rst +++ b/docs/guides/onap-user/design/pre-onboarding/index.rst @@ -22,8 +22,9 @@ Generate Manifest and Package Artifacts to create TOSCA based VNF or PNF Onboarding Packages are not described here -The for onboarding the zip-file requires besides the HEAT template also a MANIFEST.json file, which describes the content of the package. -To generate a MANIFEST.json file a script can be used offered by the SDC project: +The for onboarding the zip-file requires besides the Heat template also a +MANIFEST.json file, which describes the content of the package. To generate a +MANIFEST.json file a script can be used offered by the SDC project: `generate-manifest.py`_ These steps are performed outside SDC. @@ -72,9 +73,11 @@ Validate xNF Package (VNF/PNF) VNF and PNF packages have to follow the requirements described in: -:ref:`VNF and PNF Modeling Requirements<vnfrqts-requirements:tosca_requirements>` +:ref:`VNF and PNF Modeling Requirements +<onap-vnfrqts-requirements:tosca_requirements>` -:ref:`ONAP Management Requirements<vnfrqts-requirements:onap_management_requirements>` +: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: |