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
a861598f
Commit
a861598f
authored
Mar 02, 2020
by
jethanandani
Browse files
Merge branch 'issue#19' into 'dev-v3.3.1'
SOL006ed331 FEAT10 IFA014 Augment anti-affinity scope See merge request
!76
parents
b5f2bb69
9969b96f
Pipeline
#2802
passed with stage
in 0 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-common.yang
View file @
a861598f
...
...
@@ -386,6 +386,7 @@ submodule etsi-nfv-common {
enum
"zone-group"
;
enum
"zone"
;
enum
"nfvi-pop"
;
enum
"network-link-and-node"
;
}
}
...
...
src/yang/etsi-nfv-ns.yang
View file @
a861598f
...
...
@@ -67,7 +67,7 @@ submodule etsi-nfv-ns {
type
affinity-scope
;
description
"Specifies the scope of the rule, possible values are
'NFVI-PoP', '
Zone', 'ZoneGroup', 'NFVI
-node
'
."
;
'NFVI-PoP', '
NFVI-node' network-link-and
-node
etc
."
;
reference
"GS NFV IFA014: Section 6.3.8.2,
LocalAffinityOrAntiAffinityRule information element."
;
...
...
@@ -1168,7 +1168,8 @@ submodule etsi-nfv-ns {
type
affinity-scope
;
description
"Specifies the scope of the affinity or anti-affinity
relationship e.g. a NFVI node, an NFVI PoP, etc."
;
relationship e.g. a NFVI node, an NFVI PoP,
network-link-and-node etc."
;
reference
"GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity
information element"
;
...
...
src/yang/etsi-nfv-vnf.yang
View file @
a861598f
...
...
@@ -196,8 +196,9 @@ submodule etsi-nfv-vnf {
leaf
scope
{
type
affinity-scope
;
description
"Specifies the scope of the rule, possible values are
'NFVI-PoP', 'Zone', 'ZoneGroup', 'NFVI-node'."
;
"Specifies the scope of the rule. Possible values are
'NFVI-PoP', 'Zone', 'ZoneGroup', 'NFVI-node', and
'network-link-and-node'."
;
reference
"GS NFV IFA011: Section 7.1.8.11,
LocalAffinityOrAntiAffinityRule information element."
;
...
...
@@ -2520,8 +2521,8 @@ submodule etsi-nfv-vnf {
leaf
id
{
type
string
;
description
"Identifie
s an a
ffinity
or a
nti
-a
ffinity
g
roup
to which
the affinity or anti-affinity rule applies
."
;
"Identifie
r of this A
ffinity
OrA
nti
A
ffinity
G
roup
information element
."
;
reference
"GS NFV IFA011: Section 7.1.8.12
AffinityOrAntiAffinityGroup information element"
;
...
...
@@ -2531,8 +2532,8 @@ submodule etsi-nfv-vnf {
mandatory
true
;
type
affinity-type
;
description
"Specifies
whe
the
r
t
he rule is an affinity rule or an
anti-affinity
rule
."
;
"Specifies the t
ype of relationship that the members of
the group have: 'affinity' or '
anti-affinity
'
."
;
reference
"GS NFV IFA011: Section 7.1.8.12
AffinityOrAntiAffinityGroup information element"
;
...
...
@@ -2542,8 +2543,9 @@ submodule etsi-nfv-vnf {
mandatory
true
;
type
affinity-scope
;
description
"Specifies the scope of the rule, possible values are
'NFVI-PoP', 'Zone', 'ZoneGroup', 'NFVI-node'."
;
"Specifies the scope of the affinity or anti-affinity
relationship. Possible values are 'NFVI-PoP', 'Zone',
'ZoneGroup', 'NFVI-node' and 'network-link-and-node'."
;
reference
"GS NFV IFA011: Section 7.1.8.12
AffinityOrAntiAffinityGroup 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