Loading example-data/complex-vnfd.xml +2 −2 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ </lcm-operations-configuration> <affinity-or-anti-affinity-group> <id>control-plane</id> <type>anti-affinity</type> <affinityorAntiaffinity>anti-affinity</affinityorAntiaffinity> <scope>nfvi-node</scope> </affinity-or-anti-affinity-group> </df> Loading Loading @@ -328,7 +328,7 @@ </lcm-operations-configuration> <affinity-or-anti-affinity-group> <id>control-plane</id> <type>anti-affinity</type> <affinityorAntiaffinity>anti-affinity</affinityorAntiaffinity> <scope>nfvi-node</scope> </affinity-or-anti-affinity-group> </df> Loading src/yang/etsi-nfv-ns.yang +11 −4 Original line number Diff line number Diff line Loading @@ -1333,12 +1333,15 @@ submodule etsi-nfv-ns { information element"; } leaf type { leaf affinityorAntiaffinity { mandatory true; type affinity-type; description "Specifies the type of relationship that the members of the group have: 'affinity' or 'anti-affinity.'"; the group have. Values: • AFFINITY • ANTI-AFFINITY"; reference "GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity information element"; Loading @@ -1349,8 +1352,12 @@ 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, network-link-and-node etc."; relationship. Values: • NFVI_NODE • NFVI_POP • NETWORK_LINK_AND_NODE • etc."; reference "GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity information element"; Loading src/yang/etsi-nfv-vnf.yang +12 −4 Original line number Diff line number Diff line Loading @@ -2643,12 +2643,15 @@ submodule etsi-nfv-vnf { AffinityOrAntiAffinityGroup information element"; } leaf type { leaf affinityorAntiaffinity { mandatory true; type affinity-type; description "Specifies the type of relationship that the members of the group have: 'affinity' or 'anti-affinity'."; the group have. Values: • AFFINITY • ANTI-AFFINITY"; reference "GS NFV IFA011: Section 7.1.8.12 AffinityOrAntiAffinityGroup information element"; Loading @@ -2659,8 +2662,13 @@ submodule etsi-nfv-vnf { type affinity-scope; description "Specifies the scope of the affinity or anti-affinity relationship. Possible values are 'NFVI-PoP', 'Zone', 'ZoneGroup', 'NFVI-node' and 'network-link-and-node'."; relationship. Values: • NFVI-PoP • Zone • ZoneGroup • NFVI-node • network-link-and-node"; reference "GS NFV IFA011: Section 7.1.8.12 AffinityOrAntiAffinityGroup information element"; Loading Loading
example-data/complex-vnfd.xml +2 −2 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ </lcm-operations-configuration> <affinity-or-anti-affinity-group> <id>control-plane</id> <type>anti-affinity</type> <affinityorAntiaffinity>anti-affinity</affinityorAntiaffinity> <scope>nfvi-node</scope> </affinity-or-anti-affinity-group> </df> Loading Loading @@ -328,7 +328,7 @@ </lcm-operations-configuration> <affinity-or-anti-affinity-group> <id>control-plane</id> <type>anti-affinity</type> <affinityorAntiaffinity>anti-affinity</affinityorAntiaffinity> <scope>nfvi-node</scope> </affinity-or-anti-affinity-group> </df> Loading
src/yang/etsi-nfv-ns.yang +11 −4 Original line number Diff line number Diff line Loading @@ -1333,12 +1333,15 @@ submodule etsi-nfv-ns { information element"; } leaf type { leaf affinityorAntiaffinity { mandatory true; type affinity-type; description "Specifies the type of relationship that the members of the group have: 'affinity' or 'anti-affinity.'"; the group have. Values: • AFFINITY • ANTI-AFFINITY"; reference "GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity information element"; Loading @@ -1349,8 +1352,12 @@ 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, network-link-and-node etc."; relationship. Values: • NFVI_NODE • NFVI_POP • NETWORK_LINK_AND_NODE • etc."; reference "GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity information element"; Loading
src/yang/etsi-nfv-vnf.yang +12 −4 Original line number Diff line number Diff line Loading @@ -2643,12 +2643,15 @@ submodule etsi-nfv-vnf { AffinityOrAntiAffinityGroup information element"; } leaf type { leaf affinityorAntiaffinity { mandatory true; type affinity-type; description "Specifies the type of relationship that the members of the group have: 'affinity' or 'anti-affinity'."; the group have. Values: • AFFINITY • ANTI-AFFINITY"; reference "GS NFV IFA011: Section 7.1.8.12 AffinityOrAntiAffinityGroup information element"; Loading @@ -2659,8 +2662,13 @@ submodule etsi-nfv-vnf { type affinity-scope; description "Specifies the scope of the affinity or anti-affinity relationship. Possible values are 'NFVI-PoP', 'Zone', 'ZoneGroup', 'NFVI-node' and 'network-link-and-node'."; relationship. Values: • NFVI-PoP • Zone • ZoneGroup • NFVI-node • network-link-and-node"; reference "GS NFV IFA011: Section 7.1.8.12 AffinityOrAntiAffinityGroup information element"; Loading