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
614504ae
Commit
614504ae
authored
Jul 31, 2020
by
f.moscatelli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SOL002 fixes
parent
08a15a66
Pipeline
#4752
failed with stage
in 0 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
756 additions
and
20 deletions
+756
-20
VNFLifecycleManagement.yaml
...SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml
+3
-3
SOL002VNFLifecycleManagement_def.yaml
...agement/definitions/SOL002VNFLifecycleManagement_def.yaml
+721
-8
SOL002VNFLifecycleManagementNotification_def.yaml
...nitions/SOL002VNFLifecycleManagementNotification_def.yaml
+26
-3
SOL002SOL003VNFLifecycleManagement_def.yaml
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml
+6
-6
No files found.
src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml
View file @
614504ae
...
...
@@ -1925,7 +1925,7 @@ components:
content
:
application/json
:
schema
:
$ref
:
.
./../definitions/SOL002SOL003
VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc
$ref
:
.
/definitions/SOL002
VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc
IndividualVnfLcmOpOcc.Get
:
description
:
|
...
...
@@ -1956,7 +1956,7 @@ components:
content
:
application/json
:
schema
:
$ref
:
.
./../definitions/SOL002SOL003
VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc
$ref
:
.
/definitions/SOL002
VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc
VnfLcmOpOccRetry.Post
:
description
:
|
...
...
@@ -2031,7 +2031,7 @@ components:
content
:
application/json
:
schema
:
$ref
:
.
./../definitions/SOL002SOL003
VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc
$ref
:
.
/definitions/SOL002
VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc
VnfLcmOpOccCancel.Post
:
description
:
|
...
...
src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml
View file @
614504ae
This diff is collapsed.
Click to expand it.
src/SOL002/VNFLifecycleManagementNotification/definitions/SOL002VNFLifecycleManagementNotification_def.yaml
View file @
614504ae
...
...
@@ -102,6 +102,12 @@ definitions:
triggered by auto-heal).
Set to false otherwise.
type
:
boolean
verbosity
:
description
:
>
This attribute signals the verbosity of the notification. If it is not present, it shall default to the value "FULL".
If the value is "SHORT", full change details can be obtained by performing a GET request on the "Individual LCM
operation occurrence" resource that is signalled by the "vnfLcmOpOcc" child attribute of the "_links" attribute.
$ref
:
"
../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/LcmOpOccNotificationVerbosityType"
vnfLcmOpOccId
:
description
:
>
The identifier of the VNF lifecycle management operation occurrence
...
...
@@ -119,7 +125,7 @@ definitions:
handling procedures for that operation occurrence.
type
:
array
items
:
$ref
:
"
../../
../definitions/SOL002SOL003
_def.yaml#/definitions/AffectedVnfc"
$ref
:
"
../../
VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement
_def.yaml#/definitions/AffectedVnfc"
affectedVirtualLinks
:
description
:
>
Information about VL instances that were affected during the
...
...
@@ -132,7 +138,17 @@ definitions:
handling procedures for that operation occurrence.
type
:
array
items
:
$ref
:
"
../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/AffectedVirtualLink"
$ref
:
"
../../VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/AffectedVirtualLink"
affectedExtLinkPorts
:
description
:
>
Information about external VNF link ports that were affected during the lifecycle operation.
Shall be present if the "notificationStatus" is set to "RESULT", the "verbosity" attribute is set to "FULL"
and the operation has performed any resource modification. Shall be absent otherwise. This attribute contains
information about the cumulative changes to virtualised resources that were performed so far by the VNF LCM
operation occurrence and by any of the error handling procedures for that operation occurrence.
type
:
array
items
:
$ref
:
"
../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/AffectedExtLinkPort"
affectedVirtualStorages
:
description
:
>
Information about virtualised storage instances that were affected
...
...
@@ -145,7 +161,7 @@ definitions:
handling procedures for that operation occurrence.
type
:
array
items
:
$ref
:
"
../../
../definitions/SOL002SOL003
VNFLifecycleManagement_def.yaml#/definitions/AffectedVirtualStorage"
$ref
:
"
../../
VNFLifecycleManagement/definitions/SOL002
VNFLifecycleManagement_def.yaml#/definitions/AffectedVirtualStorage"
changedInfo
:
description
:
>
Information about the changed VNF instance information, including
...
...
@@ -166,6 +182,13 @@ definitions:
type
:
array
items
:
$ref
:
"
../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/ExtVirtualLinkInfo"
modificationsTriggeredByVnfPkgChange
:
description
:
>
Information about performed changes of "VnfInstance" attributes triggered by changing the current VNF package.
Shall be present if the "notificationStatus" is set to "RESULT", the "operation" attribute is equal to
"CHANGE_VNFPKG", the "verbosity" attribute is set to "FULL" and the operation has performed any changes to VNF
instance information, including VNF configurable properties. Shall be absent otherwise.
$ref
:
"
../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/ModificationsTriggeredByVnfPkgChange"
error
:
description
:
>
Details of the latest error, if one has occurred during executing
...
...
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml
View file @
614504ae
...
...
@@ -1331,12 +1331,12 @@ definitions:
in the "Individual VNF lifecycle management operation occurrence" and
the "id" in the "Individual Grant".
$ref
:
"
SOL002SOL003_def.yaml#/definitions/IdentifierLocal"
zoneId
:
description
:
>
The identifier of the resource zone, as managed by the resource
management layer (typically, the VIM), where the referenced VirtualNetwork
resource is placed. Shall be provided if this information is available from the VIM.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
zoneId
:
description
:
>
The identifier of the resource zone, as managed by the resource
management layer (typically, the VIM), where the referenced VirtualNetwork
resource is placed. Shall be provided if this information is available from the VIM.
$ref
:
"
SOL002SOL003_def.yaml#/definitions/Identifier"
metadata
:
description
:
>
Metadata about this resource.
...
...
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