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