-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcloud.json
46 lines (41 loc) · 1007 Bytes
/
cloud.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "VN0",
"floodlight": {
"host": "127.0.0.1",
"port": 8080,
"push_flows": false
},
"servers": [
{
"host": "vn0",
"port": 5672,
"active": false,
"network_queue": "ovs.network.vn0",
"network_routing_key": "network.vn0"
}
],
"datapaths": [
{
"name": "br-int",
"dpid": "00:00:00:15:17:f9:4c:7f",
"firewall_port": 48,
"trunk_port": 5,
"gateway_mac": "fa:16:3e:15:2d:df",
"connect_to_subnet": false,
"gateways": [
{
"port": 1,
"active": true,
"mac": "5c:d9:98:37:16:02"
},
{
"port": 2,
"active": true,
"mac": "fa:16:3e:77:56:6e"
}
],
"hosts": [
]
}
]
}