Commit 542f2c99 authored by jethanandani's avatar jethanandani
Browse files

Merge branch 'issue#4' into 'dev-v2.8.1'

Issue#4 - Implement NFVIFA(18)000627 - IFA011ed311 Remove element groups

See merge request !59
parents 3587cb0e 096c5439
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<nsd xmlns="urn:etsi:nfv:yang:etsi-nfv-nsd">
<nfv xmlns="urn:etsi:nfv:yang:etsi-nfv-descriptors">
  <vnfd>
    <id>ASA</id>
    <provider>My Company</provider>
@@ -133,4 +133,4 @@
      </ns-instantiation-level>
    </df>
  </nsd>
</config>
</nfv>
+6 −1
Original line number Diff line number Diff line
@@ -2931,10 +2931,15 @@ submodule etsi-nfv-vnf {
    }

    list element-group {
      status deprecated;
      key "id";
      description
        "Describes the associated elements of a VNFD for a certain
         purpose during VNF lifecycle management.";
         purpose during VNF lifecycle management.

         Reason for deprecating this node - Information about which
         VDU and VLD are involved in scaling is better defined by
         ScalingDelta.";
      reference
        "GS NFV IFA011: Section 7.1.2 VNFD information element";