Commit a1cb8bf6 authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

SOL005_64->SOL005_69: Datatypes added/updated

parent da5ddfd6
Loading
Loading
Loading
Loading
Loading
+10 −9
Original line number Original line Diff line number Diff line
@@ -59,9 +59,9 @@ definitions:
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Version"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Version"
      checksum:
      checksum:
        description: >
        description: >
          Checksum of the on-boarded VNF
          Checksum of the on-boarded VNF package.
          package. It shall be present after the VNF
          Permitted hash algorithms are defined in ETSI GS NFV-SOL 004.
          package content has been on-boarded and absent otherwise.
          It shall be present after the VNF package content has been on-boarded and absent otherwise.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum"
      packageSecurityOption:
      packageSecurityOption:
        description: >
        description: >
@@ -196,7 +196,7 @@ definitions:
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Uri"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Uri"
      checksum:
      checksum:
        description: >
        description: >
          Checksum of the artifact file.
          Checksum of the artifact file. Permitted hash algorithms are defined in ETSI GS NFV-SOL 004.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum"
      artifactClassification:
      artifactClassification:
        description: >
        description: >
@@ -290,7 +290,7 @@ definitions:
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Version"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Version"
      checksum:
      checksum:
        description: >
        description: >
          Checksum of the software image file.
          Checksum of the software image file. Permitted hash algorithms are defined in ETSI GS NFV-SOL 004.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Checksum"
      isEncrypted:
      isEncrypted:
        description: >
        description: >
@@ -419,11 +419,12 @@ definitions:
    description: >
    description: >
      "The enumeration PackageUsageStateType shall comply with the provisions.
      "The enumeration PackageUsageStateType shall comply with the provisions.
      Acceptable values are:
      Acceptable values are:
      -IN_USE - VNF instances instantiated from this VNF package exist.
      - IN_USE: The VNF package is enabled, i.e. it can be used for the creation of new "Individual VNF instance" resources.
      -NOT_IN_USE - No existing VNF instance is instantiated from this VNF package"      
      - NOT_IN_USE: The VNF package is disabled, i.e. it shall not be used for the creation of further
                    "Individual VNF instance" resources (unless and until the VNF package is re enabled).
    enum:
    enum:
      - "IN_USE"
      - IN_USE
      - "NOT_IN_USE"
      - NOT_IN_USE


  CreateVnfPkgInfoRequest:
  CreateVnfPkgInfoRequest:
    type: "object"
    type: "object"