blob: 2d6ca5e10110608880ffcd28ab90457ee14baea5 [file] [log] [blame]
Simon Huntf59d36b2016-10-04 19:05:53 -07001{
2 "regions": {
3 "r1": {
4 "basic": {
Simon Hunt4f3a4072016-10-17 17:52:11 -07005 "name": "Europe",
Simon Huntf59d36b2016-10-04 19:05:53 -07006 "type": "continent",
7 "devices": [
8 "of:0000000000000001",
9 "of:0000000000000002",
10 "of:0000000000000003"
11 ]
12 }
13 },
14 "r2": {
15 "basic": {
Simon Hunt4f3a4072016-10-17 17:52:11 -070016 "name": "Paris",
Simon Huntf59d36b2016-10-04 19:05:53 -070017 "type": "metro",
18 "devices": [
19 "of:0000000000000004",
20 "of:0000000000000005",
21 "of:0000000000000006"
22 ]
23 }
24 },
25 "r3": {
26 "basic": {
27 "devices": [
28 "of:0000000000000007",
29 "of:0000000000000008",
30 "of:0000000000000009"
31 ]
32 }
33 }
34 }
35}