Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
a1cb8bf6
Commit
a1cb8bf6
authored
Jun 09, 2020
by
Francesca Moscatelli
Browse files
SOL005_64->SOL005_69: Datatypes added/updated
parent
da5ddfd6
Pipeline
#3769
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/VNFPackageManagement/definitions/SOL005VNFPackageManagement_def.yaml
View file @
a1cb8bf6
...
...
@@ -59,9 +59,9 @@ definitions:
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/Version"
checksum
:
description
:
>
Checksum of the on-boarded VNF
package. It
shal
l be present after the VNF
package content has been on-boarded and absent otherwise.
Checksum of the on-boarded VNF
package.
Permitted ha
sh
al
gorithms 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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment