forked from ederollora/ONOS_autocluster
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontoh_map.json
19 lines (18 loc) · 1.73 KB
/
contoh_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"devices": {
"of:0000000000000001": { "basic": { "name": "Tasikmalaya", "latitude": -7.3262484, "longitude": 108.2201154 }},
"of:0000000000000002": { "basic": { "name": "Jember", "latitude": -8.2633957, "longitude": 113.627927434846 }},
"of:0000000000000003": { "basic": { "name": "Karawang", "latitude": -6.3042012, "longitude": 107.307897 }},
"of:0000000000000004": { "basic": { "name": "Cirebon", "latitude": -6.7137044, "longitude": 108.5608483 }},
"of:0000000000000005": { "basic": { "name": "Yogyakarta", "latitude": -7.8011945, "longitude": 110.364917 }},
"of:0000000000000006": { "basic": { "name": "Surabaya", "latitude": -7.2459717, "longitude": 112.7378266 }}
},
"hosts": {
"00:00:00:00:00:01/-1": { "basic": { "locations": ["of:0000000000000001/1"], "name": "ITB", "ips": ["10.1.0.1"], "latitude": -6.89060785, "longitude": 107.610323477783 }},
"00:00:00:00:00:02/-1": { "basic": { "locations": ["of:0000000000000001/2"], "name": "IPB", "ips": ["10.1.0.2"], "latitude": -6.60006525, "longitude": 106.806668572606 }},
"00:00:00:00:00:03/-1": { "basic": { "locations": ["of:0000000000000002/1"], "name": "UB", "ips": ["10.2.0.3"], "latitude": -7.9517538, "longitude": 112.613968982353 }},
"00:00:00:00:00:04/-1": { "basic": { "locations": ["of:0000000000000002/2"], "name": "UNUD", "ips": ["10.2.0.4"], "latitude": -8.6524973, "longitude": 115.2191175 }},
"00:00:00:00:00:05/-1": { "basic": { "locations": ["of:0000000000000003/1"], "name": "UNILA", "ips": ["10.3.0.5"], "latitude": -5.3645036, "longitude": 105.241666974735 }},
"00:00:00:00:00:06/-1": { "basic": { "locations": ["of:0000000000000003/2"], "name": "UI", "ips": ["10.3.0.6"], "latitude": -6.19404975, "longitude": 106.847664484124 }}
}
}