Commit b8d50466 authored by Ayesha Ayub's avatar Ayesha Ayub
Browse files

fix attributes containing map data types in both SOL002 and SOL003

parent 6a8c48ed
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -243,8 +243,8 @@ definitions:
          The key is a string that identifies an extended resource indicated in the extended_resource_requests
          property in the VNFD for this container descriptor.
          The value is an integer that indicates the required amount for a particular extended resource.See note.
        type: array
        items:
        type: object
        additionalProperties:
          type: integer
      cpuResourceLimit:
        description: >
@@ -268,8 +268,8 @@ definitions:
          The value is a number that indicates the required total size expressed in the same units as in the huge_pages_resources_property
          in the VNFD that indicates the valid values for required total size for the particular hugepage size.
          See note.
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "#/definitions/Number"
  VirtualComputeDescData:
    description: >
@@ -317,8 +317,8 @@ definitions:
          The value is a number that indicates the required total size expressed in the same units as in the huge_pages_requirements
          property in the VNFD that indicates the valid values for required total size for the particular hugepage size.
          See note.
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "#/definitions/Number"

  VirtualStorageDescData:
+6 −6
Original line number Diff line number Diff line
@@ -915,8 +915,8 @@ definitions:
          The key is a string that identifies an extended resource indicated in the extended_resource_requests property in the VNFD (clause 6.8.12 in ETSI GS NFV-SOL 001 [14]) for this container descriptor.
          The value is an integer that indicates the required amount for a particular extended resource.
          See note.
        type: array
        items:
        type: object
        additionalProperties:
          type: integer
      cpuResourceLimit:
        description: >
@@ -940,8 +940,8 @@ definitions:
          The key is a string and corresponds to one of the values of the hugepage sizes indicated in the huge_pages_resources property in the VNFD (clause 6.8.12 in ETSI GS NFV-SOL 001 [14]) for this container descriptor.
          The value is a number that indicates the required total size expressed in the same units as in the huge_pages_resource property in the VNFD (clause 6.8.12 in ETSI GS NFV-SOL 001 [14]) that indicates the valid values for required total size for the particular hugepage size.
          See note.
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "#/definitions/Number"

  VirtualComputeDescData:
@@ -989,8 +989,8 @@ definitions:
          The value is a numberthat indicates the required total size expressed in the same units 
          as in the huge_pages_requirements property in the VNFD (clause 6.2.7.2 in ETSI GS NFV-SOL 001 [14]) that indicates the valid vaues for required total size for the particular hugepage size.
          See note.
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "#/definitions/Number"

  VirtualStorageDescData:
+2 −2
Original line number Diff line number Diff line
@@ -1142,8 +1142,8 @@ definitions:
      extendedResourceRequests:
        description: >
          An array of key-value pairs of extended resources required by the container.
        type: array
        items:
        type: object
        additionalProperties:
          type: integer
      cpuResourceLimit:
        description: >