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
f528c002
Commit
f528c002
authored
Jun 27, 2022
by
ramanathan
Browse files
Merge branch 'issue#55' into 'dev-v4.3.1'
issue
#55
New Scope for affinityorantiaffinity IFA014 See merge request
!114
parents
4e03d27b
fcd813a1
Pipeline
#11966
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-common.yang
View file @
f528c002
...
...
@@ -413,6 +413,8 @@ submodule etsi-nfv-common {
enum
"zone"
;
enum
"nfvi-pop"
;
enum
"network-link-and-node"
;
enum
"L2-network"
;
enum
"conatiner_namespace"
;
}
}
...
...
src/yang/etsi-nfv-ns.yang
View file @
f528c002
...
...
@@ -927,6 +927,18 @@ submodule etsi-nfv-ns {
element"
;
}
}
leaf-list
affinity-or-anti-affinity-group-id
{
type
leafref
{
path
"../../../affinity-or-anti-affinity-group/id"
;
}
description
"Reference(s) the affinity or anti-affinity
group(s) the NsVirtualLinkConnectivity belong to."
;
reference
"GS NFV IFA014: Section 6.3.7.2, NsVirutalLinkConnectivity
information element."
;
}
}
leaf
service-availability-level
{
...
...
@@ -1032,6 +1044,18 @@ submodule etsi-nfv-ns {
element"
;
}
}
leaf-list
affinity-or-anti-affinity-group-id
{
type
leafref
{
path
"../../../affinity-or-anti-affinity-group/id"
;
}
description
"Reference(s) the affinity or anti-affinity
group(s) the NsVirtualLinkConnectivity belong to."
;
reference
"GS NFV IFA014: Section 6.3.7.2, NsVirutalLinkConnectivity
information element."
;
}
}
}
...
...
@@ -1374,6 +1398,8 @@ submodule etsi-nfv-ns {
• NFVI_NODE
• NFVI_POP
• NETWORK_LINK_AND_NODE
• L2_NETWORK
• CONTAINER_NAMESPACE
• etc."
;
reference
"GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity
...
...
@@ -1756,6 +1782,18 @@ submodule etsi-nfv-ns {
element"
;
}
}
leaf-list
affinity-or-anti-affinity-group-id
{
type
leafref
{
path
"../../../affinity-or-anti-affinity-group/id"
;
}
description
"Reference(s) the affinity or anti-affinity
group(s) the NsVirtualLinkConnectivity belong to."
;
reference
"GS NFV IFA014: Section 6.3.7.2, NsVirutalLinkConnectivity
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