Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL005
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
7
Issues
7
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
SOL005
Commits
30dec88e
Commit
30dec88e
authored
Apr 17, 2019
by
moscatelli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SOL005: NsLcmOperationOccurrenceNotification fixed
parent
c2bcc532
Pipeline
#792
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
8 deletions
+21
-8
SOL005NSLifecycleManagement_def.yaml
...nagement/definitions/SOL005NSLifecycleManagement_def.yaml
+2
-0
NSLifecycleManagementNotification.yaml
...gementNotification/NSLifecycleManagementNotification.yaml
+0
-2
SOL005NSLifecycleManagementNotification_def.yaml
...initions/SOL005NSLifecycleManagementNotification_def.yaml
+19
-6
No files found.
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
30dec88e
...
...
@@ -2959,6 +2959,8 @@ definitions:
required
:
-
nsInstanceId
-
nsdId
-
changeType
-
changeResult
properties
:
nsInstanceId
:
description
:
>
...
...
src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml
View file @
30dec88e
...
...
@@ -49,7 +49,6 @@ paths:
The POST method delivers a notification from the server to the client.
This method shall support the URI query parameters, request and response data structures, and response codes, as
specified in the Tables 6.4.18.3.1-1 and 6.4.18.3.1-2.
parameters
:
-
name
:
NsLcmOperationOccurrenceNotification
description
:
>
...
...
@@ -135,7 +134,6 @@ paths:
The POST method delivers a notification from the server to the client.
This method shall support the URI query parameters, request and response data structures, and response codes, as
specified in the Tables 6.4.18.3.1-1 and 6.4.18.3.1-2.
parameters
:
-
name
:
NsIdentifierCreationNotification
description
:
>
...
...
src/SOL005/NSLifecycleManagementNotification/definitions/SOL005NSLifecycleManagementNotification_def.yaml
View file @
30dec88e
...
...
@@ -8,6 +8,11 @@ definitions:
-
nsInstanceId
-
nsLcmOpOccId
-
subscriptionId
-
timestamp
-
notificationStatus
-
operationState
-
isAutomaticInvocation
-
_links
properties
:
id
:
description
:
>
...
...
@@ -67,17 +72,21 @@ definitions:
in case of auto-scaling, auto-healing and when a nested
NS is modified as a result of an operation on its
composite NS. Set to false otherwise.
type
:
boolean
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/Boolean"
affectedVnf
:
description
:
>
Information about the VNF instances that were affected
during the lifecycle operation.
$ref
:
"
../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVnf"
type
:
array
items
:
$ref
:
"
../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVnf"
affectedPnf
:
description
:
>
Information about the PNF instances that were affected
during the lifecycle operation.
$ref
:
"
../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedPnf"
type
:
array
items
:
$ref
:
"
../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedPnf"
affectedVl
:
description
:
>
Information about the VL instances that were affected
...
...
@@ -98,11 +107,15 @@ definitions:
during the lifecycle operation. See note.
type
:
array
items
:
$ref
:
"
../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/Affected
Sap
"
$ref
:
"
../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/Affected
Ns
"
affectedSap
:
description
:
>
The lifecycle operation.
$ref
:
"
../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsLcmOpType"
Information about the SAP instances that were affected during the lifecycle operation.
Shall be present if the "notificationStatus" is set to "RESULT" and the operation
has performed any resource modification. Shall be absent otherwise.
type
:
array
items
:
$ref
:
"
../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedSap"
error
:
description
:
>
Details of the latest error, if one has occurred during
...
...
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