Commit c17914f2 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Fixed issues on SOL003 from SOL WG review

parent 1c9ee83a
Loading
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -48,9 +48,10 @@ definitions:
          VNF-related resource management in direct mode is applicable. The VNFM shall apply the content of this 
          attribute to the "vimConnectionInfo" attribute of "VnfInstance" according to the rules of JSON Merge Patch 
          (see IETF RFC 7396).
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/VimConnectionInfo"

      localizationLanguage:
        description: >
          Localization language of the VNF to be instantiated. The value shall
@@ -125,8 +126,8 @@ definitions:
          VNF-related resource management in direct mode is applicable. The VNFM shall apply the content of this 
          attribute to the "vimConnectionInfo" attribute of "VnfInstance" according to the rules of JSON Merge Patch 
          (see IETF RFC 7396).
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/VimConnectionInfo"
      additionalParams:
        description: >
@@ -271,8 +272,8 @@ definitions:
          external virtual links. This attribute 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 
          "vimConnectionInfo" attribute of "VnfInstance" according to the rules of JSON Merge Patch (see IETF RFC 7396).
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/VimConnectionInfo"
      additionalParams:
        description: >
@@ -324,8 +325,8 @@ definitions:
          external virtual links. This attribute 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 
          "vimConnectionInfo" attribute of "VnfInstance" according to the rules of JSON Merge Patch (see IETF RFC 7396).
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/VimConnectionInfo"
      additionalParams:
        description: >
@@ -392,8 +393,8 @@ definitions:
          Modifications of the "vimConnectionInfo" attribute. If present, these 
          modifications shall be applied according to the rules of 
          JSON Merge Patch (see IETF RFC 7396 ).
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/VimConnectionInfo"

  VnfInfoModifications:
@@ -435,8 +436,8 @@ definitions:
        description: >
          If present, this attribute signals modifications the "vimConnectionInfo" 
          attribute array in "VnfInstance".
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/VimConnectionInfo"
      vnfdId:
        description: >
+3 −3
Original line number Diff line number Diff line
@@ -2094,9 +2094,9 @@ definitions:
          be supported and present if VNF-related resource management in 
          direct mode is pplicable.
          This attribute can be modified with the PATCH method.
        type: array
        items:
          $ref: "../definitions/SOL002SOL003_def.yaml#/definitions/VimConnectionInfo"
        type: object
        additionalProperties:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/VimConnectionInfo"
      instantiationState:
        description: >
          The instantiation state of the VNF.
+2 −2
Original line number Diff line number Diff line
@@ -340,8 +340,8 @@ definitions:
          by cpInstanceId in the deleted map entry from a particular external virtual link, and deletion of that instance
          in case it represents a subport. Deleting the last key from the map removes the affected instance of the
          "VnfExtCpData" structure from its parent data structure.
        type: array
        items:
        type: object
        additionalProperties:
          $ref: "#/definitions/VnfExtCpConfig"

  VnfExtCpConfig: