Commit 4b0c0a9a authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

SOL005_4: VnfcSnapshotImageInfo: updated

parent 4b909af1
Loading
Loading
Loading
Loading
+15 −1
Original line number Original line Diff line number Diff line
@@ -141,6 +141,7 @@ definitions:
          - UPLOADING: the VNF snapshot package is being uploaded.
          - UPLOADING: the VNF snapshot package is being uploaded.
          - EXTRACTING: the VNF snapshot package’s content is being extracted.
          - EXTRACTING: the VNF snapshot package’s content is being extracted.
          - AVAILABLE: the VNF snapshot package is available (i.e., build or upload is completed).
          - AVAILABLE: the VNF snapshot package is available (i.e., build or upload is completed).
          - PROCESSING: the VNF snapshot package is being processed.
          - ERROR: failure during the VNF snapshot package building, uploading or processing.
          - ERROR: failure during the VNF snapshot package building, uploading or processing.
          - ERROR_EXTRACTING: failure during the VNF snapshot package extraction task.
          - ERROR_EXTRACTING: failure during the VNF snapshot package extraction task.
        type: string
        type: string
@@ -150,6 +151,7 @@ definitions:
          - UPLOADING
          - UPLOADING
          - EXTRACTING
          - EXTRACTING
          - AVAILABLE
          - AVAILABLE
          - PROCESSING
          - ERROR
          - ERROR
          - ERROR_EXTRACTING
          - ERROR_EXTRACTING
      isCancelPending:
      isCancelPending:
@@ -509,7 +511,19 @@ definitions:
      - size
      - size
    properties:
    properties:
      id:
      id:
        description: Identifier of the VNFC snapshot image.
        description: >
          Identifier of the VNFC snapshot image.
          When building the VNF snapshot package, the NFVO shall set the value of this attribute 
          as follows:
          - for an image artifact corresponding to a compute snapshot resource, the value is copied 
            from the "id" attribute of the “VnfcSnapshotInfo”.
          - for an image artifact corresponding to a storage snapshot resource, the value is copied 
            from the "storageResourceId" attribute in the "VnfcSnapshotInfo" of the corresponding 
            storage snapshot resource.

          When onboarding an existing VNF snapshot package, the NFVO shall set the value of this 
          attribute as provided in the manifest file in the VNF snapshot package (refer to ETSI 
          GS NFV-SOL 010).
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierLocal" 
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierLocal" 
      name:
      name:
        description: Name of the VNFC snapshot image.
        description: Name of the VNFC snapshot image.