From 8404b495de1770617d745ab488116714e9d2d06d Mon Sep 17 00:00:00 2001 From: Herbert Eiselt Date: Thu, 8 Aug 2019 12:41:35 +0200 Subject: Fix malformed time stamp Fix malformed time stamp in devicemanager Issue-ID: SDNC-788 Signed-off-by: Herbert Eiselt Change-Id: Ic012457e0587e8018fe03b057d20e8b713a20042 --- .../onf-ethernet-conditional-packages.yin.json | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100755 sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json (limited to 'sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json') diff --git a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json deleted file mode 100755 index 67cedf4dc..000000000 --- a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "module": { - "name": "onf-ethernet-conditional-packages", - "onf-ethernet-conditional-packages": { - "ethernet-pac": { - "type": "list", - "key": "layer-protocol", - "ethernet-capability": { - "name": "ethernet-capability", - "local-name": "capability", - "type": "container" - }, - "ethernet-configuration": { - "name": "ethernet-configuration", - "local-name": "configuration", - "type": "container" - }, - "ethernet-status": { - "name": "ethernet-status", - "local-name": "status", - "type": "container" - }, - "ethernet-current-problems": { - "name": "ethernet-current-problems", - "local-name": "current-problems", - "type": "container" - }, - "ethernet-current-performance": { - "name": "ethernet-current-performance", - "local-name": "current-performance", - "type": "container" - }, - "ethernet-historical-performances": { - "name": "ethernet-historical-performances", - "local-name": "historical-performances", - "type": "container" - } - } - } - } -} -- cgit 1.2.3-korg