fauxhai-ng 8.7.1 → 9.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fauxhai/.DS_Store +0 -0
  3. data/lib/fauxhai/mocker.rb +1 -1
  4. data/lib/fauxhai/platforms/.DS_Store +0 -0
  5. data/lib/fauxhai/platforms/almalinux/8.json +5758 -0
  6. data/lib/fauxhai/platforms/amazon/2.json +861 -774
  7. data/lib/fauxhai/platforms/amazon/2018.03.json +641 -547
  8. data/lib/fauxhai/platforms/centos/7.7.1908.json +1 -0
  9. data/lib/fauxhai/platforms/debian/10.json +316 -300
  10. data/lib/fauxhai/platforms/debian/{9.8.json → 11.json} +966 -1160
  11. data/lib/fauxhai/platforms/debian/9.11.json +12 -6
  12. data/lib/fauxhai/platforms/debian/9.12.json +11 -6
  13. data/lib/fauxhai/platforms/debian/{9.9.json → 9.13.json} +268 -247
  14. data/lib/fauxhai/platforms/fedora/31.json +1 -0
  15. data/lib/fauxhai/platforms/oracle/7.5.json +1 -0
  16. data/lib/fauxhai/platforms/redhat/6.10.json +728 -722
  17. data/lib/fauxhai/platforms/redhat/7.7.json +16 -8
  18. data/lib/fauxhai/platforms/redhat/7.8.json +61 -57
  19. data/lib/fauxhai/platforms/redhat/{7.5.json → 7.9.json} +793 -781
  20. data/lib/fauxhai/platforms/redhat/8.json +1024 -1021
  21. data/lib/fauxhai/platforms/rocky/8.json +5772 -0
  22. data/lib/fauxhai/platforms/smartos/5.11.json +1 -0
  23. data/lib/fauxhai/platforms/solaris2/5.11.json +8896 -7503
  24. data/lib/fauxhai/platforms/suse/12.4.json +60 -57
  25. data/lib/fauxhai/platforms/suse/12.5.json +1159 -2069
  26. data/lib/fauxhai/platforms/suse/15.json +1594 -1447
  27. data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
  28. data/lib/fauxhai/platforms/ubuntu/16.04.json +382 -276
  29. data/lib/fauxhai/platforms/ubuntu/18.04.json +437 -328
  30. data/lib/fauxhai/platforms/ubuntu/20.04.json +851 -382
  31. data/lib/fauxhai/platforms/windows/.DS_Store +0 -0
  32. data/lib/fauxhai/runner.rb +1 -0
  33. data/lib/fauxhai/version.rb +1 -1
  34. metadata +10 -34
  35. data/lib/fauxhai/platforms/aix/6.1.json +0 -731
  36. data/lib/fauxhai/platforms/amazon/2015.03.json +0 -3328
  37. data/lib/fauxhai/platforms/amazon/2015.09.json +0 -3386
  38. data/lib/fauxhai/platforms/amazon/2016.03.json +0 -3378
  39. data/lib/fauxhai/platforms/amazon/2016.09.json +0 -3385
  40. data/lib/fauxhai/platforms/amazon/2017.03.json +0 -3389
  41. data/lib/fauxhai/platforms/amazon/2017.09.json +0 -3410
  42. data/lib/fauxhai/platforms/centos/5.11.json +0 -4920
  43. data/lib/fauxhai/platforms/centos/6.9.json +0 -2693
  44. data/lib/fauxhai/platforms/centos/7.5.1804.json +0 -3795
  45. data/lib/fauxhai/platforms/centos/7.6.1810.json +0 -3810
  46. data/lib/fauxhai/platforms/debian/8.11.json +0 -3596
  47. data/lib/fauxhai/platforms/fedora/29.json +0 -3831
  48. data/lib/fauxhai/platforms/fedora/30.json +0 -3906
  49. data/lib/fauxhai/platforms/freebsd/11.1.json +0 -426
  50. data/lib/fauxhai/platforms/linuxmint/18.3.json +0 -10351
  51. data/lib/fauxhai/platforms/mac_os_x/10.13.json +0 -1339
  52. data/lib/fauxhai/platforms/opensuse/15.0.json +0 -6060
  53. data/lib/fauxhai/platforms/opensuse/15.1.json +0 -5776
  54. data/lib/fauxhai/platforms/oracle/5.11.json +0 -7029
  55. data/lib/fauxhai/platforms/oracle/6.9.json +0 -4177
  56. data/lib/fauxhai/platforms/redhat/5.11.json +0 -6682
  57. data/lib/fauxhai/platforms/redhat/6.9.json +0 -5817
  58. data/lib/fauxhai/platforms/redhat/7.4.json +0 -3886
  59. data/lib/fauxhai/platforms/redhat/7.6.json +0 -3804
  60. data/lib/fauxhai/platforms/suse/12.3.json +0 -5808
  61. data/lib/fauxhai/platforms/ubuntu/14.04.json +0 -2998
  62. data/lib/fauxhai/platforms/windows/2008R2.json +0 -444
@@ -1,426 +0,0 @@
1
- {
2
- "deprecated": true,
3
- "chef_packages": {
4
- "chef": {
5
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.0.190/lib",
6
- "version": "14.0.190"
7
- },
8
- "ohai": {
9
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.0.31/lib/ohai",
10
- "version": "14.0.31"
11
- }
12
- },
13
- "command": {
14
- "ps": "ps -axww"
15
- },
16
- "counters": {
17
- "network": {
18
- "interfaces": {
19
- "em0": {
20
- "rx": {
21
- "bytes": 0,
22
- "compressed": 0,
23
- "drop": 0,
24
- "errors": 0,
25
- "frame": 0,
26
- "multicast": 0,
27
- "overrun": 0,
28
- "packets": 0
29
- },
30
- "tx": {
31
- "bytes": 0,
32
- "carrier": 0,
33
- "collisions": 0,
34
- "compressed": 0,
35
- "drop": 0,
36
- "errors": 0,
37
- "overrun": 0,
38
- "packets": 0
39
- }
40
- },
41
- "lo": {
42
- "rx": {
43
- "bytes": 0,
44
- "drop": 0,
45
- "errors": 0,
46
- "overrun": 0,
47
- "packets": 0
48
- },
49
- "tx": {
50
- "bytes": 0,
51
- "carrier": 0,
52
- "collisions": 0,
53
- "drop": 0,
54
- "errors": 0,
55
- "packets": 0,
56
- "queuelen": "1"
57
- }
58
- }
59
- }
60
- }
61
- },
62
- "cpu": {
63
- "cores": 1,
64
- "real": 1,
65
- "total": 1
66
- },
67
- "current_user": "fauxhai",
68
- "dmi": {
69
- "base_board": {
70
- "all_records": [
71
- {
72
- "Asset Tag": "Not Specified",
73
- "Chassis Handle": "0x0003",
74
- "Contained Object Handles": "0",
75
- "Features": {
76
- "Board is a hosting board": null
77
- },
78
- "Location In Chassis": "Not Specified",
79
- "Manufacturer": "Oracle Corporation",
80
- "Product Name": "VirtualBox",
81
- "Serial Number": "0",
82
- "Type": "Motherboard",
83
- "Version": "1.2",
84
- "application_identifier": "Base Board Information",
85
- "record_id": "0x0008",
86
- "size": "2"
87
- }
88
- ],
89
- "asset_tag": "Not Specified",
90
- "chassis_handle": "0x0003",
91
- "contained_object_handles": "0",
92
- "location_in_chassis": "Not Specified",
93
- "manufacturer": "Oracle Corporation",
94
- "product_name": "VirtualBox",
95
- "serial_number": "0",
96
- "type": "Motherboard",
97
- "version": "1.2"
98
- },
99
- "bios": {
100
- "address": "0xE0000",
101
- "all_records": [
102
- {
103
- "Address": "0xE0000",
104
- "Characteristics": {
105
- "8042 keyboard services are supported (int 9h)": null,
106
- "ACPI is supported": null,
107
- "Boot from CD is supported": null,
108
- "CGA/mono video services are supported (int 10h)": null,
109
- "ISA is supported": null,
110
- "PCI is supported": null,
111
- "Selectable boot is supported": null
112
- },
113
- "ROM Size": "128 kB",
114
- "Release Date": "12/01/2006",
115
- "Runtime Size": "128 kB",
116
- "Vendor": "innotek GmbH",
117
- "Version": "VirtualBox",
118
- "application_identifier": "BIOS Information",
119
- "record_id": "0x0000",
120
- "size": "0"
121
- }
122
- ],
123
- "release_date": "12/01/2006",
124
- "rom_size": "128 kB",
125
- "runtime_size": "128 kB",
126
- "vendor": "innotek GmbH",
127
- "version": "VirtualBox"
128
- },
129
- "chassis": {
130
- "all_records": [
131
- {
132
- "Asset Tag": "Not Specified",
133
- "Boot-up State": "Safe",
134
- "Lock": "Not Present",
135
- "Manufacturer": "Oracle Corporation",
136
- "Power Supply State": "Safe",
137
- "Security Status": "None",
138
- "Serial Number": "Not Specified",
139
- "Thermal State": "Safe",
140
- "Type": "Other",
141
- "Version": "Not Specified",
142
- "application_identifier": "Chassis Information",
143
- "record_id": "0x0003",
144
- "size": "3"
145
- }
146
- ],
147
- "asset_tag": "Not Specified",
148
- "boot_up_state": "Safe",
149
- "lock": "Not Present",
150
- "manufacturer": "Oracle Corporation",
151
- "power_supply_state": "Safe",
152
- "security_status": "None",
153
- "serial_number": "Not Specified",
154
- "thermal_state": "Safe",
155
- "type": "Other",
156
- "version": "Not Specified"
157
- },
158
- "dmidecode_version": "3.1",
159
- "oem_strings": {
160
- "all_records": [
161
- {
162
- "String 1": "vboxVer_5.2.8",
163
- "String 2": "vboxRev_121009",
164
- "application_identifier": "OEM Strings",
165
- "record_id": "0x0002",
166
- "size": "11"
167
- }
168
- ],
169
- "string_1": "vboxVer_5.2.8",
170
- "string_2": "vboxRev_121009"
171
- },
172
- "smbios_version": "2.5",
173
- "structures": {
174
- "count": "10",
175
- "size": "449"
176
- },
177
- "system": {
178
- "all_records": [
179
- {
180
- "Family": "Virtual Machine",
181
- "Manufacturer": "innotek GmbH",
182
- "Product Name": "VirtualBox",
183
- "SKU Number": "Not Specified",
184
- "Serial Number": "0",
185
- "UUID": "03FA26E1-CD56-4CCB-94F2-04610AB6AAE1",
186
- "Version": "1.2",
187
- "Wake-up Type": "Power Switch",
188
- "application_identifier": "System Information",
189
- "record_id": "0x0001",
190
- "size": "1"
191
- }
192
- ],
193
- "family": "Virtual Machine",
194
- "manufacturer": "innotek GmbH",
195
- "product_name": "VirtualBox",
196
- "serial_number": "0",
197
- "sku_number": "Not Specified",
198
- "uuid": "03FA26E1-CD56-4CCB-94F2-04610AB6AAE1",
199
- "version": "1.2",
200
- "wake_up_type": "Power Switch"
201
- },
202
- "table_location": "0x000E1000"
203
- },
204
- "domain": "local",
205
- "filesystem": {
206
- "/dev/ada0s1a": {
207
- "fs_type": "ufs",
208
- "inodes_available": "1804548",
209
- "inodes_percent_used": "10",
210
- "inodes_used": "201850",
211
- "kb_available": "12100844",
212
- "kb_size": "15225340",
213
- "kb_used": "1906472",
214
- "mount": "/",
215
- "mount_options": [
216
- "local",
217
- "journaled soft-updates"
218
- ],
219
- "percent_used": "14%",
220
- "total_inodes": "2006398"
221
- },
222
- "devfs": {
223
- "fs_type": "devfs",
224
- "inodes_available": "0",
225
- "inodes_percent_used": "100",
226
- "inodes_used": "0",
227
- "kb_available": "0",
228
- "kb_size": "1",
229
- "kb_used": "1",
230
- "mount": "/dev",
231
- "mount_options": [
232
- "local",
233
- "multilabel"
234
- ],
235
- "percent_used": "100%",
236
- "total_inodes": "0"
237
- }
238
- },
239
- "fqdn": "fauxhai.local",
240
- "hostname": "Fauxhai",
241
- "idle": "30 days 15 hours 07 minutes 30 seconds",
242
- "idletime_seconds": 2646450,
243
- "ipaddress": "10.0.0.2",
244
- "kernel": {
245
- "ident": "GENERIC",
246
- "machine": "amd64",
247
- "modules": {
248
- "kernel": {
249
- "refcount": "1",
250
- "size": "1f67a88"
251
- }
252
- },
253
- "name": "FreeBSD",
254
- "os": "FreeBSD",
255
- "processor": "amd64",
256
- "release": "11.1-RELEASE",
257
- "securelevel": [
258
- "kern.securelevel: -1"
259
- ],
260
- "version": "FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC "
261
- },
262
- "keys": {
263
- "ssh": {
264
- "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
265
- "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
266
- }
267
- },
268
- "languages": {
269
- "powershell": null,
270
- "ruby": {
271
- "bin_dir": "/usr/local/bin",
272
- "gem_bin": "/usr/local/bin/gem",
273
- "gems_dir": "/usr/local/gems",
274
- "ruby_bin": "/usr/local/bin/ruby"
275
- }
276
- },
277
- "macaddress": "11:11:11:11:11:11",
278
- "machinename": "Fauxhai",
279
- "memory": {
280
- "total": "1048576kB"
281
- },
282
- "network": {
283
- "default_gateway": "10.0.0.1",
284
- "default_interface": "em0",
285
- "interfaces": {
286
- "em0": {
287
- "addresses": {
288
- "10.0.0.2": {
289
- "broadcast": "10.0.0.255",
290
- "family": "inet",
291
- "ip_scope": "RFC1918 PRIVATE",
292
- "netmask": "255.255.255.0",
293
- "prefixlen": "24",
294
- "scope": "Global"
295
- },
296
- "11:11:11:11:11:11": {
297
- "family": "lladdr"
298
- },
299
- "fe80::11:1111:1111:1111": {
300
- "family": "inet6",
301
- "ip_scope": "LINK LOCAL UNICAST",
302
- "prefixlen": "64",
303
- "scope": "Link",
304
- "tags": []
305
- }
306
- },
307
- "arp": {
308
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
309
- },
310
- "encapsulation": "Ethernet",
311
- "flags": [
312
- "BROADCAST",
313
- "MULTICAST",
314
- "UP",
315
- "LOWER_UP"
316
- ],
317
- "mtu": "1500",
318
- "number": "0",
319
- "ring_params": {},
320
- "routes": [
321
- {
322
- "destination": "default",
323
- "family": "inet",
324
- "via": "10.0.0.1"
325
- },
326
- {
327
- "destination": "10.0.0.0/24",
328
- "family": "inet",
329
- "proto": "kernel",
330
- "scope": "link",
331
- "src": "10.0.0.2"
332
- },
333
- {
334
- "destination": "fe80::/64",
335
- "family": "inet6",
336
- "metric": "256",
337
- "proto": "kernel"
338
- }
339
- ],
340
- "state": "up",
341
- "type": "em"
342
- },
343
- "lo": {
344
- "addresses": {
345
- "127.0.0.1": {
346
- "family": "inet",
347
- "ip_scope": "LOOPBACK",
348
- "netmask": "255.0.0.0",
349
- "prefixlen": "8",
350
- "scope": "Node"
351
- },
352
- "::1": {
353
- "family": "inet6",
354
- "ip_scope": "LINK LOCAL LOOPBACK",
355
- "prefixlen": "128",
356
- "scope": "Node",
357
- "tags": []
358
- }
359
- },
360
- "encapsulation": "Loopback",
361
- "flags": [
362
- "LOOPBACK",
363
- "UP",
364
- "LOWER_UP"
365
- ],
366
- "mtu": "65536",
367
- "state": "unknown"
368
- }
369
- }
370
- },
371
- "ohai_time": 1522881267.7089992,
372
- "os": "freebsd",
373
- "os_version": "1101001",
374
- "packages": {
375
- "ca_root_nss": {
376
- "version": "3.36"
377
- },
378
- "curl": {
379
- "version": "7.58.0"
380
- },
381
- "dmidecode": {
382
- "version": "3.1_1"
383
- },
384
- "gettext-runtime": {
385
- "version": "0.19.8.1_1"
386
- },
387
- "indexinfo": {
388
- "version": "0.3.1"
389
- },
390
- "libidn2": {
391
- "version": "2.0.4"
392
- },
393
- "libnghttp2": {
394
- "version": "1.29.0"
395
- },
396
- "libunistring": {
397
- "version": "0.9.8"
398
- },
399
- "pkg": {
400
- "version": "1.10.3_1"
401
- },
402
- "sudo": {
403
- "version": "1.8.21p2_1"
404
- },
405
- "wget": {
406
- "version": "1.19.2"
407
- }
408
- },
409
- "platform": "freebsd",
410
- "platform_family": "freebsd",
411
- "platform_version": "11.1-RELEASE",
412
- "root_group": "wheel",
413
- "shells": [
414
- "/bin/sh",
415
- "/bin/csh",
416
- "/bin/tcsh"
417
- ],
418
- "time": {
419
- "timezone": "GMT"
420
- },
421
- "uptime": "30 days 15 hours 07 minutes 30 seconds",
422
- "uptime_seconds": 2646450,
423
- "virtualization": {
424
- "systems": {}
425
- }
426
- }