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

SOL005_4: VnfcSnapshotImageInfo: updated

parent 4b909af1
......@@ -141,6 +141,7 @@ definitions:
- UPLOADING: the VNF snapshot package is being uploaded.
- EXTRACTING: the VNF snapshot package’s content is being extracted.
- 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_EXTRACTING: failure during the VNF snapshot package extraction task.
type: string
......@@ -150,6 +151,7 @@ definitions:
- UPLOADING
- EXTRACTING
- AVAILABLE
- PROCESSING
- ERROR
- ERROR_EXTRACTING
isCancelPending:
......@@ -509,7 +511,19 @@ definitions:
- size
properties:
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"
name:
description: Name of the VNFC snapshot image.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment