Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
8c64da22
Commit
8c64da22
authored
Apr 25, 2019
by
Samir Medjiah
Browse files
Revert "CpProtocolData"
This reverts commit
f552af9a
.
parent
f552af9a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
10 deletions
+13
-10
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
...nagement/definitions/SOL005NSLifecycleManagement_def.yaml
+9
-7
src/SOL005/definitions/SOL005_def.yaml
src/SOL005/definitions/SOL005_def.yaml
+3
-2
src/SOL005/responses/SOL005_resp.yaml
src/SOL005/responses/SOL005_resp.yaml
+1
-1
No files found.
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
8c64da22
...
@@ -1155,6 +1155,8 @@ definitions:
...
@@ -1155,6 +1155,8 @@ definitions:
In case this attribute is present, IP addresses are bound
In case this attribute is present, IP addresses are bound
to that subnet.
to that subnet.
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/IdentifierInVim"
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/IdentifierInVim"
type
:
type
:
description
:
>
description
:
>
The type of the IP addresses
The type of the IP addresses
...
@@ -1894,7 +1896,7 @@ definitions:
...
@@ -1894,7 +1896,7 @@ definitions:
Parameters for configuring the network protocols on the SAP.
Parameters for configuring the network protocols on the SAP.
type
:
array
type
:
array
items
:
items
:
$ref
:
"
#/definitions/CpProtocolData"
$ref
:
"
../../definitions/SOL005_def.yaml
#/definitions/CpProtocolData"
ScaleNsRequest
:
ScaleNsRequest
:
description
:
>
description
:
>
...
@@ -2194,13 +2196,13 @@ definitions:
...
@@ -2194,13 +2196,13 @@ definitions:
Information about external VLs to connect the VNF to.
Information about external VLs to connect the VNF to.
type
:
array
type
:
array
items
:
items
:
$ref
:
"
#/definitions/ExtVirtualLinkData"
$ref
:
"
../../definitions/SOL005_def.yaml
#/definitions/ExtVirtualLinkData"
extManagedVirtualLinks
:
extManagedVirtualLinks
:
description
:
>
description
:
>
Information about internal VLs that are managed by other entities than the VNFM.
Information about internal VLs that are managed by other entities than the VNFM.
type
:
array
type
:
array
items
:
items
:
$ref
:
"
#/definitions/ExtManagedVirtualLinkData"
$ref
:
"
../../definitions/SOL005_def.yaml
#/definitions/ExtManagedVirtualLinkData"
localizationLanguage
:
localizationLanguage
:
description
:
>
description
:
>
Localization language of the VNF to be instantiated.
Localization language of the VNF to be instantiated.
...
@@ -2242,13 +2244,13 @@ definitions:
...
@@ -2242,13 +2244,13 @@ definitions:
Information about external VLs to connect the VNF to.
Information about external VLs to connect the VNF to.
type
:
array
type
:
array
items
:
items
:
$ref
:
"
#/definitions/ExtVirtualLinkData"
$ref
:
"
../../definitions/SOL005_def.yaml
#/definitions/ExtVirtualLinkData"
extManagedVirtualLinks
:
extManagedVirtualLinks
:
description
:
>
description
:
>
information about internal VLs that are managed by NFVO.
information about internal VLs that are managed by NFVO.
type
:
array
type
:
array
items
:
items
:
$ref
:
"
#/definitions/ExtManagedVirtualLinkData"
$ref
:
"
../../definitions/SOL005_def.yaml
#/definitions/ExtManagedVirtualLinkData"
additionalParams
:
additionalParams
:
description
:
>
description
:
>
Additional input parameters for the flavor change
Additional input parameters for the flavor change
...
@@ -2378,7 +2380,7 @@ definitions:
...
@@ -2378,7 +2380,7 @@ definitions:
Information about external VLs to change (e.g. connect the VNF to).
Information about external VLs to change (e.g. connect the VNF to).
type
:
array
type
:
array
items
:
items
:
$ref
:
"
#/definitions/ExtVirtualLinkData"
$ref
:
"
../../definitions/SOL005_def.yaml
#/definitions/ExtVirtualLinkData"
additionalParams
:
additionalParams
:
description
:
>
description
:
>
Additional parameters passed by the OSS as input to
Additional parameters passed by the OSS as input to
...
@@ -2621,7 +2623,7 @@ definitions:
...
@@ -2621,7 +2623,7 @@ definitions:
Indicates values of specific bits in a frame.
Indicates values of specific bits in a frame.
type
:
array
type
:
array
items
:
items
:
$ref
:
"
#/definitions/Mask"
$ref
:
"
../../definitions/SOL005_def.yaml
#/definitions/Mask"
ChangeNsFlavourData
:
ChangeNsFlavourData
:
description
:
>
description
:
>
...
...
src/SOL005/definitions/SOL005_def.yaml
View file @
8c64da22
...
@@ -60,7 +60,6 @@ definitions:
...
@@ -60,7 +60,6 @@ definitions:
A MAC address. Representation: string that consists of groups of two hexadecimal digits,
A MAC address. Representation: string that consists of groups of two hexadecimal digits,
separated by hyphens or colons.
separated by hyphens or colons.
type
:
string
type
:
string
format
:
MAC
IpAddress
:
IpAddress
:
description
:
>
description
:
>
...
@@ -68,7 +67,9 @@ definitions:
...
@@ -68,7 +67,9 @@ definitions:
integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that
integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that
consists of groups of zero to four hexadecimal digits, separated by colons.
consists of groups of zero to four hexadecimal digits, separated by colons.
type
:
string
type
:
string
format
:
IP
format
:
-
ipv4
-
ipv6
IpAddressPrefix
:
IpAddressPrefix
:
description
:
>
description
:
>
...
...
src/SOL005/responses/SOL005_resp.yaml
View file @
8c64da22
...
@@ -38,7 +38,7 @@ responses:
...
@@ -38,7 +38,7 @@ responses:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
schema
:
schema
:
$ref
:
"
../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsInstance"
$ref
:
"
../
../
NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsInstance"
202-with-Location-empty
:
202-with-Location-empty
:
description
:
>
description
:
>
202 ACCEPTED
202 ACCEPTED
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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