Commit f59fc8a3 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_33: InstantiateVnfRequest data type updated

parent 4a5f6d2d
Loading
Loading
Loading
Loading
+14 −9
Original line number Diff line number Diff line
@@ -347,6 +347,12 @@ definitions:
      extManagedVirtualLinks:
        description: >
          Information about internal VLs that are managed by the NFVO.

          NOTE: It is possible to have several ExtManagedVirtualLinkData for the same 
          VNF internal VL in case of a multi-site VNF spanning several VIMs. The set 
          of ExtManagedVirtualLinkData corresponding to the same VNF internal VL shall 
          indicate so by referencing to the same VnfVirtualLinkDesc and externally-managed
           multi-site VL instance (refer to clause 4.4.1.12).
        type: array
        items:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/ExtManagedVirtualLinkData"
@@ -373,18 +379,17 @@ definitions:
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
      extensions:
        description: >
          If present, this attribute provides values for the "extensions" attribute
          in "VnfInstance", as defined in clause 5.5.2.2. If an entry with the same
          key exists in the VnfInstance data structure, the VNFM shall replace its
          value with the value passed in the InstantiateVnfRequest data structure.
          If present, this attribute provides modifications to the default values, 
          as obtained from the VNFD, of the "extensions" attribute in "VnfInstance", 
          as defined in clause 5.5.2.2. Provisions for handling extensions during the
          operation are defined in clause 5.4.4.3.1.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
      vnfConfigurableProperties:
        description: >
          This parameter provides values for the VNF configurable properties
          attribute in the "VnfInstance", as defined in clause 5.5.2.2.
          If an entry with the same key exists in the VnfInstance data structure,
          the VNFM shall replace its value with the value passed in the
          InstantiateVnfRequest data structure.
          If present, this attribute provides modifications to the default values,
          as obtained from the VNFD, of the VNF configurable properties attribute in 
          the "VnfInstance", as defined in clause 5.5.2.2. Provisions for handling
          configurable properties during the operation are defined in clause 5.4.4.3.1.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"

  ChangeVnfFlavourRequest: