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 @@
description
:
>
Identifies the lower bound of the port range. upperPort Integer
type
:
integer
minimum
:
0
upperPort
:
description
:
>
Identifies the upper bound of the port range.
type
:
integer
minimum
:
0
Mask
:
description
:
>
...
...
@@ -611,4 +613,4 @@
description
:
>
The token endpoint from which the access token can be obtained.
Shall be present if it has not been provisioned out of band.
$ref
:
"
#/definitions/Uri"
\ No newline at end of file
$ref
:
"
#/definitions/Uri"
src/SOL005/VNFPackageManagement/definitions/SOL005VNFPMManagement_def.yaml
View file @
b19ce8af
...
...
@@ -249,15 +249,18 @@ definitions:
minDisk
:
description
:
>
The minimal disk for this software image in bytes.
type
:
integer
type
:
integer
minimum
:
0
minRam
:
description
:
>
The minimal RAM for this software image in bytes.
type
:
integer
type
:
integer
minimum
:
0
size
:
description
:
>
Size of this software image in bytes.
type
:
integer
type
:
integer
minimum
:
0
userMetadata
:
description
:
>
User-defined data.
...
...
@@ -655,4 +658,4 @@ definitions:
- PKG_DELETE: The VNF package has been deleted.
enum
:
-
"
OP_STATE_CHANGE"
-
"
PKG_DELETE"
\ No newline at end of file
-
"
PKG_DELETE"
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