Commit 69cc66b8 authored by piscione's avatar piscione
Browse files

SOL003_17: added new attributes to VnfLcmOpOcc datamodel and updated note at the bottom

parent eb31cecc
Loading
Loading
Loading
Loading
+74 −0
Original line number Diff line number Diff line
@@ -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.