Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL002-SOL003
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NFV - Network Functions Virtualisation
SOL002-SOL003
Commits
285c88d0
Commit
285c88d0
authored
Aug 21, 2019
by
bernini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes to solve Jenkins build
parent
9e21d904
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
29 deletions
+29
-29
VNFConfiguration.yaml
src/SOL002/VNFConfiguration/VNFConfiguration.yaml
+2
-2
VNFIndicator.yaml
src/SOL002/VNFIndicator/VNFIndicator.yaml
+4
-4
VNFLifecycleManagement.yaml
...SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml
+3
-3
SOL002VNFLifecycleManagement_def.yaml
...agement/definitions/SOL002VNFLifecycleManagement_def.yaml
+11
-11
VNFLifecycleManagement.yaml
...SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml
+8
-8
SOL002SOL003VNFIndicator_def.yaml
src/definitions/SOL002SOL003VNFIndicator_def.yaml
+1
-1
No files found.
src/SOL002/VNFConfiguration/VNFConfiguration.yaml
View file @
285c88d0
...
...
@@ -125,7 +125,7 @@ paths:
required
:
true
in
:
body
schema
:
$ref
:
'
definitions/SOL002V
nf
Configuration_def.yaml#/definitions/VnfConfigModifications'
$ref
:
'
definitions/SOL002V
NF
Configuration_def.yaml#/definitions/VnfConfigModifications'
responses
:
200
:
description
:
>
...
...
@@ -135,7 +135,7 @@ paths:
The response body shall contain the parameters of the configuration
modification that was applied to the configuration resource.
schema
:
$ref
:
'
definitions/SOL002V
nf
Configuration_def.yaml#/definitions/VnfConfigModifications'
$ref
:
'
definitions/SOL002V
NF
Configuration_def.yaml#/definitions/VnfConfigModifications'
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
...
...
src/SOL002/VNFIndicator/VNFIndicator.yaml
View file @
285c88d0
...
...
@@ -140,7 +140,7 @@ paths:
schema
:
type
:
array
items
:
$ref
:
'
../../definitions/SOL002SO
l
003VNFIndicator_def.yaml#/definitions/VnfIndicator'
$ref
:
'
../../definitions/SOL002SO
L
003VNFIndicator_def.yaml#/definitions/VnfIndicator'
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
...
...
@@ -280,7 +280,7 @@ paths:
schema
:
type
:
array
items
:
$ref
:
'
../../definitions/SOL002SO
l
003VNFIndicator_def.yaml#/definitions/VnfIndicator'
$ref
:
'
../../definitions/SOL002SO
L
003VNFIndicator_def.yaml#/definitions/VnfIndicator'
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
...
...
@@ -368,7 +368,7 @@ paths:
maximum
:
1
minimum
:
1
schema
:
$ref
:
'
../../definitions/SOL002SO
l
003VNFIndicator_def.yaml#/definitions/VnfIndicator'
$ref
:
'
../../definitions/SOL002SO
L
003VNFIndicator_def.yaml#/definitions/VnfIndicator'
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
...
...
@@ -438,7 +438,7 @@ paths:
maximum
:
1
minimum
:
1
schema
:
$ref
:
'
../../definitions/SOL002SO
l
003VNFIndicator_def.yaml#/definitions/VnfIndicator'
$ref
:
'
../../definitions/SOL002SO
L
003VNFIndicator_def.yaml#/definitions/VnfIndicator'
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
...
...
src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml
View file @
285c88d0
...
...
@@ -895,7 +895,7 @@ paths:
in
:
body
required
:
true
schema
:
$ref
:
"
definitions/SO
l
002VNFLifecycleManagement_def.yaml#/definitions/ChangeVnfFlavourRequest"
$ref
:
"
definitions/SO
L
002VNFLifecycleManagement_def.yaml#/definitions/ChangeVnfFlavourRequest"
responses
:
202
:
description
:
>
...
...
@@ -1119,7 +1119,7 @@ paths:
in
:
body
required
:
true
schema
:
$ref
:
"
definitions/SO
l
002VNFLifecycleManagement_def.yaml#/definitions/HealVnfRequest"
$ref
:
"
definitions/SO
L
002VNFLifecycleManagement_def.yaml#/definitions/HealVnfRequest"
responses
:
202
:
description
:
>
...
...
@@ -1926,7 +1926,7 @@ paths:
minimum
:
1
schema
:
schema
:
$ref
:
"
../../definitions/SOL002SO
l
003VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc"
$ref
:
"
../../definitions/SOL002SO
L
003VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
...
...
src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml
View file @
285c88d0
...
...
@@ -306,25 +306,25 @@ definitions:
flavourId
:
description
:
>
Identifier of the VNF deployment flavour to be instantiated.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
$ref
:
"
../../../definitions/
SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
instantiationLevelId
:
description
:
>
Identifier of the instantiation level of the deployment flavour to be
instantiated. If not present, the default instantiation level as
declared in the VNFD is instantiated.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
$ref
:
"
../../../definitions/
SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
extVirtualLinks
:
description
:
>
Information about external VLs to connect the VNF to.
type
:
array
items
:
$ref
:
"
SOL002SOL003_def.yaml#/definitions/ExtVirtualLinkData"
$ref
:
"
../../../definitions/
SOL002SOL003_def.yaml#/definitions/ExtVirtualLinkData"
extManagedVirtualLinks
:
description
:
>
Information about external VLs to connect the VNF to.
type
:
array
items
:
$ref
:
"
SOL002SOL003_def.yaml#/definitions/ExtManagedVirtualLinkData"
$ref
:
"
../../../definitions/
SOL002SOL003_def.yaml#/definitions/ExtManagedVirtualLinkData"
localizationLanguage
:
description
:
>
Localization language of the VNF to be instantiated. The value shall
...
...
@@ -335,13 +335,13 @@ definitions:
Additional input parameters for the instantiation process, specific
to the VNF being instantiated, as declared in the VNFD as part of
"InstantiateVnfOpConfig".
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
$ref
:
"
../../../definitions/
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
extensions
:
description
:
>
If present, this attribute provides values for the "extensions" attribute in "VnfInstance",
as defined in clause 5.5.2.2. If an entry with the same key exists in the VnfInstance data structure,
the VNFM shall replace its value with the value passed in the InstantiateVnfRequest data structure.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
$ref
:
"
../../../definitions/
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
ChangeVnfFlavourRequest
:
description
:
>
...
...
@@ -502,25 +502,25 @@ definitions:
vnfdId
:
description
:
>
New value of the "vnfdId" attribute in "VnfInstance". The value "null" is not permitted.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
$ref
:
"
../../../definitions/
SOL002SOL003_def.yaml#/definitions/Identifier"
vnfConfigurableProperties
:
description
:
>
Modifications of the "vnfConfigurableProperties" attribute in "VnfInstance".
If present, these modifications shall be applied according to the rules of
JSON Merge PATCH (see IETF RFC 7396 [15]).
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
$ref
:
"
../../../definitions/
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
metadata
:
description
:
>
Modifications of the "metadattametadata" attribute in "VnfInstance".
If present, these modifications shall be applied according to the rules of
JSON Merge PATCH (see IETF RFC 7396 [15]).
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
$ref
:
"
../../../definitions/
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
extensions
:
description
:
>
Modifications of the "extensions" attribute in "VnfInstance".
If present, these modifications shall be applied according to the rules of
JSON Merge PATCH (see IETF RFC 7396 [15]).
$ref
:
"
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
$ref
:
"
../../../definitions/
SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
vnfcInfoModifications
:
description
:
>
Modifications of certain entries in the "vnfcInfo" attribute array in the
...
...
@@ -534,4 +534,4 @@ definitions:
to be used as "deleteIdList" as defined below this table.
type
:
array
items
:
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
\ No newline at end of file
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
\ No newline at end of file
src/SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml
View file @
285c88d0
...
...
@@ -98,14 +98,14 @@ paths:
responses
:
201
:
description
:
>
201 CREATED
Shall be returned when a new "Individual VNF instance" resource and
the associated VNF instance identifier washas been created successfully.
The response body shall contain a representation of the created VNF instance,
as defined in clause 5.5.2.2.
The HTTP response shall include a "Location" HTTP header that contains the resource
URI of the created VNF instance.
201 CREATED
Shall be returned when a new "Individual VNF instance" resource and
the associated VNF instance identifier washas been created successfully.
The response body shall contain a representation of the created VNF instance,
as defined in clause 5.5.2.2.
The HTTP response shall include a "Location" HTTP header that contains the resource
URI of the created VNF instance.
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
...
...
src/definitions/SOL002SOL003VNFIndicator_def.yaml
View file @
285c88d0
...
...
@@ -127,7 +127,7 @@ definitions:
callbackUri
:
description
:
>
The URI of the endpoint to send the notification to.
$ref
:
"
SOL002SO
l
003_def.yaml#/definitions/Uri"
$ref
:
"
SOL002SO
L
003_def.yaml#/definitions/Uri"
authentication
:
description
:
>
Authentication parameters to configure the use of Authorization when
...
...
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