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
SOL002-SOL003
Commits
69cc66b8
Commit
69cc66b8
authored
Apr 14, 2021
by
piscione
Browse files
SOL003_17: added new attributes to VnfLcmOpOcc datamodel and updated note at the bottom
parent
eb31cecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SOL003/VNFLifecycleManagement/definitions/SOL003VNFLifecycleManagement_def.yaml
View file @
69cc66b8
...
...
@@ -1720,6 +1720,15 @@ definitions:
latest "result" notification if it has not received it due to an
error or a wrongly configured subscription filter.
$ref
:
"
#/definitions/VnfInfoModifications"
affectedVipCps
:
description
:
>
Information about virtual IP CP instances that were affected during
the execution of the lifecycle management operation.
type
:
array
items
:
$ref
:
"
../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/AffectedVipCp"
changedExtConnectivity
:
description
:
>
Information about changed external connectivity, if applicable.
...
...
@@ -1742,6 +1751,71 @@ definitions:
Identifier of the "individual VNF snapshot" resource. Shall be present if applicable to the type of LCM operation,
i.e., if the value of the "operation" attribute is either "CREATE_SNAPSHOT" or "REVERT_TO_SNAPSHOT".
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
lcmCoordinations
:
description
:
>
Information about LCM coordination actions (see clause 10 in ETSI GS NFV-SOL002) related to this LCM operation occurrence.
type
:
array
items
:
type
:
object
required
:
-
id
-
coordinationActionName
-
startTime
-
endpointType
properties
:
id
:
description
:
>
Identifier of this coordination action.
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
coordinationActionName
:
description
:
>
Indicator of the actual coordination action.
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
coordinationResult
:
description
:
>
The result of executing the coordination action which also implies the action to be performed by the VNFM as the result of this coordination.
Shall be present if the coordination has been finished. Shall be absent if the coordination is ongoing or has timed out
A coordination action has timed out if the VNFM has not been able to read the "Individual coordination action" resource within a timeout
interval after requesting the coordination to be started or to be cancelled. The length of the timeout interval is defined by means outside
the scope of the present document.
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/LcmCoordResultType"
startTime
:
description
:
>
The time when the coordination action has been started.
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/DateTime"
endTime
:
description
:
>
The end time of the coordination action. Shall be present for a coordination action that has finished or
timed out (see note 4) and shall be absent if the coordination is ongoing.
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/DateTime"
endpointType
:
description
:
>
The endpoint type used by this coordination action.
Valid values:
• MGMT: coordination with other operation supporting management systems (e.g. EM)
• VNF: coordination with the VNF instance
type
:
string
enum
:
-
MGMT
-
VNF
warnings
:
description
:
>
Warning messages that were generated while the operation was executing.
If the operation has included LCM coordination actions and these have resulted
in warnings, such warnings should be added to this attribute.
type
:
array
items
:
type
:
string
_links
:
description
:
>
Links to resources related to this resource.
...
...
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