From 12a8c669f52c0e84d580c078cee849b25133b585 Mon Sep 17 00:00:00 2001 From: Herbert Eiselt Date: Thu, 7 Feb 2019 17:50:41 +0100 Subject: Add sdnr wt devicemanager Add complete sdnr wireless transport app devicemanager Change-Id: I433014ee579a3c8833b3b8f84c4087c5f776704f Issue-ID: SDNC-575 Signed-off-by: Herbert Eiselt --- .../onf-ethernet-conditional-packages.yin.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create 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 new file mode 100755 index 000000000..67cedf4dc --- /dev/null +++ b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/modelDescription/onf-ethernet-conditional-packages.yin.json @@ -0,0 +1,41 @@ +{ + "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