fauxhai 2.3.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -28
  3. data/CONTRIBUTING.md +3 -3
  4. data/Gemfile +0 -1
  5. data/README.md +3 -3
  6. data/fauxhai.gemspec +2 -1
  7. data/lib/fauxhai/platforms/amazon/2015.03.json +323 -0
  8. data/lib/fauxhai/platforms/amazon/2015.09.json +332 -0
  9. data/lib/fauxhai/platforms/centos/5.0.json +710 -0
  10. data/lib/fauxhai/platforms/centos/5.1.json +730 -0
  11. data/lib/fauxhai/platforms/centos/5.10.json +288 -2092
  12. data/lib/fauxhai/platforms/centos/5.11.json +346 -3763
  13. data/lib/fauxhai/platforms/centos/5.2.json +742 -0
  14. data/lib/fauxhai/platforms/centos/5.3.json +770 -0
  15. data/lib/fauxhai/platforms/centos/5.4.json +774 -0
  16. data/lib/fauxhai/platforms/centos/5.5.json +790 -0
  17. data/lib/fauxhai/platforms/centos/5.6.json +874 -0
  18. data/lib/fauxhai/platforms/centos/5.7.json +878 -0
  19. data/lib/fauxhai/platforms/centos/5.8.json +333 -218
  20. data/lib/fauxhai/platforms/centos/5.9.json +355 -240
  21. data/lib/fauxhai/platforms/centos/6.0.json +332 -112
  22. data/lib/fauxhai/platforms/centos/6.1.json +633 -0
  23. data/lib/fauxhai/platforms/centos/6.2.json +462 -426
  24. data/lib/fauxhai/platforms/centos/6.3.json +470 -434
  25. data/lib/fauxhai/platforms/centos/6.4.json +389 -61
  26. data/lib/fauxhai/platforms/centos/6.5.json +280 -77
  27. data/lib/fauxhai/platforms/centos/6.6.json +372 -3680
  28. data/lib/fauxhai/platforms/centos/6.7.json +615 -0
  29. data/lib/fauxhai/platforms/centos/7.0.1406.json +294 -3611
  30. data/lib/fauxhai/platforms/centos/7.0.json +169 -2162
  31. data/lib/fauxhai/platforms/centos/7.1.1503.json +814 -0
  32. data/lib/fauxhai/platforms/debian/7.7.json +635 -0
  33. data/lib/fauxhai/platforms/debian/7.8.json +635 -0
  34. data/lib/fauxhai/platforms/debian/7.9.json +674 -0
  35. data/lib/fauxhai/platforms/debian/8.0.json +681 -0
  36. data/lib/fauxhai/platforms/debian/8.1.json +681 -0
  37. data/lib/fauxhai/platforms/debian/8.2.json +781 -0
  38. data/lib/fauxhai/platforms/debian/stretch/sid.json +611 -0
  39. data/lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json +155 -0
  40. data/lib/fauxhai/platforms/fedora/21.json +348 -91
  41. data/lib/fauxhai/platforms/fedora/22.json +752 -0
  42. data/lib/fauxhai/platforms/freebsd/10.0.json +1 -1
  43. data/lib/fauxhai/platforms/freebsd/10.1.json +316 -0
  44. data/lib/fauxhai/platforms/freebsd/10.2.json +316 -0
  45. data/lib/fauxhai/platforms/freebsd/9.1.json +141 -428
  46. data/lib/fauxhai/platforms/freebsd/9.2.json +25 -38
  47. data/lib/fauxhai/platforms/freebsd/9.3.json +316 -0
  48. data/lib/fauxhai/platforms/ios_xr/6.0.0.14I.json +342 -0
  49. data/lib/fauxhai/platforms/mac_os_x/10.11.1.json +857 -0
  50. data/lib/fauxhai/platforms/nexus/5.json +300 -0
  51. data/lib/fauxhai/platforms/omnios/151014.json +2422 -0
  52. data/lib/fauxhai/platforms/opensuse/12.3.json +249 -2208
  53. data/lib/fauxhai/platforms/opensuse/13.1.json +166 -2193
  54. data/lib/fauxhai/platforms/opensuse/13.2.json +646 -0
  55. data/lib/fauxhai/platforms/oracle/6.6.json +377 -0
  56. data/lib/fauxhai/platforms/oracle/7.0.json +627 -0
  57. data/lib/fauxhai/platforms/oracle/7.1.json +821 -0
  58. data/lib/fauxhai/platforms/redhat/6.6.json +519 -0
  59. data/lib/fauxhai/platforms/redhat/7.1.json +746 -0
  60. data/lib/fauxhai/platforms/solaris2/5.11.json +1 -0
  61. data/lib/fauxhai/platforms/ubuntu/12.04.json +257 -190
  62. data/lib/fauxhai/platforms/ubuntu/14.04.json +246 -184
  63. data/lib/fauxhai/platforms/ubuntu/15.04.json +643 -0
  64. data/lib/fauxhai/platforms/ubuntu/15.10.json +651 -0
  65. data/lib/fauxhai/platforms/windows/10.json +3545 -0
  66. data/lib/fauxhai/platforms/windows/2003R2.json +7887 -7887
  67. data/lib/fauxhai/platforms/windows/2008R2.json +532 -770
  68. data/lib/fauxhai/platforms/windows/2012.json +728 -1257
  69. data/lib/fauxhai/platforms/windows/2012R2.json +737 -1063
  70. data/lib/fauxhai/platforms/windows/8.1.json +3512 -0
  71. data/lib/fauxhai/platforms/windows/8.json +3926 -0
  72. data/lib/fauxhai/runner.rb +1 -0
  73. data/lib/fauxhai/version.rb +1 -1
  74. metadata +61 -7
@@ -0,0 +1,752 @@
1
+ {
2
+ "filesystem": {
3
+ "devtmpfs": {
4
+ "kb_size": "498072",
5
+ "kb_used": "0",
6
+ "kb_available": "498072",
7
+ "percent_used": "0%",
8
+ "mount": "/dev",
9
+ "total_inodes": "124518",
10
+ "inodes_used": "348",
11
+ "inodes_available": "124170",
12
+ "inodes_percent_used": "1%",
13
+ "fs_type": "devtmpfs",
14
+ "mount_options": [
15
+ "rw",
16
+ "nosuid",
17
+ "seclabel",
18
+ "size=498072k",
19
+ "nr_inodes=124518",
20
+ "mode=755"
21
+ ]
22
+ },
23
+ "tmpfs": {
24
+ "kb_size": "101736",
25
+ "kb_used": "0",
26
+ "kb_available": "101736",
27
+ "percent_used": "0%",
28
+ "mount": "/run/user/0",
29
+ "total_inodes": "127166",
30
+ "inodes_used": "4",
31
+ "inodes_available": "127162",
32
+ "inodes_percent_used": "1%",
33
+ "fs_type": "tmpfs",
34
+ "mount_options": [
35
+ "rw",
36
+ "nosuid",
37
+ "nodev",
38
+ "relatime",
39
+ "seclabel",
40
+ "size=101736k",
41
+ "mode=700"
42
+ ]
43
+ },
44
+ "/dev/mapper/fedora-root": {
45
+ "kb_size": "7022592",
46
+ "kb_used": "1517044",
47
+ "kb_available": "5505548",
48
+ "percent_used": "22%",
49
+ "mount": "/",
50
+ "total_inodes": "7032832",
51
+ "inodes_used": "66461",
52
+ "inodes_available": "6966371",
53
+ "inodes_percent_used": "1%",
54
+ "fs_type": "xfs",
55
+ "mount_options": [
56
+ "rw",
57
+ "relatime",
58
+ "seclabel",
59
+ "attr2",
60
+ "inode64",
61
+ "noquota"
62
+ ],
63
+ "uuid": "049a5686-8acb-4c2d-b572-e532000e0271"
64
+ },
65
+ "/dev/sda1": {
66
+ "kb_size": "487652",
67
+ "kb_used": "94285",
68
+ "kb_available": "363671",
69
+ "percent_used": "21%",
70
+ "mount": "/boot",
71
+ "total_inodes": "128016",
72
+ "inodes_used": "336",
73
+ "inodes_available": "127680",
74
+ "inodes_percent_used": "1%",
75
+ "fs_type": "ext4",
76
+ "mount_options": [
77
+ "rw",
78
+ "relatime",
79
+ "seclabel",
80
+ "data=ordered"
81
+ ],
82
+ "uuid": "5d221dec-2612-4617-a230-3e6180407a8d"
83
+ },
84
+ "sysfs": {
85
+ "mount": "/sys",
86
+ "fs_type": "sysfs",
87
+ "mount_options": [
88
+ "rw",
89
+ "nosuid",
90
+ "nodev",
91
+ "noexec",
92
+ "relatime",
93
+ "seclabel"
94
+ ]
95
+ },
96
+ "proc": {
97
+ "mount": "/proc",
98
+ "fs_type": "proc",
99
+ "mount_options": [
100
+ "rw",
101
+ "nosuid",
102
+ "nodev",
103
+ "noexec",
104
+ "relatime"
105
+ ]
106
+ },
107
+ "securityfs": {
108
+ "mount": "/sys/kernel/security",
109
+ "fs_type": "securityfs",
110
+ "mount_options": [
111
+ "rw",
112
+ "nosuid",
113
+ "nodev",
114
+ "noexec",
115
+ "relatime"
116
+ ]
117
+ },
118
+ "devpts": {
119
+ "mount": "/dev/pts",
120
+ "fs_type": "devpts",
121
+ "mount_options": [
122
+ "rw",
123
+ "nosuid",
124
+ "noexec",
125
+ "relatime",
126
+ "seclabel",
127
+ "gid=5",
128
+ "mode=620",
129
+ "ptmxmode=000"
130
+ ]
131
+ },
132
+ "cgroup": {
133
+ "mount": "/sys/fs/cgroup/freezer",
134
+ "fs_type": "cgroup",
135
+ "mount_options": [
136
+ "rw",
137
+ "nosuid",
138
+ "nodev",
139
+ "noexec",
140
+ "relatime",
141
+ "freezer"
142
+ ]
143
+ },
144
+ "pstore": {
145
+ "mount": "/sys/fs/pstore",
146
+ "fs_type": "pstore",
147
+ "mount_options": [
148
+ "rw",
149
+ "nosuid",
150
+ "nodev",
151
+ "noexec",
152
+ "relatime",
153
+ "seclabel"
154
+ ]
155
+ },
156
+ "configfs": {
157
+ "mount": "/sys/kernel/config",
158
+ "fs_type": "configfs",
159
+ "mount_options": [
160
+ "rw",
161
+ "relatime"
162
+ ]
163
+ },
164
+ "selinuxfs": {
165
+ "mount": "/sys/fs/selinux",
166
+ "fs_type": "selinuxfs",
167
+ "mount_options": [
168
+ "rw",
169
+ "relatime"
170
+ ]
171
+ },
172
+ "systemd-1": {
173
+ "mount": "/proc/sys/fs/binfmt_misc",
174
+ "fs_type": "autofs",
175
+ "mount_options": [
176
+ "rw",
177
+ "relatime",
178
+ "fd=34",
179
+ "pgrp=1",
180
+ "timeout=300",
181
+ "minproto=5",
182
+ "maxproto=5",
183
+ "direct"
184
+ ]
185
+ },
186
+ "mqueue": {
187
+ "mount": "/dev/mqueue",
188
+ "fs_type": "mqueue",
189
+ "mount_options": [
190
+ "rw",
191
+ "relatime",
192
+ "seclabel"
193
+ ]
194
+ },
195
+ "hugetlbfs": {
196
+ "mount": "/dev/hugepages",
197
+ "fs_type": "hugetlbfs",
198
+ "mount_options": [
199
+ "rw",
200
+ "relatime",
201
+ "seclabel"
202
+ ]
203
+ },
204
+ "debugfs": {
205
+ "mount": "/sys/kernel/debug",
206
+ "fs_type": "debugfs",
207
+ "mount_options": [
208
+ "rw",
209
+ "relatime",
210
+ "seclabel"
211
+ ]
212
+ },
213
+ "sunrpc": {
214
+ "mount": "/var/lib/nfs/rpc_pipefs",
215
+ "fs_type": "rpc_pipefs",
216
+ "mount_options": [
217
+ "rw",
218
+ "relatime"
219
+ ]
220
+ },
221
+ "nfsd": {
222
+ "mount": "/proc/fs/nfsd",
223
+ "fs_type": "nfsd",
224
+ "mount_options": [
225
+ "rw",
226
+ "relatime"
227
+ ]
228
+ },
229
+ "/dev/sda2": {
230
+ "fs_type": "LVM2_member",
231
+ "uuid": "E7N1N2-q4Au-kCDe-1s2j-U06h-B7BY-WDYvnq"
232
+ },
233
+ "/dev/mapper/fedora-swap": {
234
+ "fs_type": "swap",
235
+ "uuid": "0c37a0fb-8a32-4ffd-be59-9062994e2e96"
236
+ }
237
+ },
238
+ "kernel": {
239
+ "name": "Linux",
240
+ "release": "4.0.4-301.fc22.x86_64",
241
+ "version": "#1 SMP Thu May 21 13:10:33 UTC 2015",
242
+ "machine": "x86_64",
243
+ "os": "GNU/Linux",
244
+ "modules": {
245
+ "ip6t_rpfilter": {
246
+ "size": "16384",
247
+ "refcount": "1"
248
+ },
249
+ "ip6t_REJECT": {
250
+ "size": "16384",
251
+ "refcount": "2"
252
+ },
253
+ "nf_reject_ipv6": {
254
+ "size": "16384",
255
+ "refcount": "1"
256
+ },
257
+ "xt_conntrack": {
258
+ "size": "16384",
259
+ "refcount": "13"
260
+ },
261
+ "ebtable_nat": {
262
+ "size": "16384",
263
+ "refcount": "0"
264
+ },
265
+ "ebtable_broute": {
266
+ "size": "16384",
267
+ "refcount": "0"
268
+ },
269
+ "bridge": {
270
+ "size": "114688",
271
+ "refcount": "1"
272
+ },
273
+ "stp": {
274
+ "size": "16384",
275
+ "refcount": "1"
276
+ },
277
+ "llc": {
278
+ "size": "16384",
279
+ "refcount": "2"
280
+ },
281
+ "ebtable_filter": {
282
+ "size": "16384",
283
+ "refcount": "0"
284
+ },
285
+ "ebtables": {
286
+ "size": "32768",
287
+ "refcount": "3"
288
+ },
289
+ "ip6table_nat": {
290
+ "size": "16384",
291
+ "refcount": "1"
292
+ },
293
+ "nf_conntrack_ipv6": {
294
+ "size": "20480",
295
+ "refcount": "8"
296
+ },
297
+ "nf_defrag_ipv6": {
298
+ "size": "36864",
299
+ "refcount": "1"
300
+ },
301
+ "nf_nat_ipv6": {
302
+ "size": "16384",
303
+ "refcount": "1"
304
+ },
305
+ "ip6table_mangle": {
306
+ "size": "16384",
307
+ "refcount": "1"
308
+ },
309
+ "ip6table_security": {
310
+ "size": "16384",
311
+ "refcount": "1"
312
+ },
313
+ "ip6table_raw": {
314
+ "size": "16384",
315
+ "refcount": "1"
316
+ },
317
+ "ip6table_filter": {
318
+ "size": "16384",
319
+ "refcount": "1"
320
+ },
321
+ "ip6_tables": {
322
+ "size": "28672",
323
+ "refcount": "5"
324
+ },
325
+ "iptable_nat": {
326
+ "size": "16384",
327
+ "refcount": "1"
328
+ },
329
+ "nf_conntrack_ipv4": {
330
+ "size": "16384",
331
+ "refcount": "7"
332
+ },
333
+ "nf_defrag_ipv4": {
334
+ "size": "16384",
335
+ "refcount": "1"
336
+ },
337
+ "nf_nat_ipv4": {
338
+ "size": "16384",
339
+ "refcount": "1"
340
+ },
341
+ "nf_nat": {
342
+ "size": "28672",
343
+ "refcount": "2"
344
+ },
345
+ "nf_conntrack": {
346
+ "size": "106496",
347
+ "refcount": "6"
348
+ },
349
+ "iptable_mangle": {
350
+ "size": "16384",
351
+ "refcount": "1"
352
+ },
353
+ "iptable_security": {
354
+ "size": "16384",
355
+ "refcount": "1"
356
+ },
357
+ "iptable_raw": {
358
+ "size": "16384",
359
+ "refcount": "1"
360
+ },
361
+ "crct10dif_pclmul": {
362
+ "size": "16384",
363
+ "refcount": "0"
364
+ },
365
+ "crc32_pclmul": {
366
+ "size": "16384",
367
+ "refcount": "0"
368
+ },
369
+ "ghash_clmulni_intel": {
370
+ "size": "16384",
371
+ "refcount": "0"
372
+ },
373
+ "ppdev": {
374
+ "size": "20480",
375
+ "refcount": "0"
376
+ },
377
+ "snd_intel8x0": {
378
+ "size": "40960",
379
+ "refcount": "0"
380
+ },
381
+ "snd_ac97_codec": {
382
+ "size": "135168",
383
+ "refcount": "1"
384
+ },
385
+ "ac97_bus": {
386
+ "size": "16384",
387
+ "refcount": "1"
388
+ },
389
+ "snd_pcm": {
390
+ "size": "114688",
391
+ "refcount": "2"
392
+ },
393
+ "snd_timer": {
394
+ "size": "32768",
395
+ "refcount": "1"
396
+ },
397
+ "i2c_piix4": {
398
+ "size": "24576",
399
+ "refcount": "0"
400
+ },
401
+ "serio_raw": {
402
+ "size": "16384",
403
+ "refcount": "0"
404
+ },
405
+ "snd": {
406
+ "size": "77824",
407
+ "refcount": "4"
408
+ },
409
+ "parport_pc": {
410
+ "size": "28672",
411
+ "refcount": "0"
412
+ },
413
+ "parport": {
414
+ "size": "40960",
415
+ "refcount": "2"
416
+ },
417
+ "soundcore": {
418
+ "size": "16384",
419
+ "refcount": "1"
420
+ },
421
+ "video": {
422
+ "size": "24576",
423
+ "refcount": "0"
424
+ },
425
+ "acpi_cpufreq": {
426
+ "size": "20480",
427
+ "refcount": "0"
428
+ },
429
+ "nfsd": {
430
+ "size": "331776",
431
+ "refcount": "1"
432
+ },
433
+ "auth_rpcgss": {
434
+ "size": "65536",
435
+ "refcount": "1"
436
+ },
437
+ "nfs_acl": {
438
+ "size": "16384",
439
+ "refcount": "1"
440
+ },
441
+ "lockd": {
442
+ "size": "94208",
443
+ "refcount": "1"
444
+ },
445
+ "grace": {
446
+ "size": "16384",
447
+ "refcount": "2"
448
+ },
449
+ "sunrpc": {
450
+ "size": "311296",
451
+ "refcount": "7"
452
+ },
453
+ "xfs": {
454
+ "size": "925696",
455
+ "refcount": "1"
456
+ },
457
+ "libcrc32c": {
458
+ "size": "16384",
459
+ "refcount": "1"
460
+ },
461
+ "crc32c_intel": {
462
+ "size": "24576",
463
+ "refcount": "1"
464
+ },
465
+ "e1000": {
466
+ "size": "139264",
467
+ "refcount": "0"
468
+ },
469
+ "ata_generic": {
470
+ "size": "16384",
471
+ "refcount": "0"
472
+ },
473
+ "pata_acpi": {
474
+ "size": "16384",
475
+ "refcount": "0"
476
+ }
477
+ }
478
+ },
479
+ "lsb": {
480
+ },
481
+ "os": "linux",
482
+ "os_version": "4.0.4-301.fc22.x86_64",
483
+ "platform": "fedora",
484
+ "platform_version": "22",
485
+ "platform_family": "fedora",
486
+ "command": {
487
+ "ps": "ps -ef"
488
+ },
489
+ "dmi": {
490
+ "dmidecode_version": "2.12",
491
+ "smbios_version": "2.5",
492
+ "structures": {
493
+ "count": "10",
494
+ "size": "449"
495
+ },
496
+ "table_location": "0x000E1000",
497
+ "bios": {
498
+ "all_records": [
499
+ {
500
+ "record_id": "0x0000",
501
+ "size": "0",
502
+ "application_identifier": "BIOS Information",
503
+ "Vendor": "innotek GmbH",
504
+ "Version": "VirtualBox",
505
+ "Release Date": "12/01/2006",
506
+ "Address": "0xE0000",
507
+ "Runtime Size": "128 kB",
508
+ "ROM Size": "128 kB",
509
+ "Characteristics": {
510
+ "ISA is supported": null,
511
+ "PCI is supported": null,
512
+ "Boot from CD is supported": null,
513
+ "Selectable boot is supported": null,
514
+ "8042 keyboard services are supported (int 9h)": null,
515
+ "CGA/mono video services are supported (int 10h)": null,
516
+ "ACPI is supported": null
517
+ }
518
+ }
519
+ ],
520
+ "vendor": "innotek GmbH",
521
+ "version": "VirtualBox",
522
+ "release_date": "12/01/2006",
523
+ "address": "0xE0000",
524
+ "runtime_size": "128 kB",
525
+ "rom_size": "128 kB"
526
+ },
527
+ "system": {
528
+ "all_records": [
529
+ {
530
+ "record_id": "0x0001",
531
+ "size": "1",
532
+ "application_identifier": "System Information",
533
+ "Manufacturer": "innotek GmbH",
534
+ "Product Name": "VirtualBox",
535
+ "Version": "1.2",
536
+ "Serial Number": "0",
537
+ "UUID": "D5F3278A-A815-4EE8-B2EF-20D45531B7EF",
538
+ "Wake-up Type": "Power Switch",
539
+ "SKU Number": "Not Specified",
540
+ "Family": "Virtual Machine"
541
+ }
542
+ ],
543
+ "manufacturer": "innotek GmbH",
544
+ "product_name": "VirtualBox",
545
+ "version": "1.2",
546
+ "serial_number": "0",
547
+ "uuid": "D5F3278A-A815-4EE8-B2EF-20D45531B7EF",
548
+ "wake_up_type": "Power Switch",
549
+ "sku_number": "Not Specified",
550
+ "family": "Virtual Machine"
551
+ },
552
+ "base_board": {
553
+ "all_records": [
554
+ {
555
+ "record_id": "0x0008",
556
+ "size": "2",
557
+ "application_identifier": "Base Board Information",
558
+ "Manufacturer": "Oracle Corporation",
559
+ "Product Name": "VirtualBox",
560
+ "Version": "1.2",
561
+ "Serial Number": "0",
562
+ "Asset Tag": "Not Specified",
563
+ "Features": {
564
+ "Board is a hosting board": null
565
+ },
566
+ "Location In Chassis": "Not Specified",
567
+ "Chassis Handle": "0x0003",
568
+ "Type": "Motherboard",
569
+ "Contained Object Handles": "0"
570
+ }
571
+ ],
572
+ "manufacturer": "Oracle Corporation",
573
+ "product_name": "VirtualBox",
574
+ "version": "1.2",
575
+ "serial_number": "0",
576
+ "asset_tag": "Not Specified",
577
+ "location_in_chassis": "Not Specified",
578
+ "chassis_handle": "0x0003",
579
+ "type": "Motherboard",
580
+ "contained_object_handles": "0"
581
+ },
582
+ "chassis": {
583
+ "all_records": [
584
+ {
585
+ "record_id": "0x0003",
586
+ "size": "3",
587
+ "application_identifier": "Chassis Information",
588
+ "Manufacturer": "Oracle Corporation",
589
+ "Type": "Other",
590
+ "Lock": "Not Present",
591
+ "Version": "Not Specified",
592
+ "Serial Number": "Not Specified",
593
+ "Asset Tag": "Not Specified",
594
+ "Boot-up State": "Safe",
595
+ "Power Supply State": "Safe",
596
+ "Thermal State": "Safe",
597
+ "Security Status": "None"
598
+ }
599
+ ],
600
+ "manufacturer": "Oracle Corporation",
601
+ "type": "Other",
602
+ "lock": "Not Present",
603
+ "version": "Not Specified",
604
+ "serial_number": "Not Specified",
605
+ "asset_tag": "Not Specified",
606
+ "boot_up_state": "Safe",
607
+ "power_supply_state": "Safe",
608
+ "thermal_state": "Safe",
609
+ "security_status": "None"
610
+ },
611
+ "oem_strings": {
612
+ "all_records": [
613
+ {
614
+ "record_id": "0x0002",
615
+ "size": "11",
616
+ "application_identifier": "OEM Strings",
617
+ "String 1": "vboxVer_5.0.6",
618
+ "String 2": "vboxRev_103037"
619
+ }
620
+ ],
621
+ "string_1": "vboxVer_5.0.6",
622
+ "string_2": "vboxRev_103037"
623
+ }
624
+ },
625
+ "ohai_time": 1445967719.7771075,
626
+ "languages": {
627
+ "ruby": {
628
+ "bin_dir": "/usr/local/bin",
629
+ "gem_bin": "/usr/local/bin/gem",
630
+ "gems_dir": "/usr/local/gems",
631
+ "ruby_bin": "/usr/local/bin/ruby"
632
+ },
633
+ "powershell": null
634
+ },
635
+ "chef_packages": {
636
+ "chef": {
637
+ "version": "12.5.1",
638
+ "chef_root": "/usr/local/gems/chef-12.5.1/lib"
639
+ },
640
+ "ohai": {
641
+ "version": "8.7.0",
642
+ "ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
643
+ }
644
+ },
645
+ "counters": {
646
+ "network": {
647
+ "interfaces": {
648
+ "eth0": {
649
+ "rx": {
650
+ "bytes": "0",
651
+ "packets": "0",
652
+ "errors": "0",
653
+ "drop": 0,
654
+ "overrun": 0,
655
+ "frame": 0,
656
+ "compressed": 0,
657
+ "multicast": 0
658
+ },
659
+ "tx": {
660
+ "bytes": "342",
661
+ "packets": "0",
662
+ "errors": "0",
663
+ "drop": 0,
664
+ "overrun": 0,
665
+ "collisions": "0",
666
+ "carrier": 0,
667
+ "compressed": 0
668
+ }
669
+ }
670
+ }
671
+ }
672
+ },
673
+ "current_user": "fauxhai",
674
+ "domain": "local",
675
+ "etc": {
676
+ "passwd": {
677
+ "fauxhai": {
678
+ "dir": "/home/fauxhai",
679
+ "gid": 0,
680
+ "uid": 0,
681
+ "shell": "/bin/bash",
682
+ "gecos": "Fauxhai"
683
+ }
684
+ },
685
+ "group": {
686
+ "fauxhai": {
687
+ "gid": 0,
688
+ "members": [
689
+ "fauxhai"
690
+ ]
691
+ }
692
+ }
693
+ },
694
+ "hostname": "Fauxhai",
695
+ "fqdn": "fauxhai.local",
696
+ "ipaddress": "10.0.0.2",
697
+ "keys": {
698
+ "ssh": {
699
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
700
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
701
+ }
702
+ },
703
+ "macaddress": "11:11:11:11:11:11",
704
+ "network": {
705
+ "default_gateway": "10.0.0.1",
706
+ "default_interface": "eth0",
707
+ "settings": {
708
+ },
709
+ "interfaces": {
710
+ "eth0": {
711
+ "addresses": {
712
+ "10.0.0.2": {
713
+ "broadcast": "10.0.0.255",
714
+ "family": "inet",
715
+ "netmask": "255.255.255.0",
716
+ "prefixlen": "23",
717
+ "scope": "Global"
718
+ }
719
+ },
720
+ "arp": {
721
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
722
+ },
723
+ "encapsulation": "Ethernet",
724
+ "flags": [
725
+ "BROADCAST",
726
+ "MULTICAST",
727
+ "UP",
728
+ "LOWER_UP"
729
+ ],
730
+ "mtu": "1500",
731
+ "number": "0",
732
+ "routes": {
733
+ "10.0.0.0/255": {
734
+ "scope": "link",
735
+ "src": "10.0.0.2"
736
+ }
737
+ },
738
+ "state": "up",
739
+ "type": "eth"
740
+ }
741
+ }
742
+ },
743
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
744
+ "uptime_seconds": 2646450,
745
+ "cpu": {
746
+ "real": 1,
747
+ "total": 1
748
+ },
749
+ "memory": {
750
+ "total": "1024MB"
751
+ }
752
+ }