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
3675c8a8
Commit
3675c8a8
authored
Jan 29, 2021
by
ppree
Browse files
Issue#25 FEAT02 add identifier ChangeCurrentVnfPackageOpConfig and fix cardinality
Signed-off-by:
Preethika
<
preethika.p@tataelxsi.co.in
>
parent
48fd1d37
Pipeline
#5829
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-vnf.yang
View file @
3675c8a8
...
...
@@ -2473,7 +2473,8 @@ submodule etsi-nfv-vnf {
}
}
container
change-current-vnf-package-op-config
{
list
change-current-vnf-package-op-config
{
key
"id"
;
description
"Configuration parameters for the
ChangeCurrentVnfPackageOpConfig operation."
;
...
...
@@ -2481,6 +2482,16 @@ submodule etsi-nfv-vnf {
"GS NFV IFA011: Section 7.1.5.2
VnfLcmOperationsConfiguration information element"
;
leaf
id
{
type
string
;
description
"Identifier of this parameter set for later referencing."
;
reference
"GS NFV IFA011: Section 7.1.5.13
ChangeCurrentVnfPackageOpConfig information
element"
;
}
list
parameter
{
key
"key"
;
...
...
@@ -3407,7 +3418,7 @@ submodule etsi-nfv-vnf {
leaf
additional-params-id
{
type
leafref
{
path
"../../df/lcm-operations-configuration/"
+
"change-current-vnf-package-op-config/
parameter/key
"
;
"change-current-vnf-package-op-config/
id
"
;
}
description
"References the ChangeCurrentVnfPackageOpConfig information
...
...
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