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
SOL006
Commits
80110ca9
Commit
80110ca9
authored
Jun 27, 2022
by
ramanathan
Browse files
Merge branch 'issue#59' into 'dev-v4.3.1'
issue
#59
Implementation of Enh02.05 from IFA014ed421 See merge request
!118
parents
57fa9531
30631d85
Pipeline
#11971
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-ns.yang
View file @
80110ca9
...
...
@@ -893,9 +893,43 @@ submodule etsi-nfv-ns {
}
description
"Identifier of the instantiation level of the VNF DF
to be used for instantiation. If not present, the
default instantiation level as declared in the VNFD
shall be used."
;
to be used for instantiation."
;
reference
"GS NFV IFA014: Section 6.3.3.2 VnfProfile information
element"
;
}
list
target-vnf-scale-level-info
{
key
"aspect-id"
;
leaf
aspect-id
{
mandatory
true
;
type
leafref
{
path
"deref(../../flavour-id)/../nfv:scaling-aspect/"
+
"nfv:id"
;
}
description
"References the scaling aspect of the VNF."
;
reference
"GS NFV IFA014: Section 6.3.16, VnfScaleInfo
information element."
;
}
leaf
scale-level
{
mandatory
true
;
type
uint16
;
description
"The scale level, greater than or equal to 0."
;
reference
"GS NFV IFA014: Section 6.3.16, VnfScaleInfo
information element."
;
}
description
"This attribute is applicable if VNF supports target
scale level instantiation.
For each scaling aspect of the current VNF deployment
flavour, the attribute specifies the scale level of
VNF constituents (e.g., VDU level) to be instantiated."
;
reference
"GS NFV IFA014: Section 6.3.3.2 VnfProfile information
element"
;
...
...
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