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
e092d97f
Commit
e092d97f
authored
Feb 08, 2019
by
Mahesh Jethanandani
Browse files
Address bug#169
parent
537c2f8c
Pipeline
#256
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 @
e092d97f
...
...
@@ -1328,8 +1328,10 @@ submodule etsi-nfv-vnf {
element."
;
}
uses
local-affinity-or-anti-affinity-rule
;
list
affinity-or-anti-affinity-group
{
key
"id"
;
description
"Identifier(s) of the affinity or anti-affinity
group(s) the VDU belongs to."
;
...
...
@@ -1349,29 +1351,9 @@ submodule etsi-nfv-vnf {
"GS NFV IFA011: Section 7.1.8.12, AffinityOrAntiAffinity
information element."
;
}
leaf
type
{
type
enumeration
{
enum
affinity
;
enum
anti-affinity
;
}
description
"Specifies whether the rule is an affinity rule or an
anti-affinity rule."
;
reference
"GS NFV IFA011: Section 7.1.8.12, AffinityOrAntiAffinity
information element."
;
}
leaf
scope
{
type
affinity-scope
;
description
"Specifies the scope of the rule, possible values are
'NFVI-PoP', 'Zone', 'ZoneGroup', 'NFVI-node'"
;
reference
"GS NFV IFA011: Section 7.1.8.12, AffinityOrAntiAffinity
information element."
;
}
}
}
list
virtual-link-profile
{
key
"id flavor"
;
description
...
...
@@ -1403,6 +1385,7 @@ submodule etsi-nfv-vnf {
information element."
;
}
uses
local-affinity-or-anti-affinity-rule
;
list
affinity-or-anti-affinity-group
{
key
"id"
;
leaf
id
{
...
...
@@ -1420,6 +1403,7 @@ submodule etsi-nfv-vnf {
information element."
;
}
}
list
instantiation-level
{
key
"id"
;
min-elements
1
;
...
...
@@ -1725,6 +1709,7 @@ submodule etsi-nfv-vnf {
}
}
}
list
affinity-or-anti-affinity-group
{
key
"id"
;
description
...
...
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