Commit fcd813a1 authored by ppree's avatar ppree
Browse files

issue #55 New Scope for affinityorantiaffinity IFA014



Signed-off-by: ppree's avatarPreethika <preethika.p@tataelxsi.co.in>
parent 8cb93f0a
Pipeline #11580 passed with stage
...@@ -413,6 +413,8 @@ submodule etsi-nfv-common { ...@@ -413,6 +413,8 @@ submodule etsi-nfv-common {
enum "zone"; enum "zone";
enum "nfvi-pop"; enum "nfvi-pop";
enum "network-link-and-node"; enum "network-link-and-node";
enum "L2-network";
enum "conatiner_namespace";
} }
} }
......
...@@ -927,6 +927,18 @@ submodule etsi-nfv-ns { ...@@ -927,6 +927,18 @@ submodule etsi-nfv-ns {
element"; 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 { leaf service-availability-level {
...@@ -1032,6 +1044,18 @@ submodule etsi-nfv-ns { ...@@ -1032,6 +1044,18 @@ submodule etsi-nfv-ns {
element"; 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 { ...@@ -1374,6 +1398,8 @@ submodule etsi-nfv-ns {
• NFVI_NODE • NFVI_NODE
• NFVI_POP • NFVI_POP
• NETWORK_LINK_AND_NODE • NETWORK_LINK_AND_NODE
• L2_NETWORK
• CONTAINER_NAMESPACE
• etc."; • etc.";
reference reference
"GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity "GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity
...@@ -1756,6 +1782,18 @@ submodule etsi-nfv-ns { ...@@ -1756,6 +1782,18 @@ submodule etsi-nfv-ns {
element"; 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