blob: d48c2d62551ef096469aa1cdfee58cace8dac2fb [file] [log] [blame]
bilal.iqbal1a252d92019-08-14 15:15:45 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4.. _sdc_onboarding_package_types:
5
6========================
7Onboarding Package Types
8========================
9
10Supported Package Types
11-----------------------
12SDC supports the following packages types
13
14- Heat Package
15- ONAP Tosca CSAR Package
16- ETSI SOL004 Tosca CSAR Package
ChrisC8143fb52020-11-13 15:04:38 +010017- Basic Helm package support for CNF
18
19For an extensive guide on how to perform onboarding, please refer to the ONAP User guide:
ChrisC295b20c2020-11-17 11:35:34 +010020* :ref:`User Guides <onap-doc:doc_guide_user_des>`
ChrisC8143fb52020-11-13 15:04:38 +010021
bilal.iqbal1a252d92019-08-14 15:15:45 +000022
23Heat Package
24^^^^^^^^^^^^
25The heat package is a zip archive with a .zip extension. The package contains heat template yaml file(s), corresponding
26environment file(s) and a MANIFEST.json file. The MANIFEST.json file describes the contents of the package.
27
28There must be at least one heat template yaml file in the package whose name starts with *base_*. The other heat
29templates in the package can have any name. All environment files that are included in the package must have the same
30name as its corresponding yaml file with a .env file extension.
31
32An example of a simple heat package stucture is a zip archive containing the following 3 files
33
34- base_vFW.yaml (heat template)
35- base_vFW.env (corresponding environment file)
36- MANIFEST.json (describes files included in the package)
37
ramagp4b88c422020-10-27 10:48:23 +000038Examples of heat packages are the packages with .zip extension available in `SDC git repo <https://git.onap.org/sdc/tree/integration-tests/src/test/resources/Files/VNFs>`_
bilal.iqbal1a252d92019-08-14 15:15:45 +000039
40ONAP Tosca CSAR Package
41^^^^^^^^^^^^^^^^^^^^^^^
42The ONAP Tosca CSAR package is a zip archive with a .csar extension. The structure of the CSAR package is as described
43in `ONAP wiki page <https://wiki.onap.org/display/DW/Csar+Structure>`_
44
45ETSI SOL004 Tosca CSAR Package
46^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
MichaelMorrise3935f02021-09-10 20:23:19 +010047The ETSI SOL004 Tosca CSAR Package is a zip archive with a .csar extension. The structure necessary for the supported CSAR package
48depends on the model selected in onboarding as detailed below.
49
50**SDC AID**
51
52If the package is onboarded using the SDC AID model, the structure of the supported CSAR package
bilal.iqbal1a252d92019-08-14 15:15:45 +000053is as described in `ETSI NFV-SOL 004v2.6.1`_ csar structure option 1 i.e. CSAR containing a TOSCA-Metadata directory.
54
MichaelMorrise3935f02021-09-10 20:23:19 +010055The supported descriptor included in the package is aligned to `ETSI NFV-SOL 001v2.5.1 <https://docbox.etsi.org/ISG/NFV/Open/Publications_pdf/Specs-Reports/NFV-SOL%20001v2.5.1%20-%20GS%20-%20TOSCA-based%20NFV%20descriptors%20spec.pdf>`_. The descriptor is partially mapped into the SDC AID model. There is also limited support for v2.7.1 and 3.3.1
56
57**ETSI SOL001 v2.5.1**
58
59If the package is onboarded using the ETSI SOL001 v2.5.1 model, the structure of the supported CSAR package
60is as described in `ETSI NFV-SOL 004v2.5.1`_ csar structure option 1 i.e. CSAR containing a TOSCA-Metadata directory.
61
62The supported descriptor included in the package is aligned to `ETSI NFV-SOL 001v2.5.1`_. The tosca types defined in this version of the ETSI NFV-SOL 001 are used in the created VF (rather than the types defined in the SDC AID model).
63
64Note in relation to model selection:
65
66- More than one model can be selected during onboarding. In the subsequent VSP import one model from the list of models selected at onboarding time must be selected.
67- For a package to be used in service design it must be imported with the same model as is selected during service creation.
bilal.iqbal1a252d92019-08-14 15:15:45 +000068
69Other Points to note when onboarding this package are:
70
71- During onboarding the ETSI NFV-SOL004 CSAR structure is transformed to the internal ONAP CSAR structure.
KrupaNagabhushan68843732020-08-28 12:09:06 +010072- The original input CSAR is maintained and stored as the SDC artifact *ETSI_PACKAGE* in the xNF internal model. For existing legacy xNF, it can be stored as *ONBOARDED_PACKAGE* instead.
bilal.iqbal1a252d92019-08-14 15:15:45 +000073- The non-mano artifacts are mapped to the corresponding SDC Artifact Type in the xNF internal model.
74
MichaelMorrise3935f02021-09-10 20:23:19 +010075
ChrisC8143fb52020-11-13 15:04:38 +010076Basic Helm package support for CNF
ChrisC295b20c2020-11-17 11:35:34 +010077^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ChrisC8143fb52020-11-13 15:04:38 +010078
79The helm package support is new since Guilin release, helm chart packaged as tgz file can be onboarded and distributed.
80The support is limited for this first release.
81
Tomasz Wrobelac69ef12021-05-18 16:04:25 +020082Since Istanbul release there is also an additional helm chart validation step during package onboarding process. More information: :ref:`SDC Helm Validator <sdc_helm_validator>`.
83
bilal.iqbal1a252d92019-08-14 15:15:45 +000084Package Types applicable to Resource Types
85------------------------------------------
86VF
87^^
88The 3 package types described in `Supported Package Types`_ are all applicable for a VF i.e. a VF can be onboarded using any of
89these package types.
90
91PNF
92^^^
93Only the `ETSI SOL004 Tosca CSAR Package`_ is applicable for a PNF.
94
95.. note::
96 The PNF is not explicitly mentioned in ETSI NFV-SOL 004v2.6.1. There is a CR pending on the SOL004 specification
97 describing the PNFD archive. SDC supports and expects the metadata section in the PNFD archive manifest to be
98 aligned with this CR i.e. the entries contain the following names (keys)
99
100 - pnfd_provider
101 - pnfd_name
102 - pnfd_release_date_time
103 - pnfd_archive_version
104
105 An example of valid manifest file metadata section
106 ::
107
108 metadata:
109 pnfd_name: MRF
110 pnfd_provider: SunShineCompany
111 pnfd_archive_version: 1.0
112 pnfd_release_date_time: 2017-01-01T10:00:00+03:00
113
114When the PNF package in onboarded, the PNFD (descriptor) is transformed from ETSI NFV-SOL 001 model to the internal
115ONAP model.
116
117How does SDC determine which package type is being onboarded
118------------------------------------------------------------
119SDC onboarding processes each of the package types differently. SDC determines which package type is being onboarded, and
MichaelMorrise3935f02021-09-10 20:23:19 +0100120hence which logic to use.
121
122If the ETSI SOL001 v2.5.1 model is selected during onboarding, SDC will always treat the package as an `ETSI SOL004 Tosca CSAR Package`_.
123
124If the SDC AID model is selected during onboarding, SDC will determine the package type based on the following.
bilal.iqbal1a252d92019-08-14 15:15:45 +0000125
ChrisC8143fb52020-11-13 15:04:38 +0100126First SDC checks the extension of the package. If the package extension is *.zip* then the package is treated as a `Heat package`_ or `Basic Helm package support for CNF`_.
127
128To determine whether the package is of type Helm, SDC looks into the package content and tries to find Helm base files if not found it will treat it as Heat.
129
130If it determines that this is a Helm package, SDC will add dummy Heat descriptor files.
bilal.iqbal1a252d92019-08-14 15:15:45 +0000131
132If the package extension is *.csar* and the following is true
133
134- CSAR package contains TOSCA-Metadata directory
135- The TOSCA.meta file exists within the TOSCA-Metadata directory
136- The TOSCA.meta file contains the following keynames in block_0
137
138 - Entry-Definitions
139 - ETSI-Entry-Manifest
140 - ETSI-Entry-Change-Log
141
142then the package is treated as an `ETSI SOL004 Tosca CSAR Package`_. Otherwise the package is treated as an `ONAP Tosca CSAR Package`_.
143
144Package Security
145----------------
146SDC validates the authenticity and integrity of onboarding packages that are secured according to
147Security option 2 described in `ETSI NFV-SOL 004v2.6.1`_.
148
149In this option the whole package is signed and delivered as part of a zip file. SDC supports both zip file structures
150specified in the standard i.e
151
1521. Zip file containing 3 artifacts
153
154 a. Package
155 b. Signing Certificate File
156 c. Signature File
157
1582. Zip file containing 2 artifacts
159
160 a. Package
161 b. Signature File containing signing certificate
162
163SDC supports the signature in Cryptographic Message Syntax (CMS) format.
164
165.. note::
166 For SDC to validate the authenticity and integrity of the onboarding package, the root certificate of the trusted CA
167 needs to be pre-installed in SDC before onboarding is started. The details of this procedure are described :ref:`here <doc_guide_user_des_res-onb_pre-install_root_certificate>`.
168
KrupaNagabhushan68843732020-08-28 12:09:06 +0100169.. _ETSI NFV-SOL 004v2.6.1: https://docbox.etsi.org/ISG/NFV/Open/Publications_pdf/Specs-Reports/NFV-SOL%20004v2.6.1%20-%20GS%20-%20VNF%20Package%20Stage%203%20-%20spec.pdf
MichaelMorrise3935f02021-09-10 20:23:19 +0100170.. _ETSI NFV-SOL 004v2.5.1: https://docbox.etsi.org/ISG/NFV/Open/Publications_pdf/Specs-Reports/NFV-SOL%20004v2.5.1%20-%20GS%20-%20VNF%20Package%20Stage%203%20spec.pdf
171.. _ETSI NFV-SOL 001v2.5.1: https://docbox.etsi.org/ISG/NFV/Open/Publications_pdf/Specs-Reports/NFV-SOL%20001v2.5.1%20-%20GS%20-%20TOSCA-based%20NFV%20descriptors%20spec.pdf