Commit a1cb8bf6 authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

SOL005_64->SOL005_69: Datatypes added/updated

parent da5ddfd6
Pipeline #3769 failed with stage
in 0 seconds
......@@ -59,9 +59,9 @@ definitions:
$ref: "../../definitions/SOL005_def.yaml#/definitions/Version"
checksum:
description: >
Checksum of the on-boarded VNF
package. It shall be present after the VNF
package content has been on-boarded and absent otherwise.
Checksum of the on-boarded VNF package.
Permitted hash algorithms are defined in ETSI GS NFV-SOL 004.
It shall be present after the VNF package content has been on-boarded and absent otherwise.
$ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum"
packageSecurityOption:
description: >
......@@ -196,7 +196,7 @@ definitions:
$ref: "../../definitions/SOL005_def.yaml#/definitions/Uri"
checksum:
description: >
Checksum of the artifact file.
Checksum of the artifact file. Permitted hash algorithms are defined in ETSI GS NFV-SOL 004.
$ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum"
artifactClassification:
description: >
......@@ -290,7 +290,7 @@ definitions:
$ref: "../../definitions/SOL005_def.yaml#/definitions/Version"
checksum:
description: >
Checksum of the software image file.
Checksum of the software image file. Permitted hash algorithms are defined in ETSI GS NFV-SOL 004.
$ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum"
isEncrypted:
description: >
......@@ -419,11 +419,12 @@ definitions:
description: >
"The enumeration PackageUsageStateType shall comply with the provisions.
Acceptable values are:
-IN_USE - VNF instances instantiated from this VNF package exist.
-NOT_IN_USE - No existing VNF instance is instantiated from this VNF package"
- IN_USE: The VNF package is enabled, i.e. it can be used for the creation of new "Individual VNF instance" resources.
- NOT_IN_USE: The VNF package is disabled, i.e. it shall not be used for the creation of further
"Individual VNF instance" resources (unless and until the VNF package is re enabled).
enum:
- "IN_USE"
- "NOT_IN_USE"
- IN_USE
- NOT_IN_USE
CreateVnfPkgInfoRequest:
type: "object"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment