Commit 096c5439 authored by Mahesh Jethanandani's avatar Mahesh Jethanandani
Browse files

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

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


    list element-group {
    list element-group {
      status deprecated;
      key "id";
      key "id";
      description
      description
        "Describes the associated elements of a VNFD for a certain
        "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
      reference
        "GS NFV IFA011: Section 7.1.2 VNFD information element";
        "GS NFV IFA011: Section 7.1.2 VNFD information element";