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
Pipeline #6759 passed with stage
in 0 seconds
......@@ -808,6 +808,16 @@ definitions:
minItems: 1
items:
$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:
description: >
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
so by referencing to the same VnfVirtualLinkDesc and externally-managed multi-site
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
items:
$ref: "#/definitions/ExtManagedVirtualLinkInfo"
......@@ -850,7 +862,8 @@ definitions:
virtualLinkResourceInfo:
description: >
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
items:
$ref: "#/definitions/VnfVirtualLinkResourceInfo"
......
......@@ -1097,7 +1097,7 @@ definitions:
Protocol information for this CP. There shall be one cpProtocolInfo for layer 3.
There may be one cpProtocolInfo for layer 2.
type: array
item:
items:
$ref: "#/definitions/CpProtocolInfo"
associatedVnfcCpIds:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment