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,519 @@
1
+ {
2
+ "lsb": {
3
+ },
4
+ "kernel": {
5
+ "name": "Linux",
6
+ "release": "2.6.32-504.el6.x86_64",
7
+ "version": "#1 SMP Tue Sep 16 01:56:35 EDT 2014",
8
+ "machine": "x86_64",
9
+ "os": "GNU/Linux",
10
+ "modules": {
11
+ "vboxsf": {
12
+ "size": "37631",
13
+ "refcount": "1"
14
+ },
15
+ "ipv6": {
16
+ "size": "334932",
17
+ "refcount": "24"
18
+ },
19
+ "ppdev": {
20
+ "size": "8537",
21
+ "refcount": "0"
22
+ },
23
+ "parport_pc": {
24
+ "size": "22658",
25
+ "refcount": "0"
26
+ },
27
+ "parport": {
28
+ "size": "36209",
29
+ "refcount": "2"
30
+ },
31
+ "sg": {
32
+ "size": "29318",
33
+ "refcount": "0"
34
+ },
35
+ "i2c_piix4": {
36
+ "size": "11776",
37
+ "refcount": "0"
38
+ },
39
+ "vboxguest": {
40
+ "size": "259640",
41
+ "refcount": "2"
42
+ },
43
+ "e1000": {
44
+ "size": "160643",
45
+ "refcount": "0"
46
+ },
47
+ "vboxvideo": {
48
+ "size": "2148",
49
+ "refcount": "0"
50
+ },
51
+ "drm": {
52
+ "size": "291252",
53
+ "refcount": "1"
54
+ },
55
+ "i2c_core": {
56
+ "size": "29964",
57
+ "refcount": "2"
58
+ },
59
+ "ext4": {
60
+ "size": "378476",
61
+ "refcount": "2"
62
+ },
63
+ "jbd2": {
64
+ "size": "93427",
65
+ "refcount": "1"
66
+ },
67
+ "mbcache": {
68
+ "size": "8193",
69
+ "refcount": "1"
70
+ },
71
+ "sd_mod": {
72
+ "size": "36998",
73
+ "refcount": "3"
74
+ },
75
+ "crc_t10dif": {
76
+ "size": "1305",
77
+ "refcount": "1"
78
+ },
79
+ "ahci": {
80
+ "size": "41208",
81
+ "refcount": "2"
82
+ },
83
+ "pata_acpi": {
84
+ "size": "3701",
85
+ "refcount": "0"
86
+ },
87
+ "ata_generic": {
88
+ "size": "3837",
89
+ "refcount": "0"
90
+ },
91
+ "ata_piix": {
92
+ "size": "24409",
93
+ "refcount": "0"
94
+ },
95
+ "dm_mirror": {
96
+ "size": "14384",
97
+ "refcount": "0"
98
+ },
99
+ "dm_region_hash": {
100
+ "size": "12085",
101
+ "refcount": "1"
102
+ },
103
+ "dm_log": {
104
+ "size": "9930",
105
+ "refcount": "2"
106
+ },
107
+ "dm_mod": {
108
+ "size": "95622",
109
+ "refcount": "8"
110
+ }
111
+ }
112
+ },
113
+ "os": "linux",
114
+ "os_version": "2.6.32-504.el6.x86_64",
115
+ "platform": "redhat",
116
+ "platform_version": "6.6",
117
+ "platform_family": "rhel",
118
+ "filesystem": {
119
+ "/dev/mapper/VolGroup-lv_root": {
120
+ "kb_size": "39710104",
121
+ "kb_used": "874772",
122
+ "kb_available": "36811500",
123
+ "percent_used": "3%",
124
+ "mount": "/",
125
+ "total_inodes": "2531328",
126
+ "inodes_used": "33841",
127
+ "inodes_available": "2497487",
128
+ "inodes_percent_used": "2%",
129
+ "fs_type": "ext4",
130
+ "mount_options": [
131
+ "rw"
132
+ ],
133
+ "uuid": "246b9fcc-0660-4f73-a80e-16860e5b05b2"
134
+ },
135
+ "tmpfs": {
136
+ "kb_size": "234696",
137
+ "kb_used": "0",
138
+ "kb_available": "234696",
139
+ "percent_used": "0%",
140
+ "mount": "/dev/shm",
141
+ "total_inodes": "58674",
142
+ "inodes_used": "1",
143
+ "inodes_available": "58673",
144
+ "inodes_percent_used": "1%",
145
+ "fs_type": "tmpfs",
146
+ "mount_options": [
147
+ "rw",
148
+ "rootcontext=\"system_u:object_r:tmpfs_t:s0\""
149
+ ]
150
+ },
151
+ "/dev/sda1": {
152
+ "kb_size": "487652",
153
+ "kb_used": "25053",
154
+ "kb_available": "436999",
155
+ "percent_used": "6%",
156
+ "mount": "/boot",
157
+ "total_inodes": "128016",
158
+ "inodes_used": "38",
159
+ "inodes_available": "127978",
160
+ "inodes_percent_used": "1%",
161
+ "fs_type": "ext4",
162
+ "mount_options": [
163
+ "rw"
164
+ ],
165
+ "uuid": "f76440c8-1ae9-4d56-99a6-2e91685d991e"
166
+ },
167
+ "vagrant": {
168
+ "kb_size": "243915264",
169
+ "kb_used": "171597572",
170
+ "kb_available": "72317692",
171
+ "percent_used": "71%",
172
+ "mount": "/vagrant",
173
+ "total_inodes": "1000",
174
+ "inodes_used": "0",
175
+ "inodes_available": "1000",
176
+ "inodes_percent_used": "0%",
177
+ "fs_type": "vboxsf",
178
+ "mount_options": [
179
+ "uid=500",
180
+ "gid=500",
181
+ "rw"
182
+ ]
183
+ },
184
+ "proc": {
185
+ "mount": "/proc",
186
+ "fs_type": "proc",
187
+ "mount_options": [
188
+ "rw"
189
+ ]
190
+ },
191
+ "sysfs": {
192
+ "mount": "/sys",
193
+ "fs_type": "sysfs",
194
+ "mount_options": [
195
+ "rw"
196
+ ]
197
+ },
198
+ "devpts": {
199
+ "mount": "/dev/pts",
200
+ "fs_type": "devpts",
201
+ "mount_options": [
202
+ "rw",
203
+ "gid=5",
204
+ "mode=620"
205
+ ]
206
+ },
207
+ "none": {
208
+ "mount": "/proc/sys/fs/binfmt_misc",
209
+ "fs_type": "binfmt_misc",
210
+ "mount_options": [
211
+ "rw"
212
+ ]
213
+ },
214
+ "/dev/sda2": {
215
+ "fs_type": "LVM2_member",
216
+ "uuid": "UQT6dc-NSJN-ujUh-lu2G-1Wko-F3Nd-HM00v8"
217
+ },
218
+ "/dev/mapper/VolGroup-lv_swap": {
219
+ "fs_type": "swap",
220
+ "uuid": "50c6c5b4-cb24-4bfc-9552-ec3be16c3ce2"
221
+ },
222
+ "rootfs": {
223
+ "mount": "/",
224
+ "fs_type": "rootfs",
225
+ "mount_options": [
226
+ "rw"
227
+ ]
228
+ },
229
+ "devtmpfs": {
230
+ "mount": "/dev",
231
+ "fs_type": "devtmpfs",
232
+ "mount_options": [
233
+ "rw",
234
+ "seclabel",
235
+ "relatime",
236
+ "size=225180k",
237
+ "nr_inodes=56295",
238
+ "mode=755"
239
+ ]
240
+ },
241
+ "/proc/bus/usb": {
242
+ "mount": "/proc/bus/usb",
243
+ "fs_type": "usbfs",
244
+ "mount_options": [
245
+ "rw",
246
+ "relatime"
247
+ ]
248
+ }
249
+ },
250
+ "command": {
251
+ "ps": "ps -ef"
252
+ },
253
+ "dmi": {
254
+ "dmidecode_version": "2.12",
255
+ "smbios_version": "2.5",
256
+ "structures": {
257
+ "count": "10",
258
+ "size": "449"
259
+ },
260
+ "table_location": "0x000E1000",
261
+ "bios": {
262
+ "all_records": [
263
+ {
264
+ "record_id": "0x0000",
265
+ "size": "0",
266
+ "application_identifier": "BIOS Information",
267
+ "Vendor": "innotek GmbH",
268
+ "Version": "VirtualBox",
269
+ "Release Date": "12/01/2006",
270
+ "Address": "0xE0000",
271
+ "Runtime Size": "128 kB",
272
+ "ROM Size": "128 kB",
273
+ "Characteristics": {
274
+ "ISA is supported": null,
275
+ "PCI is supported": null,
276
+ "Boot from CD is supported": null,
277
+ "Selectable boot is supported": null,
278
+ "8042 keyboard services are supported (int 9h)": null,
279
+ "CGA/mono video services are supported (int 10h)": null,
280
+ "ACPI is supported": null
281
+ }
282
+ }
283
+ ],
284
+ "vendor": "innotek GmbH",
285
+ "version": "VirtualBox",
286
+ "release_date": "12/01/2006",
287
+ "address": "0xE0000",
288
+ "runtime_size": "128 kB",
289
+ "rom_size": "128 kB"
290
+ },
291
+ "system": {
292
+ "all_records": [
293
+ {
294
+ "record_id": "0x0001",
295
+ "size": "1",
296
+ "application_identifier": "System Information",
297
+ "Manufacturer": "innotek GmbH",
298
+ "Product Name": "VirtualBox",
299
+ "Version": "1.2",
300
+ "Serial Number": "0",
301
+ "UUID": "A828290B-4102-4DE0-9FE3-46A1A40BBE3D",
302
+ "Wake-up Type": "Power Switch",
303
+ "SKU Number": "Not Specified",
304
+ "Family": "Virtual Machine"
305
+ }
306
+ ],
307
+ "manufacturer": "innotek GmbH",
308
+ "product_name": "VirtualBox",
309
+ "version": "1.2",
310
+ "serial_number": "0",
311
+ "uuid": "A828290B-4102-4DE0-9FE3-46A1A40BBE3D",
312
+ "wake_up_type": "Power Switch",
313
+ "sku_number": "Not Specified",
314
+ "family": "Virtual Machine"
315
+ },
316
+ "base_board": {
317
+ "all_records": [
318
+ {
319
+ "record_id": "0x0008",
320
+ "size": "2",
321
+ "application_identifier": "Base Board Information",
322
+ "Manufacturer": "Oracle Corporation",
323
+ "Product Name": "VirtualBox",
324
+ "Version": "1.2",
325
+ "Serial Number": "0",
326
+ "Asset Tag": "Not Specified",
327
+ "Features": {
328
+ "Board is a hosting board": null
329
+ },
330
+ "Location In Chassis": "Not Specified",
331
+ "Chassis Handle": "0x0003",
332
+ "Type": "Motherboard",
333
+ "Contained Object Handles": "0"
334
+ }
335
+ ],
336
+ "manufacturer": "Oracle Corporation",
337
+ "product_name": "VirtualBox",
338
+ "version": "1.2",
339
+ "serial_number": "0",
340
+ "asset_tag": "Not Specified",
341
+ "location_in_chassis": "Not Specified",
342
+ "chassis_handle": "0x0003",
343
+ "type": "Motherboard",
344
+ "contained_object_handles": "0"
345
+ },
346
+ "chassis": {
347
+ "all_records": [
348
+ {
349
+ "record_id": "0x0003",
350
+ "size": "3",
351
+ "application_identifier": "Inactive",
352
+ "Manufacturer": "Oracle Corporation",
353
+ "Type": "Other",
354
+ "Lock": "Not Present",
355
+ "Version": "Not Specified",
356
+ "Serial Number": "Not Specified",
357
+ "Asset Tag": "Not Specified",
358
+ "Boot-up State": "Safe",
359
+ "Power Supply State": "Safe",
360
+ "Thermal State": "Safe",
361
+ "Security Status": "None"
362
+ }
363
+ ],
364
+ "manufacturer": "Oracle Corporation",
365
+ "type": "Other",
366
+ "lock": "Not Present",
367
+ "version": "Not Specified",
368
+ "serial_number": "Not Specified",
369
+ "asset_tag": "Not Specified",
370
+ "boot_up_state": "Safe",
371
+ "power_supply_state": "Safe",
372
+ "thermal_state": "Safe",
373
+ "security_status": "None"
374
+ },
375
+ "oem_strings": {
376
+ "all_records": [
377
+ {
378
+ "record_id": "0x0002",
379
+ "size": "11",
380
+ "application_identifier": "End Of Table",
381
+ "String 1": "vboxVer_4.3.16",
382
+ "String 2": "vboxRev_95972",
383
+ "Header and Data": {
384
+ "80 08 08 00 6B D6 1C 00": null
385
+ }
386
+ }
387
+ ],
388
+ "string_1": "vboxVer_4.3.16",
389
+ "string_2": "vboxRev_95972"
390
+ }
391
+ },
392
+ "ohai_time": 1429146764.6692042,
393
+ "languages": {
394
+ "ruby": {
395
+ "bin_dir": "/usr/local/bin",
396
+ "gem_bin": "/usr/local/bin/gem",
397
+ "gems_dir": "/usr/local/gems",
398
+ "ruby_bin": "/usr/local/bin/ruby"
399
+ },
400
+ "powershell": null
401
+ },
402
+ "chef_packages": {
403
+ "chef": {
404
+ "version": "12.2.1",
405
+ "chef_root": "/usr/local/gems/chef-12.2.1/lib"
406
+ },
407
+ "ohai": {
408
+ "version": "8.2.0",
409
+ "ohai_root": "/usr/local/gems/ohai-8.2.0/lib/ohai"
410
+ }
411
+ },
412
+ "counters": {
413
+ "network": {
414
+ "interfaces": {
415
+ "eth0": {
416
+ "rx": {
417
+ "bytes": "0",
418
+ "packets": "0",
419
+ "errors": "0",
420
+ "drop": 0,
421
+ "overrun": 0,
422
+ "frame": 0,
423
+ "compressed": 0,
424
+ "multicast": 0
425
+ },
426
+ "tx": {
427
+ "bytes": "342",
428
+ "packets": "0",
429
+ "errors": "0",
430
+ "drop": 0,
431
+ "overrun": 0,
432
+ "collisions": "0",
433
+ "carrier": 0,
434
+ "compressed": 0
435
+ }
436
+ }
437
+ }
438
+ }
439
+ },
440
+ "current_user": "fauxhai",
441
+ "domain": "local",
442
+ "etc": {
443
+ "passwd": {
444
+ "fauxhai": {
445
+ "dir": "/home/fauxhai",
446
+ "gid": 0,
447
+ "uid": 0,
448
+ "shell": "/bin/bash",
449
+ "gecos": "Fauxhai"
450
+ }
451
+ },
452
+ "group": {
453
+ "fauxhai": {
454
+ "gid": 0,
455
+ "members": [
456
+ "fauxhai"
457
+ ]
458
+ }
459
+ }
460
+ },
461
+ "hostname": "Fauxhai",
462
+ "fqdn": "fauxhai.local",
463
+ "ipaddress": "10.0.0.2",
464
+ "keys": {
465
+ "ssh": {
466
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
467
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
468
+ }
469
+ },
470
+ "macaddress": "11:11:11:11:11:11",
471
+ "network": {
472
+ "default_gateway": "10.0.0.1",
473
+ "default_interface": "eth0",
474
+ "settings": {
475
+ },
476
+ "interfaces": {
477
+ "eth0": {
478
+ "addresses": {
479
+ "10.0.0.2": {
480
+ "broadcast": "10.0.0.255",
481
+ "family": "inet",
482
+ "netmask": "255.255.255.0",
483
+ "prefixlen": "23",
484
+ "scope": "Global"
485
+ }
486
+ },
487
+ "arp": {
488
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
489
+ },
490
+ "encapsulation": "Ethernet",
491
+ "flags": [
492
+ "BROADCAST",
493
+ "MULTICAST",
494
+ "UP",
495
+ "LOWER_UP"
496
+ ],
497
+ "mtu": "1500",
498
+ "number": "0",
499
+ "routes": {
500
+ "10.0.0.0/255": {
501
+ "scope": "link",
502
+ "src": "10.0.0.2"
503
+ }
504
+ },
505
+ "state": "up",
506
+ "type": "eth"
507
+ }
508
+ }
509
+ },
510
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
511
+ "uptime_seconds": 2646450,
512
+ "cpu": {
513
+ "real": 1,
514
+ "total": 1
515
+ },
516
+ "memory": {
517
+ "total": "1024MB"
518
+ }
519
+ }