Commit eb31cecc authored by piscione's avatar piscione
Browse files

SOL003_16: added new attribute to VnfInstance datamodel and updated note at the bottom

parent dceeb672
Loading
Loading
Loading
Loading
Loading
+14 −1
Original line number Original line Diff line number Diff line
@@ -808,6 +808,16 @@ definitions:
            minItems: 1
            minItems: 1
            items:
            items:
              $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfExtCpInfo"
              $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfExtCpInfo"
          vipCpInfo:
            description: >
              VIP CPs that are part of the VNF instance. Shall be present when that particular VIP CP of the VNFC
              instance is associated to an external CP of the VNF instance.
              May be present otherwise.
            type: array
            minItems: 1
            items:
              $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VipCpInfo"

          extVirtualLinkInfo:
          extVirtualLinkInfo:
            description: >
            description: >
              Information about the external VLs the VNF instance is connected to.
              Information about the external VLs the VNF instance is connected to.
@@ -823,6 +833,8 @@ definitions:
              ExtManagedVirtualLinkInfo corresponding to the same VNF internal VL shall indicate
              ExtManagedVirtualLinkInfo corresponding to the same VNF internal VL shall indicate
              so by referencing to the same VnfVirtualLinkDesc and externally-managed multi-site
              so by referencing to the same VnfVirtualLinkDesc and externally-managed multi-site
              VL instance (refer to clause 5.5.3.3).
              VL instance (refer to clause 5.5.3.3).
              Even though externally-managed internal VLs are also used for VNF-internal connectivity,
              they shall not be listed in the "vnfVirtualLinkResourceInfo" attribute as this would be redundant.
            type: array
            type: array
            items:
            items:
              $ref: "#/definitions/ExtManagedVirtualLinkInfo"
              $ref: "#/definitions/ExtManagedVirtualLinkInfo"
@@ -850,7 +862,8 @@ definitions:
          virtualLinkResourceInfo:
          virtualLinkResourceInfo:
            description: >
            description: >
              Information about the virtualised network resources used by the VLs
              Information about the virtualised network resources used by the VLs
              of the VNF instance.
              of the VNF instance. Even though externally-managed internal VLs are also used for VNF-internal
              connectivity, they shall not be listed in the "vnfVirtualLinkResourceInfo" attribute as this would be redundant.
            type: array
            type: array
            items:
            items:
              $ref: "#/definitions/VnfVirtualLinkResourceInfo"
              $ref: "#/definitions/VnfVirtualLinkResourceInfo"
+1 −1
Original line number Original line Diff line number Diff line
@@ -1097,7 +1097,7 @@ definitions:
          Protocol information for this CP. There shall be one cpProtocolInfo for layer 3.
          Protocol information for this CP. There shall be one cpProtocolInfo for layer 3.
          There may be one cpProtocolInfo for layer 2.
          There may be one cpProtocolInfo for layer 2.
        type: array
        type: array
        item:
        items:
          $ref: "#/definitions/CpProtocolInfo"
          $ref: "#/definitions/CpProtocolInfo"


      associatedVnfcCpIds:
      associatedVnfcCpIds: