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
@@ -4,69 +4,74 @@
4
4
  "release": "2.6.32-71.el6.x86_64",
5
5
  "version": "#1 SMP Fri May 20 03:51:51 BST 2011",
6
6
  "machine": "x86_64",
7
+ "os": "GNU/Linux",
7
8
  "modules": {
8
- "vboxsf": {
9
- "size": "36683",
10
- "refcount": "1"
11
- },
12
- "8021q": {
13
- "size": "24221",
14
- "refcount": "0"
9
+ "autofs4": {
10
+ "size": "27683",
11
+ "refcount": "3"
15
12
  },
16
- "garp": {
17
- "size": "7310",
13
+ "sunrpc": {
14
+ "size": "241630",
18
15
  "refcount": "1"
19
16
  },
20
- "stp": {
21
- "size": "2107",
22
- "refcount": "1"
17
+ "ipt_REJECT": {
18
+ "size": "2349",
19
+ "refcount": "2"
23
20
  },
24
- "llc": {
25
- "size": "5608",
21
+ "nf_conntrack_ipv4": {
22
+ "size": "9440",
26
23
  "refcount": "2"
27
24
  },
28
- "fcoe": {
29
- "size": "21769",
30
- "refcount": "0"
25
+ "nf_defrag_ipv4": {
26
+ "size": "1449",
27
+ "refcount": "1"
28
+ },
29
+ "iptable_filter": {
30
+ "size": "2759",
31
+ "refcount": "1"
31
32
  },
32
- "libfcoe": {
33
- "size": "16181",
33
+ "ip_tables": {
34
+ "size": "17733",
34
35
  "refcount": "1"
35
36
  },
36
- "libfc": {
37
- "size": "93401",
37
+ "ip6t_REJECT": {
38
+ "size": "4562",
38
39
  "refcount": "2"
39
40
  },
40
- "scsi_transport_fc": {
41
- "size": "50893",
41
+ "nf_conntrack_ipv6": {
42
+ "size": "19655",
42
43
  "refcount": "2"
43
44
  },
44
- "scsi_tgt": {
45
- "size": "12107",
45
+ "xt_state": {
46
+ "size": "1458",
47
+ "refcount": "4"
48
+ },
49
+ "nf_conntrack": {
50
+ "size": "79643",
51
+ "refcount": "3"
52
+ },
53
+ "ip6table_filter": {
54
+ "size": "2855",
46
55
  "refcount": "1"
47
56
  },
48
- "sunrpc": {
49
- "size": "241630",
57
+ "ip6_tables": {
58
+ "size": "19392",
50
59
  "refcount": "1"
51
60
  },
52
61
  "ipv6": {
53
62
  "size": "321209",
54
- "refcount": "0"
55
- },
56
- "ppdev": {
57
- "size": "8695",
58
- "refcount": "0"
63
+ "refcount": "26"
59
64
  },
60
- "parport_pc": {
61
- "size": "22944",
65
+ "dm_mirror": {
66
+ "size": "14003",
62
67
  "refcount": "0"
63
68
  },
64
- "parport": {
65
- "size": "37327",
66
- "refcount": "2"
69
+ "dm_region_hash": {
70
+ "size": "12200",
71
+ "refcount": "1"
67
72
  },
68
- "vboxguest": {
69
- "size": "237840",
73
+ "dm_log": {
74
+ "size": "10088",
70
75
  "refcount": "2"
71
76
  },
72
77
  "i2c_piix4": {
@@ -77,6 +82,50 @@
77
82
  "size": "31274",
78
83
  "refcount": "1"
79
84
  },
85
+ "snd_intel8x0": {
86
+ "size": "30522",
87
+ "refcount": "0"
88
+ },
89
+ "snd_ac97_codec": {
90
+ "size": "124954",
91
+ "refcount": "1"
92
+ },
93
+ "ac97_bus": {
94
+ "size": "1418",
95
+ "refcount": "1"
96
+ },
97
+ "snd_seq": {
98
+ "size": "56557",
99
+ "refcount": "0"
100
+ },
101
+ "snd_seq_device": {
102
+ "size": "6626",
103
+ "refcount": "1"
104
+ },
105
+ "snd_pcm": {
106
+ "size": "84700",
107
+ "refcount": "2"
108
+ },
109
+ "snd_timer": {
110
+ "size": "23087",
111
+ "refcount": "2"
112
+ },
113
+ "snd": {
114
+ "size": "70021",
115
+ "refcount": "6"
116
+ },
117
+ "soundcore": {
118
+ "size": "8052",
119
+ "refcount": "1"
120
+ },
121
+ "snd_page_alloc": {
122
+ "size": "8628",
123
+ "refcount": "2"
124
+ },
125
+ "e1000": {
126
+ "size": "107170",
127
+ "refcount": "0"
128
+ },
80
129
  "sg": {
81
130
  "size": "30186",
82
131
  "refcount": "0"
@@ -93,6 +142,14 @@
93
142
  "size": "89033",
94
143
  "refcount": "1"
95
144
  },
145
+ "video": {
146
+ "size": "20966",
147
+ "refcount": "0"
148
+ },
149
+ "output": {
150
+ "size": "2471",
151
+ "refcount": "1"
152
+ },
96
153
  "sd_mod": {
97
154
  "size": "37221",
98
155
  "refcount": "3"
@@ -113,65 +170,52 @@
113
170
  "size": "39105",
114
171
  "refcount": "2"
115
172
  },
116
- "e1000": {
117
- "size": "107170",
173
+ "ata_generic": {
174
+ "size": "3611",
118
175
  "refcount": "0"
119
176
  },
120
177
  "pata_acpi": {
121
178
  "size": "3667",
122
179
  "refcount": "0"
123
180
  },
124
- "ata_generic": {
125
- "size": "3611",
126
- "refcount": "0"
127
- },
128
181
  "ata_piix": {
129
182
  "size": "22588",
130
183
  "refcount": "0"
131
184
  },
132
185
  "dm_mod": {
133
186
  "size": "76856",
134
- "refcount": "6"
187
+ "refcount": "8"
135
188
  }
136
- },
137
- "os": "GNU/Linux"
138
- },
139
- "os": "linux",
140
- "os_version": "2.6.32-71.el6.x86_64",
141
- "cpu": {
142
- "real": 1,
143
- "total": 1
144
- },
145
- "memory": {
146
- "total": "524288kB"
147
- },
148
- "ohai_time": 1341249933.6599944,
149
- "command": {
150
- "ps": "ps -ef"
151
- },
152
- "platform": "centos",
153
- "platform_family": "rhel",
154
- "platform_version": "6.0",
155
- "dmi": {
189
+ }
156
190
  },
191
+ "ohai_time": 1445892372.2448034,
157
192
  "filesystem": {
158
193
  "/dev/mapper/VolGroup-lv_root": {
159
- "kb_size": "39776876",
160
- "kb_used": "1362884",
161
- "kb_available": "36393436",
162
- "percent_used": "4%",
194
+ "kb_size": "5716804",
195
+ "kb_used": "1470452",
196
+ "kb_available": "3955948",
197
+ "percent_used": "28%",
163
198
  "mount": "/",
199
+ "total_inodes": "363600",
200
+ "inodes_used": "55669",
201
+ "inodes_available": "307931",
202
+ "inodes_percent_used": "16%",
164
203
  "fs_type": "ext4",
165
204
  "mount_options": [
166
205
  "rw"
167
- ]
206
+ ],
207
+ "uuid": "145df1c1-2b16-4e21-ab76-3a2b8f018904"
168
208
  },
169
209
  "tmpfs": {
170
- "kb_size": "1961796",
210
+ "kb_size": "510744",
171
211
  "kb_used": "0",
172
- "kb_available": "1961796",
212
+ "kb_available": "510744",
173
213
  "percent_used": "0%",
174
214
  "mount": "/dev/shm",
215
+ "total_inodes": "127686",
216
+ "inodes_used": "1",
217
+ "inodes_available": "127685",
218
+ "inodes_percent_used": "1%",
175
219
  "fs_type": "tmpfs",
176
220
  "mount_options": [
177
221
  "rw",
@@ -180,27 +224,19 @@
180
224
  },
181
225
  "/dev/sda1": {
182
226
  "kb_size": "495844",
183
- "kb_used": "35739",
184
- "kb_available": "434505",
185
- "percent_used": "8%",
227
+ "kb_used": "30243",
228
+ "kb_available": "440001",
229
+ "percent_used": "7%",
186
230
  "mount": "/boot",
231
+ "total_inodes": "128016",
232
+ "inodes_used": "38",
233
+ "inodes_available": "127978",
234
+ "inodes_percent_used": "1%",
187
235
  "fs_type": "ext4",
188
236
  "mount_options": [
189
237
  "rw"
190
- ]
191
- },
192
- "v-root": {
193
- "kb_size": "731423676",
194
- "kb_used": "32065252",
195
- "kb_available": "699358424",
196
- "percent_used": "5%",
197
- "mount": "/vagrant",
198
- "fs_type": "vboxsf",
199
- "mount_options": [
200
- "uid=500",
201
- "gid=503",
202
- "rw"
203
- ]
238
+ ],
239
+ "uuid": "72b8e823-f91c-4bbd-ac9c-f9fb95571673"
204
240
  },
205
241
  "proc": {
206
242
  "mount": "/proc",
@@ -239,6 +275,14 @@
239
275
  "rw"
240
276
  ]
241
277
  },
278
+ "/dev/sda2": {
279
+ "fs_type": "LVM2_member",
280
+ "uuid": "zlWNgm-njY2-ze0d-oZWb-s2vl-rf2m-QK3TWA"
281
+ },
282
+ "/dev/mapper/VolGroup-lv_swap": {
283
+ "fs_type": "swap",
284
+ "uuid": "167c6f8d-5e99-4879-af35-c43bce159134"
285
+ },
242
286
  "rootfs": {
243
287
  "mount": "/",
244
288
  "fs_type": "rootfs",
@@ -270,8 +314,8 @@
270
314
  "rw",
271
315
  "seclabel",
272
316
  "relatime",
273
- "size=1951876k",
274
- "nr_inodes=487969",
317
+ "size=503572k",
318
+ "nr_inodes=125893",
275
319
  "mode=755"
276
320
  ]
277
321
  },
@@ -282,35 +326,203 @@
282
326
  "rw",
283
327
  "relatime"
284
328
  ]
329
+ },
330
+ "/etc/auto.misc": {
331
+ "mount": "/misc",
332
+ "fs_type": "autofs",
333
+ "mount_options": [
334
+ "rw",
335
+ "relatime",
336
+ "fd=7",
337
+ "pgrp=1288",
338
+ "timeout=300",
339
+ "minproto=5",
340
+ "maxproto=5",
341
+ "indirect"
342
+ ]
343
+ },
344
+ "-hosts": {
345
+ "mount": "/net",
346
+ "fs_type": "autofs",
347
+ "mount_options": [
348
+ "rw",
349
+ "relatime",
350
+ "fd=13",
351
+ "pgrp=1288",
352
+ "timeout=300",
353
+ "minproto=5",
354
+ "maxproto=5",
355
+ "indirect"
356
+ ]
357
+ }
358
+ },
359
+ "lsb": {
360
+ "id": "CentOS",
361
+ "description": "CentOS Linux release 6.0 (Final)",
362
+ "release": "6.0",
363
+ "codename": "Final"
364
+ },
365
+ "os": "linux",
366
+ "os_version": "2.6.32-71.el6.x86_64",
367
+ "platform": "centos",
368
+ "platform_version": "6.0",
369
+ "platform_family": "rhel",
370
+ "command": {
371
+ "ps": "ps -ef"
372
+ },
373
+ "dmi": {
374
+ "dmidecode_version": "2.10",
375
+ "smbios_version": "2.5",
376
+ "structures": {
377
+ "count": "10",
378
+ "size": "449"
379
+ },
380
+ "table_location": "0x000E1000",
381
+ "bios": {
382
+ "all_records": [
383
+ {
384
+ "record_id": "0x0000",
385
+ "size": "0",
386
+ "application_identifier": "BIOS Information",
387
+ "Vendor": "innotek GmbH",
388
+ "Version": "VirtualBox",
389
+ "Release Date": "12/01/2006",
390
+ "Address": "0xE0000",
391
+ "Runtime Size": "128 kB",
392
+ "ROM Size": "128 kB",
393
+ "Characteristics": {
394
+ "ISA is supported": null,
395
+ "PCI is supported": null,
396
+ "Boot from CD is supported": null,
397
+ "Selectable boot is supported": null,
398
+ "8042 keyboard services are supported (int 9h)": null,
399
+ "CGA/mono video services are supported (int 10h)": null,
400
+ "ACPI is supported": null
401
+ }
402
+ }
403
+ ],
404
+ "vendor": "innotek GmbH",
405
+ "version": "VirtualBox",
406
+ "release_date": "12/01/2006",
407
+ "address": "0xE0000",
408
+ "runtime_size": "128 kB",
409
+ "rom_size": "128 kB"
410
+ },
411
+ "system": {
412
+ "all_records": [
413
+ {
414
+ "record_id": "0x0001",
415
+ "size": "1",
416
+ "application_identifier": "System Information",
417
+ "Manufacturer": "innotek GmbH",
418
+ "Product Name": "VirtualBox",
419
+ "Version": "1.2",
420
+ "Serial Number": "0",
421
+ "UUID": "D674A803-2479-4A29-BA6B-935CC6E496C3",
422
+ "Wake-up Type": "Power Switch",
423
+ "SKU Number": "Not Specified",
424
+ "Family": "Virtual Machine"
425
+ }
426
+ ],
427
+ "manufacturer": "innotek GmbH",
428
+ "product_name": "VirtualBox",
429
+ "version": "1.2",
430
+ "serial_number": "0",
431
+ "uuid": "D674A803-2479-4A29-BA6B-935CC6E496C3",
432
+ "wake_up_type": "Power Switch",
433
+ "sku_number": "Not Specified",
434
+ "family": "Virtual Machine"
435
+ },
436
+ "base_board": {
437
+ "all_records": [
438
+ {
439
+ "record_id": "0x0008",
440
+ "size": "2",
441
+ "application_identifier": "Base Board Information",
442
+ "Manufacturer": "Oracle Corporation",
443
+ "Product Name": "VirtualBox",
444
+ "Version": "1.2",
445
+ "Serial Number": "0",
446
+ "Asset Tag": "Not Specified",
447
+ "Features": {
448
+ "Board is a hosting board": null
449
+ },
450
+ "Location In Chassis": "Not Specified",
451
+ "Chassis Handle": "0x0003",
452
+ "Type": "Motherboard",
453
+ "Contained Object Handles": "0"
454
+ }
455
+ ],
456
+ "manufacturer": "Oracle Corporation",
457
+ "product_name": "VirtualBox",
458
+ "version": "1.2",
459
+ "serial_number": "0",
460
+ "asset_tag": "Not Specified",
461
+ "location_in_chassis": "Not Specified",
462
+ "chassis_handle": "0x0003",
463
+ "type": "Motherboard",
464
+ "contained_object_handles": "0"
465
+ },
466
+ "chassis": {
467
+ "all_records": [
468
+ {
469
+ "record_id": "0x0003",
470
+ "size": "3",
471
+ "application_identifier": "Chassis Information",
472
+ "Manufacturer": "Oracle Corporation",
473
+ "Type": "Other",
474
+ "Lock": "Not Present",
475
+ "Version": "Not Specified",
476
+ "Serial Number": "Not Specified",
477
+ "Asset Tag": "Not Specified",
478
+ "Boot-up State": "Safe",
479
+ "Power Supply State": "Safe",
480
+ "Thermal State": "Safe",
481
+ "Security Status": "None"
482
+ }
483
+ ],
484
+ "manufacturer": "Oracle Corporation",
485
+ "type": "Other",
486
+ "lock": "Not Present",
487
+ "version": "Not Specified",
488
+ "serial_number": "Not Specified",
489
+ "asset_tag": "Not Specified",
490
+ "boot_up_state": "Safe",
491
+ "power_supply_state": "Safe",
492
+ "thermal_state": "Safe",
493
+ "security_status": "None"
494
+ },
495
+ "oem_strings": {
496
+ "all_records": [
497
+ {
498
+ "record_id": "0x0002",
499
+ "size": "11",
500
+ "application_identifier": "OEM Strings",
501
+ "String 1": "vboxVer_5.0.6",
502
+ "String 2": "vboxRev_103037"
503
+ }
504
+ ],
505
+ "string_1": "vboxVer_5.0.6",
506
+ "string_2": "vboxRev_103037"
285
507
  }
286
508
  },
287
509
  "languages": {
288
510
  "ruby": {
289
- "platform": "x86_64-linux",
290
- "version": "1.9.2",
291
- "release_date": "2011-07-09",
292
- "target": "x86_64-unknown-linux-gnu",
293
- "target_cpu": "x86_64",
294
- "target_vendor": "unknown",
295
- "target_os": "linux",
296
- "host": "x86_64-unknown-linux-gnu",
297
- "host_cpu": "x86_64",
298
- "host_os": "linux-gnu",
299
- "host_vendor": "unknown",
300
511
  "bin_dir": "/usr/local/bin",
301
- "ruby_bin": "/usr/local/bin/ruby",
512
+ "gem_bin": "/usr/local/bin/gem",
302
513
  "gems_dir": "/usr/local/gems",
303
- "gem_bin": "/usr/local/bin/gem"
304
- }
514
+ "ruby_bin": "/usr/local/bin/ruby"
515
+ },
516
+ "powershell": null
305
517
  },
306
518
  "chef_packages": {
307
519
  "chef": {
308
- "version": "10.12.0",
309
- "chef_root": "/usr/local/gems/chef-10.12.0/lib"
520
+ "version": "12.5.1",
521
+ "chef_root": "/usr/local/gems/chef-12.5.1/lib"
310
522
  },
311
523
  "ohai": {
312
- "version": "0.6.4",
313
- "ohai_root": "/usr/local/gems/ohai-0.6.4/lib/ohai"
524
+ "version": "8.7.0",
525
+ "ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
314
526
  }
315
527
  },
316
528
  "counters": {
@@ -375,7 +587,8 @@
375
587
  "network": {
376
588
  "default_gateway": "10.0.0.1",
377
589
  "default_interface": "eth0",
378
- "settings": {},
590
+ "settings": {
591
+ },
379
592
  "interfaces": {
380
593
  "eth0": {
381
594
  "addresses": {
@@ -411,5 +624,12 @@
411
624
  }
412
625
  },
413
626
  "uptime": "30 days 15 hours 07 minutes 30 seconds",
414
- "uptime_seconds": 2646450
627
+ "uptime_seconds": 2646450,
628
+ "cpu": {
629
+ "real": 1,
630
+ "total": 1
631
+ },
632
+ "memory": {
633
+ "total": "1024MB"
634
+ }
415
635
  }