forked from os-autoinst/os-autoinst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hardware.json
42 lines (42 loc) · 814 Bytes
/
hardware.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
{
"ix64ph1020": {
"video": "/dev/video0",
"ctldev": "/dev/vga2usb0",
"serial": "/dev/ttyS0",
"sound": "null",
"cdrom": "ilo",
"disks": ["/dev/cciss/c0d0", "/dev/cciss/c0d1"],
"power": {
"type": "ilo",
"snmp": {
"host": "qaps11nue.qa.suse.de",
"community": "qanet",
"base_mib": "1.3.6.1.4.1.318.1.1.12.3.3.1.1.4.",
"ports": ["1", "2"],
"on_value": 1,
"off_value": 2
}
},
"ilo": {
"host": "ix64mm1020.qa.suse.de",
"user": "root",
"pass": "susetesting"
},
"grab_params": {
"hshift": -17,
"vshift": -4,
"gain": 170,
"offset": 31,
"phase": 28
},
"info": {
"vendor": "HP",
"name": "ProLiant DL 385 G2",
"cpu": "AMD Opteron",
"cpu_cores": 4,
"memory": 4096,
"disks": 2,
"comment": "Currently no soundcard."
}
}
}