"description":"This type represents the information of a VNF package. It shall comply with the provisions defined in table 9.5.2.5-1.\nNOTE 1:\tIf the value of the onboardingState attribute is not equal to \"ONBOARDED\", the value of the operationalState attribute shall be equal to \"DISABLED\". NOTE 2:\tIf the value of the onboardingState attribute is not equal to \"ONBOARDED\", the value of the usageState attribute shall be equal to \"NOT_IN_USE\". NOTE 3:\tState changes of a VNF package are illustrated in clause B.2. NOTE 4:\tETSI GS NFV-SOL 001 specifies the structure and format of the VNFD based on TOSCA specifications.\n",
"description":"An identifier with the intention of being globally unique.\n",
@@ -37,7 +43,10 @@
},
"checksum":{
"description":"This type represents the checksum of a VNF package or an artifact file.\n",
"required":["algorithm","hash"],
"required":[
"algorithm",
"hash"
],
"type":"object",
"properties":{
"algorithm":{
@@ -53,7 +62,10 @@
"packageSecurityOption":{
"description":"Signals the security option used by the package as defined in clause 5.1 of ETSI GS NFV-SOL 004. It shall be present after the VNF package content has been on-boarded and absent otherwise. Valid values: - OPTION_1 - OPTION_2\n",
"type":"string",
"enum":["OPTION_1","OPTION_2"]
"enum":[
"OPTION_1",
"OPTION_2"
]
},
"signingCertificate":{
"description":"The singleton signing certificate if it is included as a file in the VNF package.\n",
@@ -63,8 +75,22 @@
"description":"Information about VNF package artifacts that are software images. This attribute shall not be present before the VNF package content is on-boarded. Otherwise, this attribute shall be present unless it has been requested to be excluded per attribute selector.\n",
"type":"array",
"items":{
"description":"This type represents an artifact contained in or external to a VNF package which represents a software image. NOTE 1:\tThe list of permitted values was taken from \"Container formats\" in OpenStack®: \"Disk and container formats for images\". NOTE 2:\tThe list of permitted values was adapted from \"Disk formats\" in OpenStack®: \"Disk and container formats for images\".\n",
"description":"This type represents an artifact contained in or external to a VNF package which represents a software image. NOTE 1:\tThe list of permitted values was taken from \"Container formats\" in OpenStack®: \"Disk and container formats for images\". NOTE 2:\tThe list of permitted values was adapted from \"Disk formats\" in OpenStack®: \"Disk and container formats for images\".\n",
"required":[
"id",
"name",
"provider",
"version",
"checksum",
"isEncrypted",
"containerFormat",
"diskFormat",
"createdAt",
"minDisk",
"minRam",
"size",
"imagePath"
],
"type":"object",
"properties":{
"id":{
@@ -85,7 +111,10 @@
},
"checksum":{
"description":"This type represents the checksum of a VNF package or an artifact file.\n",
"required":["algorithm","hash"],
"required":[
"algorithm",
"hash"
],
"type":"object",
"properties":{
"algorithm":{
@@ -105,12 +134,31 @@
"containerFormat":{
"description":"Container format indicates whether the software image is in a file format that also contains meta-data about the actual software. Permitted values: - AKI: a kernel image format - AMI: a machine image format - ARI: a ram disk image format - BARE: the image does not have a container or meta-data envelope - DOCKER: docker container format - OVA: OVF package in a tar file - OVF: OVF container format\nSee note 1.\n",
"description":"Disk format of a software image is the format of the underlying disk image. Permitted values: - AKI: a kernel image format - AMI: a machine image format - ARI: a ramdisk image format - ISO: an archive format for the data contents of an optical disc, such as CD-ROM - QCOW2: a common disk image format, which can expand dynamically and supports copy on write - RAW: an unstructured disk image format - VDI: a common disk image format - VHD: a common disk image format - VHDX: enhanced version of VHD format - VMDK: a common disk image format\nSee note 2.\n",
"description":"Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
@@ -152,8 +200,11 @@
"description":"Information about VNF package artifacts contained in the VNF package that are not software images. This attribute shall not be present before the VNF package content is on-boarded. Otherwise, this attribute shall be present if the VNF package contains additional artifacts.\n",
"type":"array",
"items":{
"description":"This type represents an artifact other than a software image which is contained in or external to a VNF package. It shall comply with provisions defined in Table 9.5.3.3-1.\n",
"required":["isEncrypted","checksum"],
"description":"This type represents an artifact other than a software image which is contained in or external to a VNF package. It shall comply with provisions defined in Table 9.5.3.3-1.\nNOTE: The attribute name \"artifactURI\" does not comply with the naming convention defined in clause 4.3 of ETSI GS NFV-SOL 015. This is to maintain the backward compatibility.\n",
"required":[
"isEncrypted",
"checksum"
],
"type":"object",
"properties":{
"artifactPath":{
@@ -167,7 +218,10 @@
},
"checksum":{
"description":"This type represents the checksum of a VNF package or an artifact file.\n",
"required":["algorithm","hash"],
"required":[
"algorithm",
"hash"
],
"type":"object",
"properties":{
"algorithm":{
@@ -191,7 +245,11 @@
"artifactClassification":{
"description":"Marks specific types of artifacts as defined in the VNF package. If none of the specific classes listed below applies, the attribute shall not be present. Valid values: - HISTORY: a history artifact as per clause 4.3.3 in ETSI GS NFV-SOL 004 - TESTING: a testing artifact as per clause 4.3.4 in ETSI GS NFV-SOL 004 - LICENSE: a license artifact as per clause 4.3.5 in ETSI GS NFV-SOL 004\n",
"type":"string",
"enum":["HISTORY","TESTING","LICENSE"]
"enum":[
"HISTORY",
"TESTING",
"LICENSE"
]
},
"metadata":{
"description":"This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key- value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 7159.\n",
@@ -203,20 +261,32 @@
"onboardingState":{
"description":"The enumeration PackageOnboardingStateType shall comply with the provisions defined in Table 9.5.4.3-1. Permitted values: - CREATED: The VNF package resource has been created. - UPLOADING: The associated VNF package content is being uploaded. - PROCESSING: The associated VNF package content is being processed, e.g. validation. - ONBOARDED: The associated VNF package content is successfully on-boarded. - ERROR: There was an error during upload of the VNF package content or external artifacts, or during VNF package processing.\n",
"description":"\"The enumeration PackageOperationalStateType shall comply with the provisions defined in Table 9.5.4.4-1.\" Acceptable values are: - ENABLED - The VNF package is enabled, i.e. it can be used for instantiation of new VNF instances. - DISABLED - The VNF package is disabled, i.e. it cannot be used for further VNF instantiation requests (unless and until the VNF package is re-enabled).\n",
"enum":["ENABLED","DISABLED"]
"description":"\"The enumeration PackageOperationalStateType shall comply with the provisions defined in Table 9.5.4.4-1.\" Acceptable values are: - ENABLED - The VNF package is enabled, i.e. it can be used for instantiation of new VNF instances. - DISABLED - The VNF package is disabled, i.e. it cannot be used for further VNF instantiation requests\n (unless and until the VNF package is re-enabled).\n",
"enum":[
"ENABLED",
"DISABLED"
]
},
"usageState":{
"type":"string",
"description":"\"The enumeration PackageUsageStateType shall comply with the provisions. Acceptable values are: - IN_USE: \"Individual VNF instance\" resources created from this VNF package exist. - NOT_IN_USE: No \"individual VNF instance\" resource created from this VNF package exists.\n",
"enum":["IN_USE","NOT_IN_USE"]
"enum":[
"IN_USE",
"NOT_IN_USE"
]
},
"vnfmInfo":{
"description":"Specifies VNFMs compatible with the VNF. This information is copied from the VNFD. See note 4.\n",
"description":"Specifies VNFMs compatible with the VNF. This information is copied from the VNFD of the on-boarded VNF package. See note 4. It shall be present after the VNF package content has been on-boarded and absent otherwise.\n",
"type":"array",
"items":{
"type":"string"
@@ -229,7 +299,10 @@
"onboardingFailureDetails":{
"description":"The definition of the general \"ProblemDetails\" data structure from IETF RFC 7807 [19] is reproduced in this structure. Compared to the general framework defined in IETF RFC 7807 [19], the \"status\" and \"detail\" attributes are mandated to be included by the present document, to ensure that the response contains additional textual information about an error. IETF RFC 7807 [19] foresees extensibility of the \"ProblemDetails\" type. It is possible that particular APIs in the present document, or particular implementations, define extensions to define additional attributes that provide more information about the error. The description column only provides some explanation of the meaning to Facilitate understanding of the design. For a full description, see IETF RFC 7807 [19].\n",
"type":"object",
"required":["status","detail"],
"required":[
"status",
"detail"
],
"properties":{
"type":{
"description":"A URI reference according to IETF RFC 3986 [5] that identifies the problem type. It is encouraged that the URI provides human-readable documentation for the problem (e.g. using HTML) when dereferenced. When this member is not present, its value is assumed to be \"about:blank\".\n",
@@ -258,12 +331,18 @@
"_links":{
"type":"object",
"description":"Links to resources related to this resource.\n",
"required":["self","packageContent","vnfd"],
"required":[
"self",
"packageContent",
"vnfd"
],
"properties":{
"self":{
"description":"This type represents a link to a resource.\n",
"type":"object",
"required":["href"],
"required":[
"href"
],
"properties":{
"href":{
"description":"URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",
@@ -275,7 +354,9 @@
"vnfd":{
"description":"This type represents a link to a resource.\n",
"type":"object",
"required":["href"],
"required":[
"href"
],
"properties":{
"href":{
"description":"URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",
@@ -287,7 +368,9 @@
"packageContent":{
"description":"This type represents a link to a resource.\n",
"type":"object",
"required":["href"],
"required":[
"href"
],
"properties":{
"href":{
"description":"URI of a resource referenced from a notification. Should be an absolute URI (i.e. a URI that contains {apiRoot}), however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted) if the {apiRoot} information is not available.\n",