From 096c5439dcf7208fd887a0958794641b53c2e383 Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Thu, 28 Nov 2019 07:30:10 -0800 Subject: [PATCH] Issue#4 - Implement NFVIFA(18)000627 - IFA011ed311 Remove element groups --- example-data/nfv-nsd.xml | 4 ++-- src/yang/etsi-nfv-vnf.yang | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/example-data/nfv-nsd.xml b/example-data/nfv-nsd.xml index 57f7c7c..8241604 100644 --- a/example-data/nfv-nsd.xml +++ b/example-data/nfv-nsd.xml @@ -1,4 +1,4 @@ - + ASA My Company @@ -133,4 +133,4 @@ - + diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index 283217a..2fcc971 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -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"; -- GitLab