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
3d8f2e5c
Commit
3d8f2e5c
authored
Dec 12, 2019
by
Mahesh Jethanandani
Browse files
Added explanation for keys and for additional-modification-description
parent
6a9e5ef8
Pipeline
#2149
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 @
3d8f2e5c
...
...
@@ -3077,6 +3077,11 @@ submodule etsi-nfv-vnf {
}
list
vnf-package-change-info
{
// IFA011ed332 defines the key as VersionSelector, which is
// nothing but a combination of src-vnfd-id, dst-vnfd-id and
// src-flavour-id. YANG cannot use a composite as a key, and
// therefore the model breaks it out as three elements that
// form the key.
key
"src-vnfd-id dst-vnfd-id src-flavour-id"
;
leaf
src-vnfd-id
{
...
...
@@ -3158,6 +3163,18 @@ submodule etsi-nfv-vnf {
information element"
;
}
leaf-list
additional-modification-description
{
type
string
;
description
"A VNF provider may define additional information to
qualify further the change between the two versions,
such as 'VNF upgrade', 'VNF update', 'VNF downgrade',
etc."
;
reference
"GS NFV IFA011: Section 7.1.15.2 VnfPackageChangeInfo
information element"
;
}
list
component-mapping
{
key
"type"
;
...
...
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