fauxhai 3.10.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +39 -0
  3. data/lib/fauxhai/platforms/arch/{3.10.5-1-ARCH.json → 4.9.11-1-ARCH.json} +325 -160
  4. data/lib/fauxhai/platforms/centos/6.8.json +206 -174
  5. data/lib/fauxhai/platforms/centos/7.3.1611.json +871 -0
  6. data/lib/fauxhai/platforms/debian/7.11.json +89 -101
  7. data/lib/fauxhai/platforms/debian/8.7.json +766 -0
  8. data/lib/fauxhai/platforms/fedora/{18.json → 25.json} +417 -205
  9. data/lib/fauxhai/platforms/freebsd/10.3.json +16 -16
  10. data/lib/fauxhai/platforms/freebsd/11.0.json +14 -14
  11. data/lib/fauxhai/platforms/opensuse/42.1.json +141 -94
  12. data/lib/fauxhai/platforms/{debian/stretch/sid.json → opensuse/42.2.json} +372 -356
  13. data/lib/fauxhai/platforms/redhat/6.6.json +279 -175
  14. data/lib/fauxhai/platforms/{freebsd/9.1.json → redhat/6.7.json} +374 -63
  15. data/lib/fauxhai/platforms/{freebsd/9.2.json → redhat/6.8.json} +360 -53
  16. data/lib/fauxhai/platforms/redhat/7.0.json +147 -169
  17. data/lib/fauxhai/platforms/redhat/7.1.json +460 -383
  18. data/lib/fauxhai/platforms/redhat/7.2.json +431 -242
  19. data/lib/fauxhai/platforms/redhat/7.3.json +871 -0
  20. data/lib/fauxhai/platforms/suse/12.0.json +524 -415
  21. data/lib/fauxhai/platforms/suse/12.2.json +873 -0
  22. data/lib/fauxhai/platforms/ubuntu/14.04.json +206 -223
  23. data/lib/fauxhai/platforms/ubuntu/16.04.json +153 -195
  24. data/lib/fauxhai/version.rb +1 -1
  25. metadata +12 -27
  26. data/lib/fauxhai/platforms/debian/6.0.5.json +0 -303
  27. data/lib/fauxhai/platforms/debian/jessie/sid.json +0 -588
  28. data/lib/fauxhai/platforms/fedora/19.json +0 -474
  29. data/lib/fauxhai/platforms/fedora/20.json +0 -442
  30. data/lib/fauxhai/platforms/freebsd/10.0.json +0 -338
  31. data/lib/fauxhai/platforms/freebsd/8.4.json +0 -369
  32. data/lib/fauxhai/platforms/gentoo/2.1.json +0 -416
  33. data/lib/fauxhai/platforms/mac_os_x/10.6.8.json +0 -848
  34. data/lib/fauxhai/platforms/mac_os_x/10.7.4.json +0 -800
  35. data/lib/fauxhai/platforms/mac_os_x/10.8.2.json +0 -757
  36. data/lib/fauxhai/platforms/omnios/151002.json +0 -2382
  37. data/lib/fauxhai/platforms/omnios/151006.json +0 -1955
  38. data/lib/fauxhai/platforms/omnios/151008.json +0 -2230
  39. data/lib/fauxhai/platforms/suse/11.1.json +0 -2563
  40. data/lib/fauxhai/platforms/suse/11.2.json +0 -2564
  41. data/lib/fauxhai/platforms/ubuntu/10.04.json +0 -522
  42. data/lib/fauxhai/platforms/ubuntu/13.04.json +0 -2584
  43. data/lib/fauxhai/platforms/ubuntu/13.10.json +0 -510
  44. data/lib/fauxhai/platforms/ubuntu/14.10.json +0 -617
@@ -1,148 +1,14 @@
1
1
  {
2
- "dmi": {
3
- "dmidecode_version": "2.12",
4
- "smbios_version": "2.4",
5
- "structures": {
6
- "count": "11",
7
- "size": "310"
8
- },
9
- "bios": {
10
- "all_records": [
11
- {
12
- "record_id": "0x0000",
13
- "size": "0",
14
- "application_identifier": "BIOS Information",
15
- "Vendor": "Xen",
16
- "Version": "4.2.amazon",
17
- "Release Date": "05/12/2016",
18
- "Address": "0xE8000",
19
- "Runtime Size": "96 kB",
20
- "ROM Size": "64 kB",
21
- "Characteristics": {
22
- "PCI is supported": null,
23
- "EDD is supported": null,
24
- "Targeted content distribution is supported": null
25
- },
26
- "BIOS Revision": "4.2"
27
- }
28
- ],
29
- "vendor": "Xen",
30
- "version": "4.2.amazon",
31
- "release_date": "05/12/2016",
32
- "address": "0xE8000",
33
- "runtime_size": "96 kB",
34
- "rom_size": "64 kB",
35
- "bios_revision": "4.2"
36
- },
37
- "system": {
38
- "all_records": [
39
- {
40
- "record_id": "0x0100",
41
- "size": "1",
42
- "application_identifier": "System Information",
43
- "Manufacturer": "Xen",
44
- "Product Name": "HVM domU",
45
- "Version": "4.2.amazon",
46
- "Serial Number": "ec23248f-5e9e-88ae-9abe-ccc1713a0261",
47
- "UUID": "EC23248F-5E9E-88AE-9ABE-CCC1713A0261",
48
- "Wake-up Type": "Power Switch",
49
- "SKU Number": "Not Specified",
50
- "Family": "Not Specified"
51
- }
52
- ],
53
- "manufacturer": "Xen",
54
- "product_name": "HVM domU",
55
- "version": "4.2.amazon",
56
- "serial_number": "ec23248f-5e9e-88ae-9abe-ccc1713a0261",
57
- "uuid": "EC23248F-5E9E-88AE-9ABE-CCC1713A0261",
58
- "wake_up_type": "Power Switch",
59
- "sku_number": "Not Specified",
60
- "family": "Not Specified"
61
- },
62
- "chassis": {
63
- "all_records": [
64
- {
65
- "record_id": "0x0300",
66
- "size": "3",
67
- "application_identifier": "Chassis Information",
68
- "Manufacturer": "Xen",
69
- "Type": "Other",
70
- "Lock": "Not Present",
71
- "Version": "Not Specified",
72
- "Serial Number": "Not Specified",
73
- "Asset Tag": "Not Specified",
74
- "Boot-up State": "Safe",
75
- "Power Supply State": "Safe",
76
- "Thermal State": "Safe",
77
- "Security Status": "Unknown"
78
- }
79
- ],
80
- "manufacturer": "Xen",
81
- "type": "Other",
82
- "lock": "Not Present",
83
- "version": "Not Specified",
84
- "serial_number": "Not Specified",
85
- "asset_tag": "Not Specified",
86
- "boot_up_state": "Safe",
87
- "power_supply_state": "Safe",
88
- "thermal_state": "Safe",
89
- "security_status": "Unknown"
90
- },
91
- "processor": {
92
- "all_records": [
93
- {
94
- "record_id": "0x0401",
95
- "size": "4",
96
- "application_identifier": "Processor Information",
97
- "Socket Designation": "CPU 1",
98
- "Type": "Central Processor",
99
- "Family": "Other",
100
- "Manufacturer": "Intel",
101
- "ID": "F2 06 03 00 FF FB 89 17",
102
- "Version": "Not Specified",
103
- "Voltage": "Unknown",
104
- "External Clock": "Unknown",
105
- "Max Speed": "2400 MHz",
106
- "Current Speed": "2400 MHz",
107
- "Status": "Populated, Enabled",
108
- "Upgrade": "Other"
109
- }
110
- ],
111
- "socket_designation": "CPU 1",
112
- "type": "Central Processor",
113
- "family": "Other",
114
- "manufacturer": "Intel",
115
- "id": "F2 06 03 00 FF FB 89 17",
116
- "version": "Not Specified",
117
- "voltage": "Unknown",
118
- "external_clock": "Unknown",
119
- "max_speed": "2400 MHz",
120
- "current_speed": "2400 MHz",
121
- "status": "Populated, Enabled",
122
- "upgrade": "Other"
123
- },
124
- "oem_strings": {
125
- "all_records": [
126
- {
127
- "record_id": "0x0B00",
128
- "size": "11",
129
- "application_identifier": "OEM Strings",
130
- "String 1": "Xen"
131
- }
132
- ],
133
- "string_1": "Xen"
134
- }
135
- },
136
2
  "filesystem": {
137
- "/dev/xvda2": {
138
- "kb_size": "10473452",
139
- "kb_used": "2006292",
140
- "kb_available": "8467160",
141
- "percent_used": "20%",
3
+ "/dev/mapper/rhel-root": {
4
+ "kb_size": "8869888",
5
+ "kb_used": "1096428",
6
+ "kb_available": "7773460",
7
+ "percent_used": "13%",
142
8
  "mount": "/",
143
- "total_inodes": "10483680",
144
- "inodes_used": "75802",
145
- "inodes_available": "10407878",
9
+ "total_inodes": "8880128",
10
+ "inodes_used": "40816",
11
+ "inodes_available": "8839312",
146
12
  "inodes_percent_used": "1%",
147
13
  "fs_type": "xfs",
148
14
  "mount_options": [
@@ -153,37 +19,37 @@
153
19
  "inode64",
154
20
  "noquota"
155
21
  ],
156
- "uuid": "379de64d-ea11-4f5b-ae6a-0aa50ff7b24d"
22
+ "uuid": "b4643bec-868f-4f7a-be3d-5648290ebfe1"
157
23
  },
158
24
  "devtmpfs": {
159
- "kb_size": "923148",
25
+ "kb_size": "498164",
160
26
  "kb_used": "0",
161
- "kb_available": "923148",
27
+ "kb_available": "498164",
162
28
  "percent_used": "0%",
163
29
  "mount": "/dev",
164
- "total_inodes": "230787",
165
- "inodes_used": "280",
166
- "inodes_available": "230507",
30
+ "total_inodes": "124541",
31
+ "inodes_used": "343",
32
+ "inodes_available": "124198",
167
33
  "inodes_percent_used": "1%",
168
34
  "fs_type": "devtmpfs",
169
35
  "mount_options": [
170
36
  "rw",
171
37
  "nosuid",
172
38
  "seclabel",
173
- "size=923148k",
174
- "nr_inodes=230787",
39
+ "size=498164k",
40
+ "nr_inodes=124541",
175
41
  "mode=755"
176
42
  ]
177
43
  },
178
44
  "tmpfs": {
179
- "kb_size": "188280",
45
+ "kb_size": "101688",
180
46
  "kb_used": "0",
181
- "kb_available": "188280",
47
+ "kb_available": "101688",
182
48
  "percent_used": "0%",
183
49
  "mount": "/run/user/0",
184
- "total_inodes": "235350",
50
+ "total_inodes": "127107",
185
51
  "inodes_used": "1",
186
- "inodes_available": "235349",
52
+ "inodes_available": "127106",
187
53
  "inodes_percent_used": "1%",
188
54
  "fs_type": "tmpfs",
189
55
  "mount_options": [
@@ -192,10 +58,31 @@
192
58
  "nodev",
193
59
  "relatime",
194
60
  "seclabel",
195
- "size=188280k",
61
+ "size=101688k",
196
62
  "mode=700"
197
63
  ]
198
64
  },
65
+ "/dev/sda1": {
66
+ "kb_size": "508588",
67
+ "kb_used": "126400",
68
+ "kb_available": "382188",
69
+ "percent_used": "25%",
70
+ "mount": "/boot",
71
+ "total_inodes": "512000",
72
+ "inodes_used": "328",
73
+ "inodes_available": "511672",
74
+ "inodes_percent_used": "1%",
75
+ "fs_type": "xfs",
76
+ "mount_options": [
77
+ "rw",
78
+ "relatime",
79
+ "seclabel",
80
+ "attr2",
81
+ "inode64",
82
+ "noquota"
83
+ ],
84
+ "uuid": "f53c5e6f-8431-4f7e-8d67-fb48b6e7c51c"
85
+ },
199
86
  "sysfs": {
200
87
  "mount": "/sys",
201
88
  "fs_type": "sysfs",
@@ -245,7 +132,7 @@
245
132
  ]
246
133
  },
247
134
  "cgroup": {
248
- "mount": "/sys/fs/cgroup/devices",
135
+ "mount": "/sys/fs/cgroup/net_cls",
249
136
  "fs_type": "cgroup",
250
137
  "mount_options": [
251
138
  "rw",
@@ -253,7 +140,7 @@
253
140
  "nodev",
254
141
  "noexec",
255
142
  "relatime",
256
- "devices"
143
+ "net_cls"
257
144
  ]
258
145
  },
259
146
  "pstore": {
@@ -289,7 +176,7 @@
289
176
  "mount_options": [
290
177
  "rw",
291
178
  "relatime",
292
- "fd=22",
179
+ "fd=25",
293
180
  "pgrp=1",
294
181
  "timeout=300",
295
182
  "minproto=5",
@@ -306,14 +193,6 @@
306
193
  "seclabel"
307
194
  ]
308
195
  },
309
- "debugfs": {
310
- "mount": "/sys/kernel/debug",
311
- "fs_type": "debugfs",
312
- "mount_options": [
313
- "rw",
314
- "relatime"
315
- ]
316
- },
317
196
  "hugetlbfs": {
318
197
  "mount": "/dev/hugepages",
319
198
  "fs_type": "hugetlbfs",
@@ -323,6 +202,22 @@
323
202
  "seclabel"
324
203
  ]
325
204
  },
205
+ "debugfs": {
206
+ "mount": "/sys/kernel/debug",
207
+ "fs_type": "debugfs",
208
+ "mount_options": [
209
+ "rw",
210
+ "relatime"
211
+ ]
212
+ },
213
+ "/dev/sda2": {
214
+ "fs_type": "LVM2_member",
215
+ "uuid": "usndgw-1VFb-dR7P-HNQC-wn9h-YsI9-yHJ4LS"
216
+ },
217
+ "/dev/mapper/rhel-swap": {
218
+ "fs_type": "swap",
219
+ "uuid": "24eff99e-1908-42d6-b153-d4d0c1a197b1"
220
+ },
326
221
  "rootfs": {
327
222
  "mount": "/",
328
223
  "fs_type": "rootfs",
@@ -331,7 +226,6 @@
331
226
  ]
332
227
  }
333
228
  },
334
- "lsb": {},
335
229
  "kernel": {
336
230
  "name": "Linux",
337
231
  "release": "3.10.0-327.el7.x86_64",
@@ -340,54 +234,180 @@
340
234
  "processor": "x86_64",
341
235
  "os": "GNU/Linux",
342
236
  "modules": {
343
- "isofs": {
344
- "size": "39844",
237
+ "ip6t_rpfilter": {
238
+ "size": "12546",
239
+ "refcount": "1"
240
+ },
241
+ "ip6t_REJECT": {
242
+ "size": "12939",
243
+ "refcount": "2"
244
+ },
245
+ "ipt_REJECT": {
246
+ "size": "12541",
247
+ "refcount": "2"
248
+ },
249
+ "xt_conntrack": {
250
+ "size": "12760",
251
+ "refcount": "7"
252
+ },
253
+ "ebtable_nat": {
254
+ "size": "12807",
345
255
  "refcount": "0"
346
256
  },
347
- "intel_rapl": {
348
- "size": "18773",
257
+ "ebtable_broute": {
258
+ "size": "12731",
349
259
  "refcount": "0"
350
260
  },
261
+ "bridge": {
262
+ "size": "119562",
263
+ "refcount": "1",
264
+ "version": "2.3"
265
+ },
266
+ "stp": {
267
+ "size": "12976",
268
+ "refcount": "1"
269
+ },
270
+ "llc": {
271
+ "size": "14552",
272
+ "refcount": "2"
273
+ },
274
+ "ebtable_filter": {
275
+ "size": "12827",
276
+ "refcount": "0"
277
+ },
278
+ "ebtables": {
279
+ "size": "30913",
280
+ "refcount": "3"
281
+ },
282
+ "ip6table_nat": {
283
+ "size": "12864",
284
+ "refcount": "1"
285
+ },
286
+ "nf_conntrack_ipv6": {
287
+ "size": "18738",
288
+ "refcount": "5"
289
+ },
290
+ "nf_defrag_ipv6": {
291
+ "size": "34768",
292
+ "refcount": "1"
293
+ },
294
+ "nf_nat_ipv6": {
295
+ "size": "14131",
296
+ "refcount": "1"
297
+ },
298
+ "ip6table_mangle": {
299
+ "size": "12700",
300
+ "refcount": "1"
301
+ },
302
+ "ip6table_security": {
303
+ "size": "12710",
304
+ "refcount": "1"
305
+ },
306
+ "ip6table_raw": {
307
+ "size": "12683",
308
+ "refcount": "1"
309
+ },
310
+ "ip6table_filter": {
311
+ "size": "12815",
312
+ "refcount": "1"
313
+ },
314
+ "ip6_tables": {
315
+ "size": "27025",
316
+ "refcount": "5"
317
+ },
318
+ "iptable_nat": {
319
+ "size": "12875",
320
+ "refcount": "1"
321
+ },
322
+ "nf_conntrack_ipv4": {
323
+ "size": "14862",
324
+ "refcount": "4"
325
+ },
326
+ "nf_defrag_ipv4": {
327
+ "size": "12729",
328
+ "refcount": "1"
329
+ },
330
+ "nf_nat_ipv4": {
331
+ "size": "14115",
332
+ "refcount": "1"
333
+ },
334
+ "nf_nat": {
335
+ "size": "26146",
336
+ "refcount": "2"
337
+ },
338
+ "nf_conntrack": {
339
+ "size": "105745",
340
+ "refcount": "6"
341
+ },
342
+ "iptable_mangle": {
343
+ "size": "12695",
344
+ "refcount": "1"
345
+ },
346
+ "iptable_security": {
347
+ "size": "12705",
348
+ "refcount": "1"
349
+ },
350
+ "iptable_raw": {
351
+ "size": "12678",
352
+ "refcount": "1"
353
+ },
354
+ "iptable_filter": {
355
+ "size": "12810",
356
+ "refcount": "1"
357
+ },
351
358
  "crc32_pclmul": {
352
359
  "size": "13113",
353
360
  "refcount": "0"
354
361
  },
362
+ "snd_intel8x0": {
363
+ "size": "38274",
364
+ "refcount": "0"
365
+ },
355
366
  "ghash_clmulni_intel": {
356
367
  "size": "13259",
357
368
  "refcount": "0"
358
369
  },
370
+ "snd_ac97_codec": {
371
+ "size": "130605",
372
+ "refcount": "1"
373
+ },
359
374
  "aesni_intel": {
360
375
  "size": "69884",
361
376
  "refcount": "0"
362
377
  },
378
+ "ppdev": {
379
+ "size": "17671",
380
+ "refcount": "0"
381
+ },
382
+ "ac97_bus": {
383
+ "size": "12730",
384
+ "refcount": "1"
385
+ },
363
386
  "lrw": {
364
387
  "size": "13286",
365
388
  "refcount": "1"
366
389
  },
367
- "gf128mul": {
368
- "size": "14951",
369
- "refcount": "1"
390
+ "sg": {
391
+ "size": "40721",
392
+ "refcount": "0",
393
+ "version": "3.5.36"
370
394
  },
371
- "cirrus": {
372
- "size": "24694",
373
- "refcount": "1"
395
+ "snd_seq": {
396
+ "size": "66691",
397
+ "refcount": "0"
374
398
  },
375
- "syscopyarea": {
376
- "size": "12529",
399
+ "snd_seq_device": {
400
+ "size": "14356",
377
401
  "refcount": "1"
378
402
  },
379
- "sysfillrect": {
380
- "size": "12701",
403
+ "gf128mul": {
404
+ "size": "14951",
381
405
  "refcount": "1"
382
406
  },
383
407
  "glue_helper": {
384
408
  "size": "13990",
385
409
  "refcount": "1"
386
410
  },
387
- "sysimgblt": {
388
- "size": "12640",
389
- "refcount": "1"
390
- },
391
411
  "ablk_helper": {
392
412
  "size": "13597",
393
413
  "refcount": "1"
@@ -396,26 +416,10 @@
396
416
  "size": "20359",
397
417
  "refcount": "3"
398
418
  },
399
- "ttm": {
400
- "size": "93441",
401
- "refcount": "1"
402
- },
403
419
  "pcspkr": {
404
420
  "size": "12718",
405
421
  "refcount": "0"
406
422
  },
407
- "drm_kms_helper": {
408
- "size": "125008",
409
- "refcount": "1"
410
- },
411
- "ppdev": {
412
- "size": "17671",
413
- "refcount": "0"
414
- },
415
- "drm": {
416
- "size": "349210",
417
- "refcount": "4"
418
- },
419
423
  "parport_pc": {
420
424
  "size": "28165",
421
425
  "refcount": "0"
@@ -424,26 +428,66 @@
424
428
  "size": "42348",
425
429
  "refcount": "2"
426
430
  },
431
+ "snd_pcm": {
432
+ "size": "105835",
433
+ "refcount": "2"
434
+ },
435
+ "snd_timer": {
436
+ "size": "29639",
437
+ "refcount": "2"
438
+ },
439
+ "snd": {
440
+ "size": "83425",
441
+ "refcount": "6"
442
+ },
443
+ "soundcore": {
444
+ "size": "15047",
445
+ "refcount": "1"
446
+ },
447
+ "video": {
448
+ "size": "24400",
449
+ "refcount": "0"
450
+ },
427
451
  "i2c_piix4": {
428
452
  "size": "22106",
429
453
  "refcount": "0"
430
454
  },
431
455
  "i2c_core": {
432
456
  "size": "40582",
433
- "refcount": "3"
457
+ "refcount": "1"
434
458
  },
435
459
  "ip_tables": {
436
460
  "size": "27240",
437
- "refcount": "0"
461
+ "refcount": "5"
438
462
  },
439
463
  "xfs": {
440
464
  "size": "939662",
441
- "refcount": "1"
465
+ "refcount": "2"
442
466
  },
443
467
  "libcrc32c": {
444
468
  "size": "12644",
445
469
  "refcount": "1"
446
470
  },
471
+ "sd_mod": {
472
+ "size": "45497",
473
+ "refcount": "3"
474
+ },
475
+ "crc_t10dif": {
476
+ "size": "12714",
477
+ "refcount": "1"
478
+ },
479
+ "crct10dif_generic": {
480
+ "size": "12647",
481
+ "refcount": "0"
482
+ },
483
+ "sr_mod": {
484
+ "size": "22416",
485
+ "refcount": "0"
486
+ },
487
+ "cdrom": {
488
+ "size": "42556",
489
+ "refcount": "1"
490
+ },
447
491
  "ata_generic": {
448
492
  "size": "12910",
449
493
  "refcount": "0",
@@ -454,85 +498,230 @@
454
498
  "refcount": "0",
455
499
  "version": "0.2.3"
456
500
  },
457
- "crct10dif_pclmul": {
458
- "size": "14289",
459
- "refcount": "0"
460
- },
461
- "crct10dif_common": {
462
- "size": "12595",
463
- "refcount": "1"
464
- },
465
501
  "ata_piix": {
466
502
  "size": "35038",
467
503
  "refcount": "0",
468
504
  "version": "2.13"
469
505
  },
470
- "xen_netfront": {
471
- "size": "26720",
472
- "refcount": "0"
506
+ "ahci": {
507
+ "size": "29907",
508
+ "refcount": "2",
509
+ "version": "3.0"
473
510
  },
474
- "xen_blkfront": {
475
- "size": "26971",
476
- "refcount": "2"
511
+ "libahci": {
512
+ "size": "32031",
513
+ "refcount": "1"
514
+ },
515
+ "crct10dif_pclmul": {
516
+ "size": "14289",
517
+ "refcount": "1"
518
+ },
519
+ "crct10dif_common": {
520
+ "size": "12595",
521
+ "refcount": "3"
477
522
  },
478
523
  "crc32c_intel": {
479
524
  "size": "22079",
480
525
  "refcount": "1"
481
526
  },
527
+ "serio_raw": {
528
+ "size": "13462",
529
+ "refcount": "0"
530
+ },
531
+ "e1000": {
532
+ "size": "149323",
533
+ "refcount": "0",
534
+ "version": "7.3.21-k8-NAPI"
535
+ },
482
536
  "libata": {
483
537
  "size": "218730",
484
- "refcount": "3",
538
+ "refcount": "5",
485
539
  "version": "3.00"
486
540
  },
487
- "serio_raw": {
488
- "size": "13462",
541
+ "dm_mirror": {
542
+ "size": "22135",
489
543
  "refcount": "0"
490
544
  },
491
- "floppy": {
492
- "size": "69417",
493
- "refcount": "0"
545
+ "dm_region_hash": {
546
+ "size": "20862",
547
+ "refcount": "1"
548
+ },
549
+ "dm_log": {
550
+ "size": "18411",
551
+ "refcount": "2"
552
+ },
553
+ "dm_mod": {
554
+ "size": "113292",
555
+ "refcount": "8"
494
556
  }
495
557
  }
496
558
  },
497
559
  "os": "linux",
498
560
  "os_version": "3.10.0-327.el7.x86_64",
561
+ "lsb": {
562
+ },
499
563
  "platform": "redhat",
500
564
  "platform_version": "7.2",
501
565
  "platform_family": "rhel",
566
+ "dmi": {
567
+ "dmidecode_version": "2.12",
568
+ "smbios_version": "2.5",
569
+ "structures": {
570
+ "count": "10",
571
+ "size": "450"
572
+ },
573
+ "table_location": "0x000E1000",
574
+ "bios": {
575
+ "all_records": [
576
+ {
577
+ "record_id": "0x0000",
578
+ "size": "0",
579
+ "application_identifier": "BIOS Information",
580
+ "Vendor": "innotek GmbH",
581
+ "Version": "VirtualBox",
582
+ "Release Date": "12/01/2006",
583
+ "Address": "0xE0000",
584
+ "Runtime Size": "128 kB",
585
+ "ROM Size": "128 kB",
586
+ "Characteristics": {
587
+ "ISA is supported": null,
588
+ "PCI is supported": null,
589
+ "Boot from CD is supported": null,
590
+ "Selectable boot is supported": null,
591
+ "8042 keyboard services are supported (int 9h)": null,
592
+ "CGA/mono video services are supported (int 10h)": null,
593
+ "ACPI is supported": null
594
+ }
595
+ }
596
+ ],
597
+ "vendor": "innotek GmbH",
598
+ "version": "VirtualBox",
599
+ "release_date": "12/01/2006",
600
+ "address": "0xE0000",
601
+ "runtime_size": "128 kB",
602
+ "rom_size": "128 kB"
603
+ },
604
+ "system": {
605
+ "all_records": [
606
+ {
607
+ "record_id": "0x0001",
608
+ "size": "1",
609
+ "application_identifier": "System Information",
610
+ "Manufacturer": "innotek GmbH",
611
+ "Product Name": "VirtualBox",
612
+ "Version": "1.2",
613
+ "Serial Number": "0",
614
+ "UUID": "F43ED604-2668-4A0B-83FB-1FBE8AEBA9FC",
615
+ "Wake-up Type": "Power Switch",
616
+ "SKU Number": "Not Specified",
617
+ "Family": "Virtual Machine"
618
+ }
619
+ ],
620
+ "manufacturer": "innotek GmbH",
621
+ "product_name": "VirtualBox",
622
+ "version": "1.2",
623
+ "serial_number": "0",
624
+ "uuid": "F43ED604-2668-4A0B-83FB-1FBE8AEBA9FC",
625
+ "wake_up_type": "Power Switch",
626
+ "sku_number": "Not Specified",
627
+ "family": "Virtual Machine"
628
+ },
629
+ "base_board": {
630
+ "all_records": [
631
+ {
632
+ "record_id": "0x0008",
633
+ "size": "2",
634
+ "application_identifier": "Base Board Information",
635
+ "Manufacturer": "Oracle Corporation",
636
+ "Product Name": "VirtualBox",
637
+ "Version": "1.2",
638
+ "Serial Number": "0",
639
+ "Asset Tag": "Not Specified",
640
+ "Features": {
641
+ "Board is a hosting board": null
642
+ },
643
+ "Location In Chassis": "Not Specified",
644
+ "Chassis Handle": "0x0003",
645
+ "Type": "Motherboard",
646
+ "Contained Object Handles": "0"
647
+ }
648
+ ],
649
+ "manufacturer": "Oracle Corporation",
650
+ "product_name": "VirtualBox",
651
+ "version": "1.2",
652
+ "serial_number": "0",
653
+ "asset_tag": "Not Specified",
654
+ "location_in_chassis": "Not Specified",
655
+ "chassis_handle": "0x0003",
656
+ "type": "Motherboard",
657
+ "contained_object_handles": "0"
658
+ },
659
+ "chassis": {
660
+ "all_records": [
661
+ {
662
+ "record_id": "0x0003",
663
+ "size": "3",
664
+ "application_identifier": "Chassis Information",
665
+ "Manufacturer": "Oracle Corporation",
666
+ "Type": "Other",
667
+ "Lock": "Not Present",
668
+ "Version": "Not Specified",
669
+ "Serial Number": "Not Specified",
670
+ "Asset Tag": "Not Specified",
671
+ "Boot-up State": "Safe",
672
+ "Power Supply State": "Safe",
673
+ "Thermal State": "Safe",
674
+ "Security Status": "None"
675
+ }
676
+ ],
677
+ "manufacturer": "Oracle Corporation",
678
+ "type": "Other",
679
+ "lock": "Not Present",
680
+ "version": "Not Specified",
681
+ "serial_number": "Not Specified",
682
+ "asset_tag": "Not Specified",
683
+ "boot_up_state": "Safe",
684
+ "power_supply_state": "Safe",
685
+ "thermal_state": "Safe",
686
+ "security_status": "None"
687
+ },
688
+ "oem_strings": {
689
+ "all_records": [
690
+ {
691
+ "record_id": "0x0002",
692
+ "size": "11",
693
+ "application_identifier": "OEM Strings",
694
+ "String 1": "vboxVer_5.1.14",
695
+ "String 2": "vboxRev_112924"
696
+ }
697
+ ],
698
+ "string_1": "vboxVer_5.1.14",
699
+ "string_2": "vboxRev_112924"
700
+ }
701
+ },
502
702
  "command": {
503
703
  "ps": "ps -ef"
504
704
  },
505
705
  "init_package": "systemd",
506
- "ohai_time": 1473825736.6430278,
706
+ "ohai_time": 1488741427.203411,
507
707
  "root_group": "root",
508
708
  "languages": {
509
709
  "ruby": {
510
- "platform": "x86_64-linux",
511
- "version": "2.1.8",
512
- "release_date": "2015-12-16",
513
- "target": "x86_64-pc-linux-gnu",
514
- "target_cpu": "x86_64",
515
- "target_vendor": "pc",
516
- "target_os": "linux",
517
- "host": "x86_64-pc-linux-gnu",
518
- "host_cpu": "x86_64",
519
- "host_os": "linux-gnu",
520
- "host_vendor": "pc",
521
710
  "bin_dir": "/usr/local/bin",
522
- "ruby_bin": "/usr/local/bin/ruby",
711
+ "gem_bin": "/usr/local/bin/gem",
523
712
  "gems_dir": "/usr/local/gems",
524
- "gem_bin": "/usr/local/bin/gem"
713
+ "ruby_bin": "/usr/local/bin/ruby"
525
714
  },
526
715
  "powershell": null
527
716
  },
528
717
  "chef_packages": {
529
718
  "chef": {
530
- "version": "12.13.37",
531
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib"
719
+ "version": "12.19.36",
720
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.19.36/lib"
532
721
  },
533
722
  "ohai": {
534
- "version": "8.19.1",
535
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.19.1/lib/ohai"
723
+ "version": "8.23.0",
724
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.23.0/lib/ohai"
536
725
  }
537
726
  },
538
727
  "counters": {