Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL002-SOL003
Commits
eb31cecc
Commit
eb31cecc
authored
Apr 12, 2021
by
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
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL003/VNFLifecycleManagement/definitions/SOL003VNFLifecycleManagement_def.yaml
View file @
eb31cecc
...
...
@@ -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"
...
...
src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml
View file @
eb31cecc
...
...
@@ -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
:
item
s
:
$ref
:
"
#/definitions/CpProtocolInfo"
associatedVnfcCpIds
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment