Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
0d8a76a7
Commit
0d8a76a7
authored
Mar 22, 2021
by
ppree
Browse files
issue
#43
updates scaling descriptors related to use of VIPs
Signed-off-by:
Preethika
<
preethika.p@tataelxsi.co.in
>
parent
73602a92
Pipeline
#6581
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
117 additions
and
0 deletions
+117
-0
src/yang/etsi-nfv-vnf.yang
src/yang/etsi-nfv-vnf.yang
+117
-0
No files found.
src/yang/etsi-nfv-vnf.yang
View file @
0d8a76a7
...
...
@@ -2061,6 +2061,52 @@ submodule etsi-nfv-vnf {
}
}
list
vip-cp-profile
{
key
"id"
;
description
"Defines the minimum and maximum number of VIP CP instances
created from each of the VipCpds used in this flavour.
Shall be present if the deployment flavour can contain
VIP CP instances."
;
reference
"GS NFV IFA011: Section 7.1.8.2, VnfDf information
element."
;
leaf
id
{
type
leafref
{
path
"../../../vip-cpd/id"
;
}
description
"Uniquely references a VIP CPD."
;
reference
"GS NFV IFA011: Section 7.1.8.20, VipCpProfile information
element."
;
}
leaf
min-number-of-instances
{
type
uint16
;
description
"Minimum number of instances of the VIP CP based on the
referenced VIP CPD that is permitted to exist for this
flavour. Shall be zero or greater."
;
reference
"GS NFV IFA011: Section 7.1.8.20, VipCpProfile information
element."
;
}
leaf
max-number-of-instances
{
type
uint16
;
description
"Maximum number of instances of the VIP CP based on the
referenced VIP CPD that is permitted to exist for this
flavour. Shall be greater than zero and not less than
the value of 'minNumberOfInstances'."
;
reference
"GS NFV IFA011: Section 7.1.8.20, VipCpProfile information
element."
;
}
}
list
instantiation-level
{
key
"id"
;
min-elements
1
;
...
...
@@ -2138,6 +2184,45 @@ submodule etsi-nfv-vnf {
}
}
list
vip-cp-level
{
key
"id"
;
description
"Indicates the number of VIP CP instances based on
a particular VipCpd to be part of this level.
If a particular VipCpd is defined with
minNumberOfInstances= maxNumberOfInstances=1 in the
vipCpProfile of the DF, that vipCpd may be omitted
from the 'vipCpLevel' attribute, which shall be
interpreted that one related VIP CP instance is
part of this level."
;
reference
"GS NFV IFA011: Section 7.1.8.7, InstantiationLevel information
element."
;
leaf
id
{
type
leafref
{
path
"../../../../vip-cpd/id"
;
}
description
"Uniquely references a VIP CPD."
;
reference
"GS NFV IFA011: Section 7.1.10.6, VipCpLevel information
element."
;
}
leaf
number-of-instances
{
type
uint16
;
description
"Number of VIP CP instances based on the referenced
VipCpd to deploy for an instantiation level or for
a scaling delta. Shall be zero or greater."
;
reference
"GS NFV IFA011: Section 7.1.10.6, VipCpLevel information
element."
;
}
}
list
scaling-info
{
key
"scaling-aspect-id"
;
description
...
...
@@ -2962,6 +3047,38 @@ submodule etsi-nfv-vnf {
"GS NFV IFA011: Section 7.1.10.4 ScalingDelta
information element"
;
}
list
vip-cp-delta
{
key
"id"
;
description
"Number of VIP CP instances based on a particular
VipCpd to be created or removed."
;
reference
"GS NFV IFA011: Section 7.1.10.4, ScalingDelta information
element."
;
leaf
id
{
type
leafref
{
path
"../../../../../../vip-cpd/id"
;
}
description
"Uniquely references a VIP CPD."
;
reference
"GS NFV IFA011: Section 7.1.10.6, VipCpLevel information
element."
;
}
leaf
number-of-instances
{
type
uint16
;
description
"Number of VIP CP instances based on the referenced
VipCpd to deploy for an instantiation level or for
a scaling delta. Shall be zero or greater."
;
reference
"GS NFV IFA011: Section 7.1.10.6, VipCpLevel information
element."
;
}
}
description
"Declares different scaling deltas, each of which is
applied for one or more scaling steps of this
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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