fauxhai 2.3.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -28
- data/CONTRIBUTING.md +3 -3
- data/Gemfile +0 -1
- data/README.md +3 -3
- data/fauxhai.gemspec +2 -1
- data/lib/fauxhai/platforms/amazon/2015.03.json +323 -0
- data/lib/fauxhai/platforms/amazon/2015.09.json +332 -0
- data/lib/fauxhai/platforms/centos/5.0.json +710 -0
- data/lib/fauxhai/platforms/centos/5.1.json +730 -0
- data/lib/fauxhai/platforms/centos/5.10.json +288 -2092
- data/lib/fauxhai/platforms/centos/5.11.json +346 -3763
- data/lib/fauxhai/platforms/centos/5.2.json +742 -0
- data/lib/fauxhai/platforms/centos/5.3.json +770 -0
- data/lib/fauxhai/platforms/centos/5.4.json +774 -0
- data/lib/fauxhai/platforms/centos/5.5.json +790 -0
- data/lib/fauxhai/platforms/centos/5.6.json +874 -0
- data/lib/fauxhai/platforms/centos/5.7.json +878 -0
- data/lib/fauxhai/platforms/centos/5.8.json +333 -218
- data/lib/fauxhai/platforms/centos/5.9.json +355 -240
- data/lib/fauxhai/platforms/centos/6.0.json +332 -112
- data/lib/fauxhai/platforms/centos/6.1.json +633 -0
- data/lib/fauxhai/platforms/centos/6.2.json +462 -426
- data/lib/fauxhai/platforms/centos/6.3.json +470 -434
- data/lib/fauxhai/platforms/centos/6.4.json +389 -61
- data/lib/fauxhai/platforms/centos/6.5.json +280 -77
- data/lib/fauxhai/platforms/centos/6.6.json +372 -3680
- data/lib/fauxhai/platforms/centos/6.7.json +615 -0
- data/lib/fauxhai/platforms/centos/7.0.1406.json +294 -3611
- data/lib/fauxhai/platforms/centos/7.0.json +169 -2162
- data/lib/fauxhai/platforms/centos/7.1.1503.json +814 -0
- data/lib/fauxhai/platforms/debian/7.7.json +635 -0
- data/lib/fauxhai/platforms/debian/7.8.json +635 -0
- data/lib/fauxhai/platforms/debian/7.9.json +674 -0
- data/lib/fauxhai/platforms/debian/8.0.json +681 -0
- data/lib/fauxhai/platforms/debian/8.1.json +681 -0
- data/lib/fauxhai/platforms/debian/8.2.json +781 -0
- data/lib/fauxhai/platforms/debian/stretch/sid.json +611 -0
- data/lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json +155 -0
- data/lib/fauxhai/platforms/fedora/21.json +348 -91
- data/lib/fauxhai/platforms/fedora/22.json +752 -0
- data/lib/fauxhai/platforms/freebsd/10.0.json +1 -1
- data/lib/fauxhai/platforms/freebsd/10.1.json +316 -0
- data/lib/fauxhai/platforms/freebsd/10.2.json +316 -0
- data/lib/fauxhai/platforms/freebsd/9.1.json +141 -428
- data/lib/fauxhai/platforms/freebsd/9.2.json +25 -38
- data/lib/fauxhai/platforms/freebsd/9.3.json +316 -0
- data/lib/fauxhai/platforms/ios_xr/6.0.0.14I.json +342 -0
- data/lib/fauxhai/platforms/mac_os_x/10.11.1.json +857 -0
- data/lib/fauxhai/platforms/nexus/5.json +300 -0
- data/lib/fauxhai/platforms/omnios/151014.json +2422 -0
- data/lib/fauxhai/platforms/opensuse/12.3.json +249 -2208
- data/lib/fauxhai/platforms/opensuse/13.1.json +166 -2193
- data/lib/fauxhai/platforms/opensuse/13.2.json +646 -0
- data/lib/fauxhai/platforms/oracle/6.6.json +377 -0
- data/lib/fauxhai/platforms/oracle/7.0.json +627 -0
- data/lib/fauxhai/platforms/oracle/7.1.json +821 -0
- data/lib/fauxhai/platforms/redhat/6.6.json +519 -0
- data/lib/fauxhai/platforms/redhat/7.1.json +746 -0
- data/lib/fauxhai/platforms/solaris2/5.11.json +1 -0
- data/lib/fauxhai/platforms/ubuntu/12.04.json +257 -190
- data/lib/fauxhai/platforms/ubuntu/14.04.json +246 -184
- data/lib/fauxhai/platforms/ubuntu/15.04.json +643 -0
- data/lib/fauxhai/platforms/ubuntu/15.10.json +651 -0
- data/lib/fauxhai/platforms/windows/10.json +3545 -0
- data/lib/fauxhai/platforms/windows/2003R2.json +7887 -7887
- data/lib/fauxhai/platforms/windows/2008R2.json +532 -770
- data/lib/fauxhai/platforms/windows/2012.json +728 -1257
- data/lib/fauxhai/platforms/windows/2012R2.json +737 -1063
- data/lib/fauxhai/platforms/windows/8.1.json +3512 -0
- data/lib/fauxhai/platforms/windows/8.json +3926 -0
- data/lib/fauxhai/runner.rb +1 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +61 -7
@@ -0,0 +1,821 @@
|
|
1
|
+
{
|
2
|
+
"filesystem": {
|
3
|
+
"/dev/mapper/ol-root": {
|
4
|
+
"kb_size": "18348032",
|
5
|
+
"kb_used": "2001784",
|
6
|
+
"kb_available": "16346248",
|
7
|
+
"percent_used": "11%",
|
8
|
+
"mount": "/",
|
9
|
+
"total_inodes": "18358272",
|
10
|
+
"inodes_used": "64447",
|
11
|
+
"inodes_available": "18293825",
|
12
|
+
"inodes_percent_used": "1%",
|
13
|
+
"fs_type": "xfs",
|
14
|
+
"mount_options": [
|
15
|
+
"rw",
|
16
|
+
"relatime",
|
17
|
+
"seclabel",
|
18
|
+
"attr2",
|
19
|
+
"inode64",
|
20
|
+
"noquota"
|
21
|
+
],
|
22
|
+
"uuid": "14f38247-f049-4dd5-a0fd-d880df54a739"
|
23
|
+
},
|
24
|
+
"devtmpfs": {
|
25
|
+
"kb_size": "885008",
|
26
|
+
"kb_used": "0",
|
27
|
+
"kb_available": "885008",
|
28
|
+
"percent_used": "0%",
|
29
|
+
"mount": "/dev",
|
30
|
+
"total_inodes": "221252",
|
31
|
+
"inodes_used": "402",
|
32
|
+
"inodes_available": "220850",
|
33
|
+
"inodes_percent_used": "1%",
|
34
|
+
"fs_type": "devtmpfs",
|
35
|
+
"mount_options": [
|
36
|
+
"rw",
|
37
|
+
"nosuid",
|
38
|
+
"seclabel",
|
39
|
+
"size=885008k",
|
40
|
+
"nr_inodes=221252",
|
41
|
+
"mode=755"
|
42
|
+
]
|
43
|
+
},
|
44
|
+
"tmpfs": {
|
45
|
+
"kb_size": "891060",
|
46
|
+
"kb_used": "0",
|
47
|
+
"kb_available": "891060",
|
48
|
+
"percent_used": "0%",
|
49
|
+
"mount": "/sys/fs/cgroup",
|
50
|
+
"total_inodes": "222765",
|
51
|
+
"inodes_used": "13",
|
52
|
+
"inodes_available": "222752",
|
53
|
+
"inodes_percent_used": "1%",
|
54
|
+
"fs_type": "tmpfs",
|
55
|
+
"mount_options": [
|
56
|
+
"rw",
|
57
|
+
"nosuid",
|
58
|
+
"nodev",
|
59
|
+
"noexec",
|
60
|
+
"seclabel",
|
61
|
+
"mode=755"
|
62
|
+
]
|
63
|
+
},
|
64
|
+
"/dev/xvda1": {
|
65
|
+
"kb_size": "508588",
|
66
|
+
"kb_used": "195772",
|
67
|
+
"kb_available": "312816",
|
68
|
+
"percent_used": "39%",
|
69
|
+
"mount": "/boot",
|
70
|
+
"total_inodes": "512000",
|
71
|
+
"inodes_used": "353",
|
72
|
+
"inodes_available": "511647",
|
73
|
+
"inodes_percent_used": "1%",
|
74
|
+
"fs_type": "xfs",
|
75
|
+
"mount_options": [
|
76
|
+
"rw",
|
77
|
+
"relatime",
|
78
|
+
"seclabel",
|
79
|
+
"attr2",
|
80
|
+
"inode64",
|
81
|
+
"noquota"
|
82
|
+
],
|
83
|
+
"uuid": "4c60f423-bc48-4eda-950b-2e0e31168f98"
|
84
|
+
},
|
85
|
+
"proc": {
|
86
|
+
"mount": "/proc",
|
87
|
+
"fs_type": "proc",
|
88
|
+
"mount_options": [
|
89
|
+
"rw",
|
90
|
+
"nosuid",
|
91
|
+
"nodev",
|
92
|
+
"noexec",
|
93
|
+
"relatime"
|
94
|
+
]
|
95
|
+
},
|
96
|
+
"sysfs": {
|
97
|
+
"mount": "/sys",
|
98
|
+
"fs_type": "sysfs",
|
99
|
+
"mount_options": [
|
100
|
+
"rw",
|
101
|
+
"nosuid",
|
102
|
+
"nodev",
|
103
|
+
"noexec",
|
104
|
+
"relatime",
|
105
|
+
"seclabel"
|
106
|
+
]
|
107
|
+
},
|
108
|
+
"securityfs": {
|
109
|
+
"mount": "/sys/kernel/security",
|
110
|
+
"fs_type": "securityfs",
|
111
|
+
"mount_options": [
|
112
|
+
"rw",
|
113
|
+
"nosuid",
|
114
|
+
"nodev",
|
115
|
+
"noexec",
|
116
|
+
"relatime"
|
117
|
+
]
|
118
|
+
},
|
119
|
+
"devpts": {
|
120
|
+
"mount": "/dev/pts",
|
121
|
+
"fs_type": "devpts",
|
122
|
+
"mount_options": [
|
123
|
+
"rw",
|
124
|
+
"nosuid",
|
125
|
+
"noexec",
|
126
|
+
"relatime",
|
127
|
+
"seclabel",
|
128
|
+
"gid=5",
|
129
|
+
"mode=620",
|
130
|
+
"ptmxmode=000"
|
131
|
+
]
|
132
|
+
},
|
133
|
+
"cgroup": {
|
134
|
+
"mount": "/sys/fs/cgroup/hugetlb",
|
135
|
+
"fs_type": "cgroup",
|
136
|
+
"mount_options": [
|
137
|
+
"rw",
|
138
|
+
"nosuid",
|
139
|
+
"nodev",
|
140
|
+
"noexec",
|
141
|
+
"relatime",
|
142
|
+
"hugetlb"
|
143
|
+
]
|
144
|
+
},
|
145
|
+
"selinuxfs": {
|
146
|
+
"mount": "/sys/fs/selinux",
|
147
|
+
"fs_type": "selinuxfs",
|
148
|
+
"mount_options": [
|
149
|
+
"rw",
|
150
|
+
"relatime"
|
151
|
+
]
|
152
|
+
},
|
153
|
+
"systemd-1": {
|
154
|
+
"mount": "/proc/sys/fs/binfmt_misc",
|
155
|
+
"fs_type": "autofs",
|
156
|
+
"mount_options": [
|
157
|
+
"rw",
|
158
|
+
"relatime",
|
159
|
+
"fd=34",
|
160
|
+
"pgrp=1",
|
161
|
+
"timeout=300",
|
162
|
+
"minproto=5",
|
163
|
+
"maxproto=5",
|
164
|
+
"direct"
|
165
|
+
]
|
166
|
+
},
|
167
|
+
"debugfs": {
|
168
|
+
"mount": "/sys/kernel/debug",
|
169
|
+
"fs_type": "debugfs",
|
170
|
+
"mount_options": [
|
171
|
+
"rw",
|
172
|
+
"relatime"
|
173
|
+
]
|
174
|
+
},
|
175
|
+
"hugetlbfs": {
|
176
|
+
"mount": "/dev/hugepages",
|
177
|
+
"fs_type": "hugetlbfs",
|
178
|
+
"mount_options": [
|
179
|
+
"rw",
|
180
|
+
"relatime",
|
181
|
+
"seclabel"
|
182
|
+
]
|
183
|
+
},
|
184
|
+
"mqueue": {
|
185
|
+
"mount": "/dev/mqueue",
|
186
|
+
"fs_type": "mqueue",
|
187
|
+
"mount_options": [
|
188
|
+
"rw",
|
189
|
+
"relatime",
|
190
|
+
"seclabel"
|
191
|
+
]
|
192
|
+
},
|
193
|
+
"none": {
|
194
|
+
"mount": "/proc/xen",
|
195
|
+
"fs_type": "xenfs",
|
196
|
+
"mount_options": [
|
197
|
+
"rw",
|
198
|
+
"relatime"
|
199
|
+
]
|
200
|
+
},
|
201
|
+
"/dev/xvda2": {
|
202
|
+
"fs_type": "LVM2_member",
|
203
|
+
"uuid": "C012Nn-2FjW-xvf4-eXTJ-XNV4-303Q-9WPlbJ"
|
204
|
+
},
|
205
|
+
"/dev/mapper/ol-swap": {
|
206
|
+
"fs_type": "swap",
|
207
|
+
"uuid": "82562476-d3a7-4cbb-beb0-a960cb4ccc6b"
|
208
|
+
},
|
209
|
+
"rootfs": {
|
210
|
+
"mount": "/",
|
211
|
+
"fs_type": "rootfs",
|
212
|
+
"mount_options": [
|
213
|
+
"rw"
|
214
|
+
]
|
215
|
+
}
|
216
|
+
},
|
217
|
+
"kernel": {
|
218
|
+
"name": "Linux",
|
219
|
+
"release": "3.8.13-44.1.3.el7uek.x86_64",
|
220
|
+
"version": "#2 SMP Wed Oct 15 11:49:51 PDT 2014",
|
221
|
+
"machine": "x86_64",
|
222
|
+
"os": "GNU/Linux",
|
223
|
+
"modules": {
|
224
|
+
"ip6t_rpfilter": {
|
225
|
+
"size": "1850",
|
226
|
+
"refcount": "1"
|
227
|
+
},
|
228
|
+
"ip6t_REJECT": {
|
229
|
+
"size": "4323",
|
230
|
+
"refcount": "2"
|
231
|
+
},
|
232
|
+
"nf_conntrack_ipv6": {
|
233
|
+
"size": "10390",
|
234
|
+
"refcount": "4"
|
235
|
+
},
|
236
|
+
"nf_defrag_ipv6": {
|
237
|
+
"size": "10829",
|
238
|
+
"refcount": "1"
|
239
|
+
},
|
240
|
+
"ipt_REJECT": {
|
241
|
+
"size": "2421",
|
242
|
+
"refcount": "2"
|
243
|
+
},
|
244
|
+
"xt_conntrack": {
|
245
|
+
"size": "3312",
|
246
|
+
"refcount": "7"
|
247
|
+
},
|
248
|
+
"ebtable_nat": {
|
249
|
+
"size": "2015",
|
250
|
+
"refcount": "0"
|
251
|
+
},
|
252
|
+
"ebtable_broute": {
|
253
|
+
"size": "1683",
|
254
|
+
"refcount": "0"
|
255
|
+
},
|
256
|
+
"bridge": {
|
257
|
+
"size": "90869",
|
258
|
+
"refcount": "1"
|
259
|
+
},
|
260
|
+
"stp": {
|
261
|
+
"size": "2192",
|
262
|
+
"refcount": "1"
|
263
|
+
},
|
264
|
+
"llc": {
|
265
|
+
"size": "5472",
|
266
|
+
"refcount": "2"
|
267
|
+
},
|
268
|
+
"ebtable_filter": {
|
269
|
+
"size": "2067",
|
270
|
+
"refcount": "0"
|
271
|
+
},
|
272
|
+
"ebtables": {
|
273
|
+
"size": "25305",
|
274
|
+
"refcount": "3"
|
275
|
+
},
|
276
|
+
"ip6table_mangle": {
|
277
|
+
"size": "1844",
|
278
|
+
"refcount": "1"
|
279
|
+
},
|
280
|
+
"ip6table_security": {
|
281
|
+
"size": "1502",
|
282
|
+
"refcount": "1"
|
283
|
+
},
|
284
|
+
"ip6table_raw": {
|
285
|
+
"size": "1475",
|
286
|
+
"refcount": "1"
|
287
|
+
},
|
288
|
+
"ip6table_filter": {
|
289
|
+
"size": "1703",
|
290
|
+
"refcount": "1"
|
291
|
+
},
|
292
|
+
"ip6_tables": {
|
293
|
+
"size": "18313",
|
294
|
+
"refcount": "4"
|
295
|
+
},
|
296
|
+
"iptable_nat": {
|
297
|
+
"size": "3723",
|
298
|
+
"refcount": "1"
|
299
|
+
},
|
300
|
+
"nf_conntrack_ipv4": {
|
301
|
+
"size": "10054",
|
302
|
+
"refcount": "4"
|
303
|
+
},
|
304
|
+
"nf_defrag_ipv4": {
|
305
|
+
"size": "1521",
|
306
|
+
"refcount": "1"
|
307
|
+
},
|
308
|
+
"nf_nat_ipv4": {
|
309
|
+
"size": "3919",
|
310
|
+
"refcount": "1"
|
311
|
+
},
|
312
|
+
"nf_nat": {
|
313
|
+
"size": "19008",
|
314
|
+
"refcount": "2"
|
315
|
+
},
|
316
|
+
"nf_conntrack": {
|
317
|
+
"size": "82345",
|
318
|
+
"refcount": "6"
|
319
|
+
},
|
320
|
+
"iptable_mangle": {
|
321
|
+
"size": "1743",
|
322
|
+
"refcount": "1"
|
323
|
+
},
|
324
|
+
"iptable_security": {
|
325
|
+
"size": "1561",
|
326
|
+
"refcount": "1"
|
327
|
+
},
|
328
|
+
"iptable_raw": {
|
329
|
+
"size": "1534",
|
330
|
+
"refcount": "1"
|
331
|
+
},
|
332
|
+
"iptable_filter": {
|
333
|
+
"size": "1762",
|
334
|
+
"refcount": "1"
|
335
|
+
},
|
336
|
+
"ip_tables": {
|
337
|
+
"size": "18863",
|
338
|
+
"refcount": "5"
|
339
|
+
},
|
340
|
+
"xenfs": {
|
341
|
+
"size": "3377",
|
342
|
+
"refcount": "1"
|
343
|
+
},
|
344
|
+
"xen_privcmd": {
|
345
|
+
"size": "5555",
|
346
|
+
"refcount": "1"
|
347
|
+
},
|
348
|
+
"crc32c_intel": {
|
349
|
+
"size": "14455",
|
350
|
+
"refcount": "0"
|
351
|
+
},
|
352
|
+
"ghash_clmulni_intel": {
|
353
|
+
"size": "4611",
|
354
|
+
"refcount": "0"
|
355
|
+
},
|
356
|
+
"aesni_intel": {
|
357
|
+
"size": "45183",
|
358
|
+
"refcount": "0"
|
359
|
+
},
|
360
|
+
"xts": {
|
361
|
+
"size": "3242",
|
362
|
+
"refcount": "1"
|
363
|
+
},
|
364
|
+
"aes_x86_64": {
|
365
|
+
"size": "7935",
|
366
|
+
"refcount": "1"
|
367
|
+
},
|
368
|
+
"lrw": {
|
369
|
+
"size": "4062",
|
370
|
+
"refcount": "1"
|
371
|
+
},
|
372
|
+
"gf128mul": {
|
373
|
+
"size": "7871",
|
374
|
+
"refcount": "2"
|
375
|
+
},
|
376
|
+
"ablk_helper": {
|
377
|
+
"size": "2997",
|
378
|
+
"refcount": "1"
|
379
|
+
},
|
380
|
+
"cryptd": {
|
381
|
+
"size": "9927",
|
382
|
+
"refcount": "3"
|
383
|
+
},
|
384
|
+
"microcode": {
|
385
|
+
"size": "114914",
|
386
|
+
"refcount": "0"
|
387
|
+
},
|
388
|
+
"ppdev": {
|
389
|
+
"size": "8174",
|
390
|
+
"refcount": "0"
|
391
|
+
},
|
392
|
+
"xen_netfront": {
|
393
|
+
"size": "20471",
|
394
|
+
"refcount": "0"
|
395
|
+
},
|
396
|
+
"i2c_piix4": {
|
397
|
+
"size": "11538",
|
398
|
+
"refcount": "0"
|
399
|
+
},
|
400
|
+
"i2c_core": {
|
401
|
+
"size": "30824",
|
402
|
+
"refcount": "1"
|
403
|
+
},
|
404
|
+
"pcspkr": {
|
405
|
+
"size": "2150",
|
406
|
+
"refcount": "0"
|
407
|
+
},
|
408
|
+
"serio_raw": {
|
409
|
+
"size": "5567",
|
410
|
+
"refcount": "0"
|
411
|
+
},
|
412
|
+
"parport_pc": {
|
413
|
+
"size": "21261",
|
414
|
+
"refcount": "0"
|
415
|
+
},
|
416
|
+
"parport": {
|
417
|
+
"size": "38056",
|
418
|
+
"refcount": "2"
|
419
|
+
},
|
420
|
+
"xfs": {
|
421
|
+
"size": "865254",
|
422
|
+
"refcount": "2"
|
423
|
+
},
|
424
|
+
"libcrc32c": {
|
425
|
+
"size": "1220",
|
426
|
+
"refcount": "1"
|
427
|
+
},
|
428
|
+
"sr_mod": {
|
429
|
+
"size": "15263",
|
430
|
+
"refcount": "0"
|
431
|
+
},
|
432
|
+
"cdrom": {
|
433
|
+
"size": "38364",
|
434
|
+
"refcount": "1"
|
435
|
+
},
|
436
|
+
"ata_generic": {
|
437
|
+
"size": "3790",
|
438
|
+
"refcount": "0"
|
439
|
+
},
|
440
|
+
"pata_acpi": {
|
441
|
+
"size": "3654",
|
442
|
+
"refcount": "0"
|
443
|
+
},
|
444
|
+
"xen_blkfront": {
|
445
|
+
"size": "21369",
|
446
|
+
"refcount": "3"
|
447
|
+
},
|
448
|
+
"ata_piix": {
|
449
|
+
"size": "26174",
|
450
|
+
"refcount": "0"
|
451
|
+
},
|
452
|
+
"floppy": {
|
453
|
+
"size": "62993",
|
454
|
+
"refcount": "0"
|
455
|
+
},
|
456
|
+
"dm_mirror": {
|
457
|
+
"size": "13539",
|
458
|
+
"refcount": "0"
|
459
|
+
},
|
460
|
+
"dm_region_hash": {
|
461
|
+
"size": "10821",
|
462
|
+
"refcount": "1"
|
463
|
+
},
|
464
|
+
"dm_log": {
|
465
|
+
"size": "9451",
|
466
|
+
"refcount": "2"
|
467
|
+
},
|
468
|
+
"dm_mod": {
|
469
|
+
"size": "81775",
|
470
|
+
"refcount": "8"
|
471
|
+
},
|
472
|
+
"ipv6": {
|
473
|
+
"size": "333459",
|
474
|
+
"refcount": "58"
|
475
|
+
},
|
476
|
+
"autofs4": {
|
477
|
+
"size": "32530",
|
478
|
+
"refcount": "2"
|
479
|
+
}
|
480
|
+
}
|
481
|
+
},
|
482
|
+
"lsb": {
|
483
|
+
},
|
484
|
+
"os": "linux",
|
485
|
+
"os_version": "3.8.13-44.1.3.el7uek.x86_64",
|
486
|
+
"platform": "oracle",
|
487
|
+
"platform_version": "7.1",
|
488
|
+
"platform_family": "rhel",
|
489
|
+
"command": {
|
490
|
+
"ps": "ps -ef"
|
491
|
+
},
|
492
|
+
"dmi": {
|
493
|
+
"dmidecode_version": "2.12",
|
494
|
+
"smbios_version": "2.4",
|
495
|
+
"structures": {
|
496
|
+
"count": "12",
|
497
|
+
"size": "414"
|
498
|
+
},
|
499
|
+
"bios": {
|
500
|
+
"all_records": [
|
501
|
+
{
|
502
|
+
"record_id": "0x0000",
|
503
|
+
"size": "0",
|
504
|
+
"application_identifier": "BIOS Information",
|
505
|
+
"Vendor": "Xen",
|
506
|
+
"Version": "4.4.1-xs100654",
|
507
|
+
"Release Date": "04/10/2015",
|
508
|
+
"Address": "0xE8000",
|
509
|
+
"Runtime Size": "96 kB",
|
510
|
+
"ROM Size": "64 kB",
|
511
|
+
"Characteristics": {
|
512
|
+
"PCI is supported": null,
|
513
|
+
"EDD is supported": null,
|
514
|
+
"Targeted content distribution is supported": null
|
515
|
+
},
|
516
|
+
"BIOS Revision": "4.4"
|
517
|
+
}
|
518
|
+
],
|
519
|
+
"vendor": "Xen",
|
520
|
+
"version": "4.4.1-xs100654",
|
521
|
+
"release_date": "04/10/2015",
|
522
|
+
"address": "0xE8000",
|
523
|
+
"runtime_size": "96 kB",
|
524
|
+
"rom_size": "64 kB",
|
525
|
+
"bios_revision": "4.4"
|
526
|
+
},
|
527
|
+
"system": {
|
528
|
+
"all_records": [
|
529
|
+
{
|
530
|
+
"record_id": "0x0100",
|
531
|
+
"size": "1",
|
532
|
+
"application_identifier": "System Information",
|
533
|
+
"Manufacturer": "Xen",
|
534
|
+
"Product Name": "HVM domU",
|
535
|
+
"Version": "4.4.1-xs100654",
|
536
|
+
"Serial Number": "a19759f8-af11-ae99-156e-66a4a505debd",
|
537
|
+
"UUID": "A19759F8-AF11-AE99-156E-66A4A505DEBD",
|
538
|
+
"Wake-up Type": "Power Switch",
|
539
|
+
"SKU Number": "Not Specified",
|
540
|
+
"Family": "Not Specified"
|
541
|
+
}
|
542
|
+
],
|
543
|
+
"manufacturer": "Xen",
|
544
|
+
"product_name": "HVM domU",
|
545
|
+
"version": "4.4.1-xs100654",
|
546
|
+
"serial_number": "a19759f8-af11-ae99-156e-66a4a505debd",
|
547
|
+
"uuid": "A19759F8-AF11-AE99-156E-66A4A505DEBD",
|
548
|
+
"wake_up_type": "Power Switch",
|
549
|
+
"sku_number": "Not Specified",
|
550
|
+
"family": "Not Specified"
|
551
|
+
},
|
552
|
+
"chassis": {
|
553
|
+
"all_records": [
|
554
|
+
{
|
555
|
+
"record_id": "0x0300",
|
556
|
+
"size": "3",
|
557
|
+
"application_identifier": "Chassis Information",
|
558
|
+
"Manufacturer": "Xen",
|
559
|
+
"Type": "Other",
|
560
|
+
"Lock": "Not Present",
|
561
|
+
"Version": "Not Specified",
|
562
|
+
"Serial Number": "Not Specified",
|
563
|
+
"Asset Tag": "Not Specified",
|
564
|
+
"Boot-up State": "Safe",
|
565
|
+
"Power Supply State": "Safe",
|
566
|
+
"Thermal State": "Safe",
|
567
|
+
"Security Status": "Unknown"
|
568
|
+
}
|
569
|
+
],
|
570
|
+
"manufacturer": "Xen",
|
571
|
+
"type": "Other",
|
572
|
+
"lock": "Not Present",
|
573
|
+
"version": "Not Specified",
|
574
|
+
"serial_number": "Not Specified",
|
575
|
+
"asset_tag": "Not Specified",
|
576
|
+
"boot_up_state": "Safe",
|
577
|
+
"power_supply_state": "Safe",
|
578
|
+
"thermal_state": "Safe",
|
579
|
+
"security_status": "Unknown"
|
580
|
+
},
|
581
|
+
"processor": {
|
582
|
+
"all_records": [
|
583
|
+
{
|
584
|
+
"record_id": "0x0401",
|
585
|
+
"size": "4",
|
586
|
+
"application_identifier": "Processor Information",
|
587
|
+
"Socket Designation": "CPU 1",
|
588
|
+
"Type": "Central Processor",
|
589
|
+
"Family": "Other",
|
590
|
+
"Manufacturer": "Intel",
|
591
|
+
"ID": "D7 06 02 00 FF FB 89 07",
|
592
|
+
"Version": "Not Specified",
|
593
|
+
"Voltage": "Unknown",
|
594
|
+
"External Clock": "Unknown",
|
595
|
+
"Max Speed": "2000 MHz",
|
596
|
+
"Current Speed": "2000 MHz",
|
597
|
+
"Status": "Populated, Enabled",
|
598
|
+
"Upgrade": "Other"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"record_id": "0x0402",
|
602
|
+
"size": "4",
|
603
|
+
"application_identifier": "Processor Information",
|
604
|
+
"Socket Designation": "CPU 2",
|
605
|
+
"Type": "Central Processor",
|
606
|
+
"Family": "Other",
|
607
|
+
"Manufacturer": "Intel",
|
608
|
+
"ID": "D7 06 02 00 FF FB 89 07",
|
609
|
+
"Version": "Not Specified",
|
610
|
+
"Voltage": "Unknown",
|
611
|
+
"External Clock": "Unknown",
|
612
|
+
"Max Speed": "2000 MHz",
|
613
|
+
"Current Speed": "2000 MHz",
|
614
|
+
"Status": "Populated, Enabled",
|
615
|
+
"Upgrade": "Other"
|
616
|
+
}
|
617
|
+
],
|
618
|
+
"type": "Central Processor",
|
619
|
+
"family": "Other",
|
620
|
+
"manufacturer": "Intel",
|
621
|
+
"id": "D7 06 02 00 FF FB 89 07",
|
622
|
+
"version": "Not Specified",
|
623
|
+
"voltage": "Unknown",
|
624
|
+
"external_clock": "Unknown",
|
625
|
+
"max_speed": "2000 MHz",
|
626
|
+
"current_speed": "2000 MHz",
|
627
|
+
"status": "Populated, Enabled",
|
628
|
+
"upgrade": "Other"
|
629
|
+
},
|
630
|
+
"oem_strings": {
|
631
|
+
"all_records": [
|
632
|
+
{
|
633
|
+
"record_id": "0x0B00",
|
634
|
+
"size": "11",
|
635
|
+
"application_identifier": "End Of Table",
|
636
|
+
"String 1": "Xen",
|
637
|
+
"String 2": "MS_VM_CERT/SHA1/bdbeb6e0a816d43fa6d3fe8aaef04c2bad9d3e3d",
|
638
|
+
"Location": "Other",
|
639
|
+
"Use": "System Memory",
|
640
|
+
"Error Correction Type": "Multi-bit ECC",
|
641
|
+
"Maximum Capacity": "2044 MB",
|
642
|
+
"Error Information Handle": "0x0000",
|
643
|
+
"Number Of Devices": "1",
|
644
|
+
"Array Handle": "0x1000",
|
645
|
+
"Total Width": "64 bits",
|
646
|
+
"Data Width": "64 bits",
|
647
|
+
"Size": "2044 MB",
|
648
|
+
"Form Factor": "DIMM",
|
649
|
+
"Set": "None",
|
650
|
+
"Locator": "DIMM 0",
|
651
|
+
"Bank Locator": "Not Specified",
|
652
|
+
"Type": "RAM",
|
653
|
+
"Type Detail": "None",
|
654
|
+
"Starting Address": "0x00000000000",
|
655
|
+
"Ending Address": "0x0007FBFFFFF",
|
656
|
+
"Range Size": "2044 MB",
|
657
|
+
"Physical Array Handle": "0x1000",
|
658
|
+
"Partition Width": "1",
|
659
|
+
"Physical Device Handle": "0x1100",
|
660
|
+
"Memory Array Mapped Address Handle": "0x1300",
|
661
|
+
"Partition Row Position": "1",
|
662
|
+
"Status": "No errors detected"
|
663
|
+
}
|
664
|
+
],
|
665
|
+
"string_1": "Xen",
|
666
|
+
"string_2": "MS_VM_CERT/SHA1/bdbeb6e0a816d43fa6d3fe8aaef04c2bad9d3e3d",
|
667
|
+
"location": "Other",
|
668
|
+
"use": "System Memory",
|
669
|
+
"error_correction_type": "Multi-bit ECC",
|
670
|
+
"maximum_capacity": "2044 MB",
|
671
|
+
"error_information_handle": "0x0000",
|
672
|
+
"number_of_devices": "1",
|
673
|
+
"array_handle": "0x1000",
|
674
|
+
"total_width": "64 bits",
|
675
|
+
"data_width": "64 bits",
|
676
|
+
"size": "2044 MB",
|
677
|
+
"form_factor": "DIMM",
|
678
|
+
"set": "None",
|
679
|
+
"locator": "DIMM 0",
|
680
|
+
"bank_locator": "Not Specified",
|
681
|
+
"type": "RAM",
|
682
|
+
"type_detail": "None",
|
683
|
+
"starting_address": "0x00000000000",
|
684
|
+
"ending_address": "0x0007FBFFFFF",
|
685
|
+
"range_size": "2044 MB",
|
686
|
+
"physical_array_handle": "0x1000",
|
687
|
+
"partition_width": "1",
|
688
|
+
"physical_device_handle": "0x1100",
|
689
|
+
"memory_array_mapped_address_handle": "0x1300",
|
690
|
+
"partition_row_position": "1",
|
691
|
+
"status": "No errors detected"
|
692
|
+
}
|
693
|
+
},
|
694
|
+
"ohai_time": 1436531533.7538369,
|
695
|
+
"languages": {
|
696
|
+
"ruby": {
|
697
|
+
"bin_dir": "/usr/local/bin",
|
698
|
+
"gem_bin": "/usr/local/bin/gem",
|
699
|
+
"gems_dir": "/usr/local/gems",
|
700
|
+
"ruby_bin": "/usr/local/bin/ruby"
|
701
|
+
},
|
702
|
+
"powershell": null
|
703
|
+
},
|
704
|
+
"chef_packages": {
|
705
|
+
"chef": {
|
706
|
+
"version": "12.3.0",
|
707
|
+
"chef_root": "/usr/local/gems/chef-12.3.0/lib"
|
708
|
+
},
|
709
|
+
"ohai": {
|
710
|
+
"version": "8.3.0",
|
711
|
+
"ohai_root": "/usr/local/gems/ohai-8.3.0/lib/ohai"
|
712
|
+
}
|
713
|
+
},
|
714
|
+
"counters": {
|
715
|
+
"network": {
|
716
|
+
"interfaces": {
|
717
|
+
"eth0": {
|
718
|
+
"rx": {
|
719
|
+
"bytes": "0",
|
720
|
+
"packets": "0",
|
721
|
+
"errors": "0",
|
722
|
+
"drop": 0,
|
723
|
+
"overrun": 0,
|
724
|
+
"frame": 0,
|
725
|
+
"compressed": 0,
|
726
|
+
"multicast": 0
|
727
|
+
},
|
728
|
+
"tx": {
|
729
|
+
"bytes": "342",
|
730
|
+
"packets": "0",
|
731
|
+
"errors": "0",
|
732
|
+
"drop": 0,
|
733
|
+
"overrun": 0,
|
734
|
+
"collisions": "0",
|
735
|
+
"carrier": 0,
|
736
|
+
"compressed": 0
|
737
|
+
}
|
738
|
+
}
|
739
|
+
}
|
740
|
+
}
|
741
|
+
},
|
742
|
+
"current_user": "fauxhai",
|
743
|
+
"domain": "local",
|
744
|
+
"etc": {
|
745
|
+
"passwd": {
|
746
|
+
"fauxhai": {
|
747
|
+
"dir": "/home/fauxhai",
|
748
|
+
"gid": 0,
|
749
|
+
"uid": 0,
|
750
|
+
"shell": "/bin/bash",
|
751
|
+
"gecos": "Fauxhai"
|
752
|
+
}
|
753
|
+
},
|
754
|
+
"group": {
|
755
|
+
"fauxhai": {
|
756
|
+
"gid": 0,
|
757
|
+
"members": [
|
758
|
+
"fauxhai"
|
759
|
+
]
|
760
|
+
}
|
761
|
+
}
|
762
|
+
},
|
763
|
+
"hostname": "Fauxhai",
|
764
|
+
"fqdn": "fauxhai.local",
|
765
|
+
"ipaddress": "10.0.0.2",
|
766
|
+
"keys": {
|
767
|
+
"ssh": {
|
768
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
769
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
770
|
+
}
|
771
|
+
},
|
772
|
+
"macaddress": "11:11:11:11:11:11",
|
773
|
+
"network": {
|
774
|
+
"default_gateway": "10.0.0.1",
|
775
|
+
"default_interface": "eth0",
|
776
|
+
"settings": {
|
777
|
+
},
|
778
|
+
"interfaces": {
|
779
|
+
"eth0": {
|
780
|
+
"addresses": {
|
781
|
+
"10.0.0.2": {
|
782
|
+
"broadcast": "10.0.0.255",
|
783
|
+
"family": "inet",
|
784
|
+
"netmask": "255.255.255.0",
|
785
|
+
"prefixlen": "23",
|
786
|
+
"scope": "Global"
|
787
|
+
}
|
788
|
+
},
|
789
|
+
"arp": {
|
790
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
791
|
+
},
|
792
|
+
"encapsulation": "Ethernet",
|
793
|
+
"flags": [
|
794
|
+
"BROADCAST",
|
795
|
+
"MULTICAST",
|
796
|
+
"UP",
|
797
|
+
"LOWER_UP"
|
798
|
+
],
|
799
|
+
"mtu": "1500",
|
800
|
+
"number": "0",
|
801
|
+
"routes": {
|
802
|
+
"10.0.0.0/255": {
|
803
|
+
"scope": "link",
|
804
|
+
"src": "10.0.0.2"
|
805
|
+
}
|
806
|
+
},
|
807
|
+
"state": "up",
|
808
|
+
"type": "eth"
|
809
|
+
}
|
810
|
+
}
|
811
|
+
},
|
812
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
813
|
+
"uptime_seconds": 2646450,
|
814
|
+
"cpu": {
|
815
|
+
"real": 1,
|
816
|
+
"total": 1
|
817
|
+
},
|
818
|
+
"memory": {
|
819
|
+
"total": "1024MB"
|
820
|
+
}
|
821
|
+
}
|