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
b19ce8af
Commit
b19ce8af
authored
Mar 08, 2019
by
Michele Carignani
Browse files
added minimum value 0 requirement where SOL005 specifies UnsignedInt
parent
3af4c61d
Pipeline
#368
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/definitions/SOL005_def.yaml
View file @
b19ce8af
...
@@ -496,10 +496,12 @@
...
@@ -496,10 +496,12 @@
description
:
>
description
:
>
Identifies the lower bound of the port range. upperPort Integer
Identifies the lower bound of the port range. upperPort Integer
type
:
integer
type
:
integer
minimum
:
0
upperPort
:
upperPort
:
description
:
>
description
:
>
Identifies the upper bound of the port range.
Identifies the upper bound of the port range.
type
:
integer
type
:
integer
minimum
:
0
Mask
:
Mask
:
description
:
>
description
:
>
...
@@ -611,4 +613,4 @@
...
@@ -611,4 +613,4 @@
description
:
>
description
:
>
The token endpoint from which the access token can be obtained.
The token endpoint from which the access token can be obtained.
Shall be present if it has not been provisioned out of band.
Shall be present if it has not been provisioned out of band.
$ref
:
"
#/definitions/Uri"
$ref
:
"
#/definitions/Uri"
\ No newline at end of file
src/SOL005/VNFPackageManagement/definitions/SOL005VNFPMManagement_def.yaml
View file @
b19ce8af
...
@@ -249,15 +249,18 @@ definitions:
...
@@ -249,15 +249,18 @@ definitions:
minDisk
:
minDisk
:
description
:
>
description
:
>
The minimal disk for this software image in bytes.
The minimal disk for this software image in bytes.
type
:
integer
type
:
integer
minimum
:
0
minRam
:
minRam
:
description
:
>
description
:
>
The minimal RAM for this software image in bytes.
The minimal RAM for this software image in bytes.
type
:
integer
type
:
integer
minimum
:
0
size
:
size
:
description
:
>
description
:
>
Size of this software image in bytes.
Size of this software image in bytes.
type
:
integer
type
:
integer
minimum
:
0
userMetadata
:
userMetadata
:
description
:
>
description
:
>
User-defined data.
User-defined data.
...
@@ -655,4 +658,4 @@ definitions:
...
@@ -655,4 +658,4 @@ definitions:
- PKG_DELETE: The VNF package has been deleted.
- PKG_DELETE: The VNF package has been deleted.
enum
:
enum
:
-
"
OP_STATE_CHANGE"
-
"
OP_STATE_CHANGE"
-
"
PKG_DELETE"
-
"
PKG_DELETE"
\ No newline at end of file
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