blob: a0079e4a5ff316ac30c4748db723d5c16b48bf54 [file] [log] [blame]
Jeremyfc567ca2016-02-16 15:08:25 -08001{
2 "apps": {
3 "org.onosproject.netconf": {
4 "devices": [
5 {
6 "ip": "10.128.50.10",
alison70b3f862016-12-02 15:42:33 -08007 "username": "sdn",
Jeremyfc567ca2016-02-16 15:08:25 -08008 "password": "rocks",
9 "port": 830
10 }
11 ]
12 }
13 },
14 "devices": {
15 "netconf:10.128.50.10:830": {
16 "basic": {
17 "driver": "ovs-netconf"
18 }
19 }
20 }
21}