Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 1 | { |
2 | "apps": { | ||||
3 | "org.onosproject.netconf": { | ||||
4 | "devices": [ | ||||
5 | { | ||||
6 | "ip": "10.128.50.10", | ||||
alison | 70b3f86 | 2016-12-02 15:42:33 -0800 | [diff] [blame] | 7 | "username": "sdn", |
Jeremy | fc567ca | 2016-02-16 15:08:25 -0800 | [diff] [blame] | 8 | "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 | } |