Commit f528c002 authored by ramanathan's avatar 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
......@@ -413,6 +413,8 @@ submodule etsi-nfv-common {
enum "zone";
enum "nfvi-pop";
enum "network-link-and-node";
enum "L2-network";
enum "conatiner_namespace";
}
}
......
......@@ -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.";
}
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment