aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json')
-rw-r--r--sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json
new file mode 100644
index 000000000..2c93d8662
--- /dev/null
+++ b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json
@@ -0,0 +1,21 @@
+{
+ "sdn-controller" : {
+ "dlux" : {
+ "ip-version" : "ipv4",
+ "host" : "localhost",
+ "port" : 8181,
+ "transport-protocol" : "http",
+ "username" : "admin",
+ "password" : "admin"
+ },
+ "main" : {
+ "ip-version" : "ipv4",
+ "host" : "localhost",
+ "port" : 8181,
+ "transport-protocol" : "http",
+ "username" : "admin",
+ "password" : "admin"
+ }
+ }
+}
+