Lowering log level and creating example openconfig device file for ODTN infinera simulators

Change-Id: I8c669a788e31fdbaedf1274bedaaa709b20b13c1
diff --git a/apps/odtn/api/src/test/resources/openconfig-devices.json b/apps/odtn/api/src/test/resources/openconfig-devices.json
new file mode 100644
index 0000000..95cc10b
--- /dev/null
+++ b/apps/odtn/api/src/test/resources/openconfig-devices.json
@@ -0,0 +1,26 @@
+{
+  "devices" : {
+    "netconf:127.0.0.1:11002" : {
+      "basic" : {
+        "driver":"infinera-xt3300"
+      },
+      "netconf" : {
+        "ip" : "127.0.0.1",
+        "port" : "11002",
+        "username" : "admin",
+        "password" : "admin"
+      }
+    },
+    "netconf:127.0.0.1:11003" : {
+      "basic" : {
+        "driver":"infinera-xt3300"
+      },
+      "netconf" : {
+        "ip" : "127.0.0.1",
+        "port" : "11003",
+        "username" : "admin",
+        "password" : "admin"
+      }
+    }
+  }
+}
\ No newline at end of file