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

SOL003: v308 updates -> ChangeCurrentVnfPkgRequest updated

parent 886574e6
Loading
Loading
Loading
Loading
+17 −9
Original line number Original line Diff line number Diff line
@@ -642,15 +642,25 @@ definitions:
      extManagedVirtualLinks:
      extManagedVirtualLinks:
        description: >
        description: >
          Information about internal VLs that are managed by the NFVO.
          Information about internal VLs that are managed by the NFVO.

          NOTES:
          The indication of externally-managed internal VLs is needed in case networks have been pre-configured for
          use with certain VNFs, for instance to ensure that these networks have certain properties such as security or
          acceleration features, or to address particular network topologies. The present document assumes that
          externally-managed internal VLs are managed by the NFVO and created towards the VIM.
          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
        type: array
        items:
        items:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/ExtManagedVirtualLinkData"
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/ExtManagedVirtualLinkData"
      vimConnectionInfo:
      vimConnectionInfo:
        description: >
        description: >
          Information about VIM connections to be used for managing the resources 
          Information about VIM connections to be used for managing the resources for the VNF instance, or refer to 
          for the VNF instance, or refer to external virtual links. This attribute 
          external virtual links. This attribute shall only be supported and may be present if VNF-related resource 
          shall only be supported and may be present if VNF-related resource 
          management in direct mode is applicable. The VNFM shall apply the content of this attribute to the 
          management in direct mode is applicable.
          "vimConnectionInfo" attribute of "VnfInstance" according to the rules of JSON Merge Patch (see IETF RFC 7396).
        type: array
        type: array
        items:
        items:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/VimConnectionInfo"
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/VimConnectionInfo"
@@ -669,11 +679,9 @@ definitions:
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
      vnfConfigurableProperties:
      vnfConfigurableProperties:
        description: >
        description: >
          If present, this attribute provides modifications to the values of the VNF 
          If present, this attribute provides modifications to the values of the "vnfConfigurableProperties" attribute 
          configurable properties attribute in the "VnfInstance", as defined in clause 
          in "VnfInstance", as defined in clause 5.5.2.2. Provisions for handling VNF configurable properties during the 
          5.5.2.2. Provisions for handling VNF configurable properties during the 
          operation, and needed passed parameter values in case of conflicts, are  defined in clause 5.4.11a.3.1.
          operation, and needed passed parameter values in case of conflicts, are 
          defined in clause 5.4.11a.3.1.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"


  VnfInfoModificationRequest:
  VnfInfoModificationRequest: