blob: 60f37e97c2deb135c73b60bd1391977fcd349879 [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>`_
MichaelMorris02b91072022-09-22 10:39:16 +010044
45ASD CSAR Package
46^^^^^^^^^^^^^^^^
47The Application Service Descriptor CSAR package is a zip archive with a .csar extension. The structure of the CSAR and the descriptor it shall contain is described in `Application Service Descriptor (ASD) and packaging Proposals for CNF <https://wiki.onap.org/display/DW/Application+Service+Descriptor+%28ASD%29+and+packaging+Proposals+for+CNF>`_.
bilal.iqbal1a252d92019-08-14 15:15:45 +000048
49ETSI SOL004 Tosca CSAR Package
50^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
MichaelMorrise3935f02021-09-10 20:23:19 +010051The ETSI SOL004 Tosca CSAR Package is a zip archive with a .csar extension. The structure necessary for the supported CSAR package
52depends on the model selected in onboarding as detailed below.
53
54**SDC AID**
55
56If the package is onboarded using the SDC AID model, the structure of the supported CSAR package
bilal.iqbal1a252d92019-08-14 15:15:45 +000057is as described in `ETSI NFV-SOL 004v2.6.1`_ csar structure option 1 i.e. CSAR containing a TOSCA-Metadata directory.
58
MichaelMorrise3935f02021-09-10 20:23:19 +010059The 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
60
61**ETSI SOL001 v2.5.1**
62
63If the package is onboarded using the ETSI SOL001 v2.5.1 model, the structure of the supported CSAR package
64is as described in `ETSI NFV-SOL 004v2.5.1`_ csar structure option 1 i.e. CSAR containing a TOSCA-Metadata directory.
65
66The 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).
67
68Note in relation to model selection:
69
70- 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.
71- 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 +000072
73Other Points to note when onboarding this package are:
74
75- During onboarding the ETSI NFV-SOL004 CSAR structure is transformed to the internal ONAP CSAR structure.
KrupaNagabhushan68843732020-08-28 12:09:06 +010076- 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 +000077- The non-mano artifacts are mapped to the corresponding SDC Artifact Type in the xNF internal model.
78
MichaelMorrise3935f02021-09-10 20:23:19 +010079
ChrisC8143fb52020-11-13 15:04:38 +010080Basic Helm package support for CNF
ChrisC295b20c2020-11-17 11:35:34 +010081^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ChrisC8143fb52020-11-13 15:04:38 +010082
83The helm package support is new since Guilin release, helm chart packaged as tgz file can be onboarded and distributed.
84The support is limited for this first release.
85
Tomasz Wrobelac69ef12021-05-18 16:04:25 +020086Since Istanbul release there is also an additional helm chart validation step during package onboarding process. More information: :ref:`SDC Helm Validator <sdc_helm_validator>`.
87
bilal.iqbal1a252d92019-08-14 15:15:45 +000088Package Types applicable to Resource Types
89------------------------------------------
90VF
91^^
92The 3 package types described in `Supported Package Types`_ are all applicable for a VF i.e. a VF can be onboarded using any of
93these package types.
94
95PNF
96^^^
97Only the `ETSI SOL004 Tosca CSAR Package`_ is applicable for a PNF.
98
99.. note::
100 The PNF is not explicitly mentioned in ETSI NFV-SOL 004v2.6.1. There is a CR pending on the SOL004 specification
101 describing the PNFD archive. SDC supports and expects the metadata section in the PNFD archive manifest to be
102 aligned with this CR i.e. the entries contain the following names (keys)
103
104 - pnfd_provider
105 - pnfd_name
106 - pnfd_release_date_time
107 - pnfd_archive_version
108
109 An example of valid manifest file metadata section
110 ::
111
112 metadata:
113 pnfd_name: MRF
114 pnfd_provider: SunShineCompany
115 pnfd_archive_version: 1.0
116 pnfd_release_date_time: 2017-01-01T10:00:00+03:00
117
118When the PNF package in onboarded, the PNFD (descriptor) is transformed from ETSI NFV-SOL 001 model to the internal
119ONAP model.
120
121How does SDC determine which package type is being onboarded
122------------------------------------------------------------
123SDC onboarding processes each of the package types differently. SDC determines which package type is being onboarded, and
MichaelMorrise3935f02021-09-10 20:23:19 +0100124hence which logic to use.
125
126If the ETSI SOL001 v2.5.1 model is selected during onboarding, SDC will always treat the package as an `ETSI SOL004 Tosca CSAR Package`_.
127
128If 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 +0000129
ChrisC8143fb52020-11-13 15:04:38 +0100130First 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`_.
131
132To 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.
133
134If it determines that this is a Helm package, SDC will add dummy Heat descriptor files.
bilal.iqbal1a252d92019-08-14 15:15:45 +0000135
136If the package extension is *.csar* and the following is true
137
138- CSAR package contains TOSCA-Metadata directory
139- The TOSCA.meta file exists within the TOSCA-Metadata directory
140- The TOSCA.meta file contains the following keynames in block_0
141
142 - Entry-Definitions
143 - ETSI-Entry-Manifest
144 - ETSI-Entry-Change-Log
145
146then the package is treated as an `ETSI SOL004 Tosca CSAR Package`_. Otherwise the package is treated as an `ONAP Tosca CSAR Package`_.
147
148Package Security
149----------------
150SDC validates the authenticity and integrity of onboarding packages that are secured according to
151Security option 2 described in `ETSI NFV-SOL 004v2.6.1`_.
152
153In this option the whole package is signed and delivered as part of a zip file. SDC supports both zip file structures
154specified in the standard i.e
155
1561. Zip file containing 3 artifacts
157
158 a. Package
159 b. Signing Certificate File
160 c. Signature File
161
1622. Zip file containing 2 artifacts
163
164 a. Package
165 b. Signature File containing signing certificate
166
167SDC supports the signature in Cryptographic Message Syntax (CMS) format.
168
169.. note::
170 For SDC to validate the authenticity and integrity of the onboarding package, the root certificate of the trusted CA
171 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>`.
172
KrupaNagabhushan68843732020-08-28 12:09:06 +0100173.. _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 +0100174.. _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
175.. _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