Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOL002-SOL003
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
SOL002-SOL003
Commits
51ea3fbb
Commit
51ea3fbb
authored
3 years ago
by
Sana Zulfiqar
Browse files
Options
Downloads
Patches
Plain Diff
SOL002_3 & SOL002_4: added attribute and note in vnfInstance
parent
de19b821
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!17
Merge 3.5.1-dev into master
Pipeline
#6802
passed
3 years ago
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml
+15
-2
15 additions, 2 deletions
...agement/definitions/SOL002VNFLifecycleManagement_def.yaml
with
15 additions
and
2 deletions
src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml
+
15
−
2
View file @
51ea3fbb
...
...
@@ -144,6 +144,15 @@ 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
items
:
$ref
:
"
../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VipCpInfo"
extVirtualLinkInfo
:
description
:
>
Information about the external VLs the VNF instance is connected to.
...
...
@@ -152,11 +161,13 @@ definitions:
$ref
:
"
../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/ExtVirtualLinkInfo"
extManagedVirtualLinkInfo
:
description
:
>
External virtual links the VNF instance is connected to
.
Information about the externally managed internal VLs of the VNF instance. See note 5 and note 6
.
It is possible to have several ExtManagedVirtualLinkInfo for the same VNF internal VL in case of a
multi-site VNF spanning several VIMs. The set of 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.5).
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"
...
...
@@ -184,7 +195,9 @@ definitions:
vnfVirtualLinkResourceInfo
:
description
:
>
Information about the virtualised network resources used by the VLs
of the VNF instance.
of the VNF instance. See note 6.
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment