-
Notifications
You must be signed in to change notification settings - Fork 0
/
vms2.json
44 lines (44 loc) · 914 Bytes
/
vms2.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
{
"servers": [
{
"ipaddr": "10.10.0.1",
"iface": "tap0",
"available": "no",
"running": "yes",
"name": "sccounty",
"type": "sssd-dev"
},
{
"ipaddr": "10.10.0.2",
"iface": "tap1",
"available": "no",
"running": "yes",
"name": "arcturus-gdev",
"type": "go-dev"
},
{
"ipaddr": "10.10.0.3",
"iface": "tap2",
"available": "no",
"running": "yes",
"name": "bobdev",
"type": "gdev"
},
{
"ipaddr": "10.10.0.4",
"iface": "tap3",
"available": "yes",
"running": "no",
"name": "none",
"type": "none"
},
{
"ipaddr": "10.10.0.5",
"iface": "tap4",
"available": "yes",
"running": "no",
"name": "none",
"type": "none"
}
]
}