fauxhai 3.7.0 → 3.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/lib/fauxhai/platforms/centos/5.0.json +2 -1
  4. data/lib/fauxhai/platforms/centos/5.1.json +2 -1
  5. data/lib/fauxhai/platforms/centos/5.10.json +2 -1
  6. data/lib/fauxhai/platforms/centos/5.11.json +2 -1
  7. data/lib/fauxhai/platforms/centos/5.2.json +2 -1
  8. data/lib/fauxhai/platforms/centos/5.3.json +2 -1
  9. data/lib/fauxhai/platforms/centos/5.4.json +2 -1
  10. data/lib/fauxhai/platforms/centos/5.5.json +2 -1
  11. data/lib/fauxhai/platforms/centos/5.6.json +2 -1
  12. data/lib/fauxhai/platforms/centos/5.7.json +2 -1
  13. data/lib/fauxhai/platforms/centos/5.8.json +2 -1
  14. data/lib/fauxhai/platforms/centos/5.9.json +2 -1
  15. data/lib/fauxhai/platforms/centos/6.0.json +2 -1
  16. data/lib/fauxhai/platforms/centos/6.1.json +2 -1
  17. data/lib/fauxhai/platforms/centos/6.2.json +2 -1
  18. data/lib/fauxhai/platforms/centos/6.3.json +2 -1
  19. data/lib/fauxhai/platforms/centos/6.4.json +2 -1
  20. data/lib/fauxhai/platforms/centos/6.5.json +2 -1
  21. data/lib/fauxhai/platforms/centos/6.6.json +2 -1
  22. data/lib/fauxhai/platforms/centos/6.7.json +2 -1
  23. data/lib/fauxhai/platforms/debian/6.0.5.json +2 -1
  24. data/lib/fauxhai/platforms/debian/7.0.json +2 -1
  25. data/lib/fauxhai/platforms/debian/7.1.json +2 -1
  26. data/lib/fauxhai/platforms/debian/7.2.json +2 -1
  27. data/lib/fauxhai/platforms/debian/7.4.json +2 -1
  28. data/lib/fauxhai/platforms/debian/7.5.json +2 -1
  29. data/lib/fauxhai/platforms/debian/7.6.json +2 -1
  30. data/lib/fauxhai/platforms/debian/7.7.json +2 -1
  31. data/lib/fauxhai/platforms/debian/7.8.json +2 -1
  32. data/lib/fauxhai/platforms/debian/7.9.json +2 -1
  33. data/lib/fauxhai/platforms/debian/8.0.json +2 -1
  34. data/lib/fauxhai/platforms/debian/8.1.json +1 -0
  35. data/lib/fauxhai/platforms/debian/8.2.json +1 -0
  36. data/lib/fauxhai/platforms/debian/8.5.json +801 -0
  37. data/lib/fauxhai/platforms/fedora/24.json +787 -0
  38. data/lib/fauxhai/platforms/opensuse/13.1.json +2 -1
  39. data/lib/fauxhai/platforms/oracle/5.10.json +2 -1
  40. data/lib/fauxhai/platforms/oracle/5.8.json +786 -0
  41. data/lib/fauxhai/platforms/oracle/6.5.json +2 -1
  42. data/lib/fauxhai/platforms/oracle/6.6.json +2 -1
  43. data/lib/fauxhai/platforms/oracle/6.8.json +625 -0
  44. data/lib/fauxhai/platforms/oracle/7.0.json +3 -1
  45. data/lib/fauxhai/platforms/oracle/7.1.json +216 -249
  46. data/lib/fauxhai/platforms/oracle/7.2.json +802 -0
  47. data/lib/fauxhai/platforms/ubuntu/12.04.json +11 -9
  48. data/lib/fauxhai/platforms/ubuntu/14.04.json +10 -8
  49. data/lib/fauxhai/version.rb +1 -1
  50. metadata +7 -2
@@ -436,6 +436,7 @@
436
436
  "ps": "ps -ef"
437
437
  },
438
438
  "root_group": "root",
439
+ "init_package": "systemd",
439
440
  "languages": {
440
441
  "ruby": {
441
442
  "bin_dir": "/usr/local/bin",
@@ -570,4 +571,4 @@
570
571
  "systems": {
571
572
  }
572
573
  }
573
- }
574
+ }
@@ -22,6 +22,7 @@
22
22
  "platform_version": "5.10",
23
23
  "platform_family": "rhel",
24
24
  "root_group": "root",
25
+ "init_package": "init",
25
26
  "languages": {
26
27
  "ruby": {
27
28
  "bin_dir": "/usr/local/bin",
@@ -151,4 +152,4 @@
151
152
  "memory": {
152
153
  "total": "524288kB"
153
154
  }
154
- }
155
+ }
@@ -0,0 +1,786 @@
1
+ {
2
+ "filesystem": {
3
+ "/dev/mapper/VolGroup00-LogVol00": {
4
+ "kb_size": "10061944",
5
+ "kb_used": "2652712",
6
+ "kb_available": "6889860",
7
+ "percent_used": "28%",
8
+ "mount": "/",
9
+ "total_inodes": "2598400",
10
+ "inodes_used": "105500",
11
+ "inodes_available": "2492900",
12
+ "inodes_percent_used": "5%",
13
+ "fs_type": "ext3",
14
+ "mount_options": [
15
+ "rw"
16
+ ],
17
+ "uuid": "609d9e40-d891-46ac-b08b-86030a2dd36d"
18
+ },
19
+ "/dev/sda1": {
20
+ "kb_size": "101086",
21
+ "kb_used": "23561",
22
+ "kb_available": "72306",
23
+ "percent_used": "25%",
24
+ "mount": "/boot",
25
+ "total_inodes": "26104",
26
+ "inodes_used": "39",
27
+ "inodes_available": "26065",
28
+ "inodes_percent_used": "1%",
29
+ "fs_type": "ext3",
30
+ "mount_options": [
31
+ "rw"
32
+ ],
33
+ "uuid": "73306a13-8da8-4ab8-a8e9-dfe3f5ed0876",
34
+ "label": "/boot"
35
+ },
36
+ "tmpfs": {
37
+ "kb_size": "508224",
38
+ "kb_used": "0",
39
+ "kb_available": "508224",
40
+ "percent_used": "0%",
41
+ "mount": "/dev/shm",
42
+ "total_inodes": "127056",
43
+ "inodes_used": "1",
44
+ "inodes_available": "127055",
45
+ "inodes_percent_used": "1%",
46
+ "fs_type": "tmpfs",
47
+ "mount_options": [
48
+ "rw"
49
+ ]
50
+ },
51
+ "proc": {
52
+ "mount": "/proc",
53
+ "fs_type": "proc",
54
+ "mount_options": [
55
+ "rw"
56
+ ]
57
+ },
58
+ "sysfs": {
59
+ "mount": "/sys",
60
+ "fs_type": "sysfs",
61
+ "mount_options": [
62
+ "rw"
63
+ ]
64
+ },
65
+ "devpts": {
66
+ "mount": "/dev/pts",
67
+ "fs_type": "devpts",
68
+ "mount_options": [
69
+ "rw",
70
+ "gid=5",
71
+ "mode=620"
72
+ ]
73
+ },
74
+ "none": {
75
+ "mount": "/proc/sys/fs/binfmt_misc",
76
+ "fs_type": "binfmt_misc",
77
+ "mount_options": [
78
+ "rw"
79
+ ]
80
+ },
81
+ "sunrpc": {
82
+ "mount": "/var/lib/nfs/rpc_pipefs",
83
+ "fs_type": "rpc_pipefs",
84
+ "mount_options": [
85
+ "rw"
86
+ ]
87
+ },
88
+ "/dev/mapper/VolGroup00-LogVol01": {
89
+ "fs_type": "swap"
90
+ },
91
+ "/dev/VolGroup00/LogVol00": {
92
+ "fs_type": "ext3",
93
+ "uuid": "609d9e40-d891-46ac-b08b-86030a2dd36d"
94
+ },
95
+ "/dev/VolGroup00/LogVol01": {
96
+ "fs_type": "swap"
97
+ },
98
+ "rootfs": {
99
+ "mount": "/",
100
+ "fs_type": "rootfs",
101
+ "mount_options": [
102
+ "rw"
103
+ ]
104
+ },
105
+ "/dev/root": {
106
+ "mount": "/",
107
+ "fs_type": "ext3",
108
+ "mount_options": [
109
+ "rw",
110
+ "seclabel",
111
+ "relatime",
112
+ "errors=continue",
113
+ "user_xattr",
114
+ "acl",
115
+ "data=ordered"
116
+ ]
117
+ },
118
+ "/dev": {
119
+ "mount": "/dev",
120
+ "fs_type": "tmpfs",
121
+ "mount_options": [
122
+ "rw",
123
+ "seclabel",
124
+ "relatime",
125
+ "mode=755"
126
+ ]
127
+ },
128
+ "/proc": {
129
+ "mount": "/proc",
130
+ "fs_type": "proc",
131
+ "mount_options": [
132
+ "rw",
133
+ "relatime"
134
+ ]
135
+ },
136
+ "/sys": {
137
+ "mount": "/sys",
138
+ "fs_type": "sysfs",
139
+ "mount_options": [
140
+ "rw",
141
+ "seclabel",
142
+ "relatime"
143
+ ]
144
+ },
145
+ "/proc/bus/usb": {
146
+ "mount": "/proc/bus/usb",
147
+ "fs_type": "usbfs",
148
+ "mount_options": [
149
+ "rw",
150
+ "relatime"
151
+ ]
152
+ },
153
+ "/etc/auto.misc": {
154
+ "mount": "/misc",
155
+ "fs_type": "autofs",
156
+ "mount_options": [
157
+ "rw",
158
+ "relatime",
159
+ "fd=7",
160
+ "pgrp=2479",
161
+ "timeout=300",
162
+ "minproto=5",
163
+ "maxproto=5",
164
+ "indirect"
165
+ ]
166
+ },
167
+ "-hosts": {
168
+ "mount": "/net",
169
+ "fs_type": "autofs",
170
+ "mount_options": [
171
+ "rw",
172
+ "relatime",
173
+ "fd=13",
174
+ "pgrp=2479",
175
+ "timeout=300",
176
+ "minproto=5",
177
+ "maxproto=5",
178
+ "indirect"
179
+ ]
180
+ }
181
+ },
182
+ "kernel": {
183
+ "name": "Linux",
184
+ "release": "2.6.32-300.10.1.el5uek",
185
+ "version": "#1 SMP Wed Feb 22 17:37:40 EST 2012",
186
+ "machine": "x86_64",
187
+ "processor": "x86_64",
188
+ "os": "GNU/Linux",
189
+ "modules": {
190
+ "autofs4": {
191
+ "size": "23630",
192
+ "refcount": "3"
193
+ },
194
+ "hidp": {
195
+ "size": "18107",
196
+ "refcount": "2",
197
+ "version": "1.2"
198
+ },
199
+ "rfcomm": {
200
+ "size": "66963",
201
+ "refcount": "0",
202
+ "version": "1.11"
203
+ },
204
+ "l2cap": {
205
+ "size": "45936",
206
+ "refcount": "10",
207
+ "version": "2.14"
208
+ },
209
+ "bluetooth": {
210
+ "size": "93232",
211
+ "refcount": "5",
212
+ "version": "2.15"
213
+ },
214
+ "rfkill": {
215
+ "size": "17575",
216
+ "refcount": "1"
217
+ },
218
+ "lockd": {
219
+ "size": "68384",
220
+ "refcount": "0"
221
+ },
222
+ "sunrpc": {
223
+ "size": "207885",
224
+ "refcount": "2"
225
+ },
226
+ "nf_conntrack_netbios_ns": {
227
+ "size": "1574",
228
+ "refcount": "0"
229
+ },
230
+ "ipt_REJECT": {
231
+ "size": "2138",
232
+ "refcount": "1"
233
+ },
234
+ "nf_conntrack_ipv4": {
235
+ "size": "9069",
236
+ "refcount": "2"
237
+ },
238
+ "nf_defrag_ipv4": {
239
+ "size": "1425",
240
+ "refcount": "1"
241
+ },
242
+ "xt_state": {
243
+ "size": "1434",
244
+ "refcount": "2"
245
+ },
246
+ "nf_conntrack": {
247
+ "size": "74365",
248
+ "refcount": "3"
249
+ },
250
+ "iptable_filter": {
251
+ "size": "2735",
252
+ "refcount": "1"
253
+ },
254
+ "ip_tables": {
255
+ "size": "15910",
256
+ "refcount": "1"
257
+ },
258
+ "ip6t_REJECT": {
259
+ "size": "4269",
260
+ "refcount": "1"
261
+ },
262
+ "xt_tcpudp": {
263
+ "size": "2691",
264
+ "refcount": "10"
265
+ },
266
+ "ip6table_filter": {
267
+ "size": "2831",
268
+ "refcount": "1"
269
+ },
270
+ "ip6_tables": {
271
+ "size": "17392",
272
+ "refcount": "1"
273
+ },
274
+ "x_tables": {
275
+ "size": "20263",
276
+ "refcount": "6"
277
+ },
278
+ "be2iscsi": {
279
+ "size": "57222",
280
+ "refcount": "0"
281
+ },
282
+ "ib_iser": {
283
+ "size": "28295",
284
+ "refcount": "0"
285
+ },
286
+ "rdma_cm": {
287
+ "size": "25975",
288
+ "refcount": "1"
289
+ },
290
+ "ib_cm": {
291
+ "size": "32296",
292
+ "refcount": "1"
293
+ },
294
+ "iw_cm": {
295
+ "size": "8178",
296
+ "refcount": "1"
297
+ },
298
+ "ib_sa": {
299
+ "size": "19227",
300
+ "refcount": "2"
301
+ },
302
+ "ib_mad": {
303
+ "size": "34920",
304
+ "refcount": "2"
305
+ },
306
+ "ib_core": {
307
+ "size": "61573",
308
+ "refcount": "6"
309
+ },
310
+ "ib_addr": {
311
+ "size": "6022",
312
+ "refcount": "1"
313
+ },
314
+ "bnx2i": {
315
+ "size": "37023",
316
+ "refcount": "0",
317
+ "version": "2.7.0.3"
318
+ },
319
+ "cnic": {
320
+ "size": "45845",
321
+ "refcount": "1",
322
+ "version": "2.5.7"
323
+ },
324
+ "uio": {
325
+ "size": "10245",
326
+ "refcount": "1"
327
+ },
328
+ "cxgb3i": {
329
+ "size": "21865",
330
+ "refcount": "0",
331
+ "version": "2.0.0"
332
+ },
333
+ "libcxgbi": {
334
+ "size": "48029",
335
+ "refcount": "1",
336
+ "version": "0.9.0"
337
+ },
338
+ "cxgb3": {
339
+ "size": "136125",
340
+ "refcount": "1",
341
+ "version": "1.1.4-ko"
342
+ },
343
+ "mdio": {
344
+ "size": "4386",
345
+ "refcount": "1"
346
+ },
347
+ "sbs": {
348
+ "size": "11502",
349
+ "refcount": "0"
350
+ },
351
+ "sbshc": {
352
+ "size": "4571",
353
+ "refcount": "1"
354
+ },
355
+ "ipv6": {
356
+ "size": "291277",
357
+ "refcount": "17"
358
+ },
359
+ "parport_pc": {
360
+ "size": "22270",
361
+ "refcount": "0"
362
+ },
363
+ "lp": {
364
+ "size": "9527",
365
+ "refcount": "0"
366
+ },
367
+ "parport": {
368
+ "size": "36498",
369
+ "refcount": "2"
370
+ },
371
+ "video": {
372
+ "size": "20871",
373
+ "refcount": "0"
374
+ },
375
+ "output": {
376
+ "size": "2351",
377
+ "refcount": "1"
378
+ },
379
+ "snd_seq_dummy": {
380
+ "size": "1726",
381
+ "refcount": "0"
382
+ },
383
+ "snd_seq_oss": {
384
+ "size": "30685",
385
+ "refcount": "0"
386
+ },
387
+ "snd_seq_midi_event": {
388
+ "size": "6801",
389
+ "refcount": "1"
390
+ },
391
+ "serio_raw": {
392
+ "size": "4528",
393
+ "refcount": "0"
394
+ },
395
+ "snd_seq": {
396
+ "size": "54633",
397
+ "refcount": "5"
398
+ },
399
+ "snd_seq_device": {
400
+ "size": "6474",
401
+ "refcount": "3"
402
+ },
403
+ "snd_intel8x0": {
404
+ "size": "29766",
405
+ "refcount": "1"
406
+ },
407
+ "snd_ac97_codec": {
408
+ "size": "117716",
409
+ "refcount": "1"
410
+ },
411
+ "ac97_bus": {
412
+ "size": "1362",
413
+ "refcount": "1"
414
+ },
415
+ "snd_pcm_oss": {
416
+ "size": "42481",
417
+ "refcount": "0"
418
+ },
419
+ "snd_mixer_oss": {
420
+ "size": "14143",
421
+ "refcount": "1"
422
+ },
423
+ "snd_pcm": {
424
+ "size": "84139",
425
+ "refcount": "3"
426
+ },
427
+ "snd_timer": {
428
+ "size": "20353",
429
+ "refcount": "2"
430
+ },
431
+ "snd": {
432
+ "size": "66322",
433
+ "refcount": "12"
434
+ },
435
+ "i2c_piix4": {
436
+ "size": "12195",
437
+ "refcount": "0"
438
+ },
439
+ "soundcore": {
440
+ "size": "7165",
441
+ "refcount": "1"
442
+ },
443
+ "i2c_core": {
444
+ "size": "29159",
445
+ "refcount": "1"
446
+ },
447
+ "snd_page_alloc": {
448
+ "size": "8002",
449
+ "refcount": "2"
450
+ },
451
+ "pata_acpi": {
452
+ "size": "3419",
453
+ "refcount": "0",
454
+ "version": "0.2.3"
455
+ },
456
+ "e1000": {
457
+ "size": "157112",
458
+ "refcount": "0",
459
+ "version": "7.3.21-k6-1-NAPI"
460
+ },
461
+ "pcspkr": {
462
+ "size": "2168",
463
+ "refcount": "0"
464
+ },
465
+ "ata_generic": {
466
+ "size": "3555",
467
+ "refcount": "0",
468
+ "version": "0.2.15"
469
+ },
470
+ "ata_piix": {
471
+ "size": "22489",
472
+ "refcount": "0",
473
+ "version": "2.13"
474
+ },
475
+ "iscsi_tcp": {
476
+ "size": "9299",
477
+ "refcount": "0"
478
+ },
479
+ "libiscsi_tcp": {
480
+ "size": "15091",
481
+ "refcount": "3"
482
+ },
483
+ "libiscsi": {
484
+ "size": "40655",
485
+ "refcount": "7"
486
+ },
487
+ "scsi_transport_iscsi": {
488
+ "size": "35761",
489
+ "refcount": "8",
490
+ "version": "2.0-870"
491
+ },
492
+ "ahci": {
493
+ "size": "35220",
494
+ "refcount": "2",
495
+ "version": "3.0"
496
+ }
497
+ }
498
+ },
499
+ "os": "linux",
500
+ "os_version": "2.6.32-300.10.1.el5uek",
501
+ "lsb": {
502
+ "id": "EnterpriseEnterpriseServer",
503
+ "description": "Enterprise Linux Enterprise Linux Server release 5.8 (Carthage)",
504
+ "release": "5.8",
505
+ "codename": "Carthage"
506
+ },
507
+ "platform": "oracle",
508
+ "platform_version": "5.8",
509
+ "platform_family": "rhel",
510
+ "dmi": {
511
+ "dmidecode_version": "2.11",
512
+ "smbios_version": "2.5",
513
+ "structures": {
514
+ "count": "10",
515
+ "size": "450"
516
+ },
517
+ "table_location": "0x000E1000",
518
+ "bios": {
519
+ "all_records": [
520
+ {
521
+ "record_id": "0x0000",
522
+ "size": "0",
523
+ "application_identifier": "BIOS Information",
524
+ "Vendor": "innotek GmbH",
525
+ "Version": "VirtualBox",
526
+ "Release Date": "12/01/2006",
527
+ "Address": "0xE0000",
528
+ "Runtime Size": "128 kB",
529
+ "ROM Size": "128 kB",
530
+ "Characteristics": {
531
+ "ISA is supported": null,
532
+ "PCI is supported": null,
533
+ "Boot from CD is supported": null,
534
+ "Selectable boot is supported": null,
535
+ "8042 keyboard services are supported (int 9h)": null,
536
+ "CGA/mono video services are supported (int 10h)": null,
537
+ "ACPI is supported": null
538
+ }
539
+ }
540
+ ],
541
+ "vendor": "innotek GmbH",
542
+ "version": "VirtualBox",
543
+ "release_date": "12/01/2006",
544
+ "address": "0xE0000",
545
+ "runtime_size": "128 kB",
546
+ "rom_size": "128 kB"
547
+ },
548
+ "system": {
549
+ "all_records": [
550
+ {
551
+ "record_id": "0x0001",
552
+ "size": "1",
553
+ "application_identifier": "System Information",
554
+ "Manufacturer": "innotek GmbH",
555
+ "Product Name": "VirtualBox",
556
+ "Version": "1.2",
557
+ "Serial Number": "0",
558
+ "UUID": "C9824325-EC09-4E59-8066-6F1745E84B84",
559
+ "Wake-up Type": "Power Switch",
560
+ "SKU Number": "Not Specified",
561
+ "Family": "Virtual Machine"
562
+ }
563
+ ],
564
+ "manufacturer": "innotek GmbH",
565
+ "product_name": "VirtualBox",
566
+ "version": "1.2",
567
+ "serial_number": "0",
568
+ "uuid": "C9824325-EC09-4E59-8066-6F1745E84B84",
569
+ "wake_up_type": "Power Switch",
570
+ "sku_number": "Not Specified",
571
+ "family": "Virtual Machine"
572
+ },
573
+ "base_board": {
574
+ "all_records": [
575
+ {
576
+ "record_id": "0x0008",
577
+ "size": "2",
578
+ "application_identifier": "Base Board Information",
579
+ "Manufacturer": "Oracle Corporation",
580
+ "Product Name": "VirtualBox",
581
+ "Version": "1.2",
582
+ "Serial Number": "0",
583
+ "Asset Tag": "Not Specified",
584
+ "Features": {
585
+ "Board is a hosting board": null
586
+ },
587
+ "Location In Chassis": "Not Specified",
588
+ "Chassis Handle": "0x0003",
589
+ "Type": "Motherboard",
590
+ "Contained Object Handles": "0"
591
+ }
592
+ ],
593
+ "manufacturer": "Oracle Corporation",
594
+ "product_name": "VirtualBox",
595
+ "version": "1.2",
596
+ "serial_number": "0",
597
+ "asset_tag": "Not Specified",
598
+ "location_in_chassis": "Not Specified",
599
+ "chassis_handle": "0x0003",
600
+ "type": "Motherboard",
601
+ "contained_object_handles": "0"
602
+ },
603
+ "chassis": {
604
+ "all_records": [
605
+ {
606
+ "record_id": "0x0003",
607
+ "size": "3",
608
+ "application_identifier": "Chassis Information",
609
+ "Manufacturer": "Oracle Corporation",
610
+ "Type": "Other",
611
+ "Lock": "Not Present",
612
+ "Version": "Not Specified",
613
+ "Serial Number": "Not Specified",
614
+ "Asset Tag": "Not Specified",
615
+ "Boot-up State": "Safe",
616
+ "Power Supply State": "Safe",
617
+ "Thermal State": "Safe",
618
+ "Security Status": "None"
619
+ }
620
+ ],
621
+ "manufacturer": "Oracle Corporation",
622
+ "type": "Other",
623
+ "lock": "Not Present",
624
+ "version": "Not Specified",
625
+ "serial_number": "Not Specified",
626
+ "asset_tag": "Not Specified",
627
+ "boot_up_state": "Safe",
628
+ "power_supply_state": "Safe",
629
+ "thermal_state": "Safe",
630
+ "security_status": "None"
631
+ },
632
+ "oem_strings": {
633
+ "all_records": [
634
+ {
635
+ "record_id": "0x0002",
636
+ "size": "11",
637
+ "application_identifier": "OEM Strings",
638
+ "String 1": "vboxVer_5.0.26",
639
+ "String 2": "vboxRev_108824"
640
+ }
641
+ ],
642
+ "string_1": "vboxVer_5.0.26",
643
+ "string_2": "vboxRev_108824"
644
+ }
645
+ },
646
+ "ohai_time": 1470563586.348303,
647
+ "command": {
648
+ "ps": "ps -ef"
649
+ },
650
+ "init_package": "init",
651
+ "root_group": "root",
652
+ "languages": {
653
+ "ruby": {
654
+ "bin_dir": "/usr/local/bin",
655
+ "gem_bin": "/usr/local/bin/gem",
656
+ "gems_dir": "/usr/local/gems",
657
+ "ruby_bin": "/usr/local/bin/ruby"
658
+ },
659
+ "powershell": null
660
+ },
661
+ "chef_packages": {
662
+ "chef": {
663
+ "version": "12.12.15",
664
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.12.15/lib"
665
+ },
666
+ "ohai": {
667
+ "version": "8.17.1",
668
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.17.1/lib/ohai"
669
+ }
670
+ },
671
+ "counters": {
672
+ "network": {
673
+ "interfaces": {
674
+ "eth0": {
675
+ "rx": {
676
+ "bytes": "0",
677
+ "packets": "0",
678
+ "errors": "0",
679
+ "drop": 0,
680
+ "overrun": 0,
681
+ "frame": 0,
682
+ "compressed": 0,
683
+ "multicast": 0
684
+ },
685
+ "tx": {
686
+ "bytes": "342",
687
+ "packets": "0",
688
+ "errors": "0",
689
+ "drop": 0,
690
+ "overrun": 0,
691
+ "collisions": "0",
692
+ "carrier": 0,
693
+ "compressed": 0
694
+ }
695
+ }
696
+ }
697
+ }
698
+ },
699
+ "current_user": "fauxhai",
700
+ "domain": "local",
701
+ "etc": {
702
+ "passwd": {
703
+ "fauxhai": {
704
+ "dir": "/home/fauxhai",
705
+ "gid": 0,
706
+ "uid": 0,
707
+ "shell": "/bin/bash",
708
+ "gecos": "Fauxhai"
709
+ }
710
+ },
711
+ "group": {
712
+ "fauxhai": {
713
+ "gid": 0,
714
+ "members": [
715
+ "fauxhai"
716
+ ]
717
+ }
718
+ }
719
+ },
720
+ "hostname": "Fauxhai",
721
+ "fqdn": "fauxhai.local",
722
+ "ipaddress": "10.0.0.2",
723
+ "keys": {
724
+ "ssh": {
725
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
726
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
727
+ }
728
+ },
729
+ "macaddress": "11:11:11:11:11:11",
730
+ "network": {
731
+ "default_gateway": "10.0.0.1",
732
+ "default_interface": "eth0",
733
+ "settings": {
734
+ },
735
+ "interfaces": {
736
+ "eth0": {
737
+ "addresses": {
738
+ "10.0.0.2": {
739
+ "broadcast": "10.0.0.255",
740
+ "family": "inet",
741
+ "netmask": "255.255.255.0",
742
+ "prefixlen": "24",
743
+ "scope": "Global"
744
+ }
745
+ },
746
+ "arp": {
747
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
748
+ },
749
+ "encapsulation": "Ethernet",
750
+ "flags": [
751
+ "BROADCAST",
752
+ "MULTICAST",
753
+ "UP",
754
+ "LOWER_UP"
755
+ ],
756
+ "mtu": "1500",
757
+ "number": "0",
758
+ "routes": [
759
+ {
760
+ "destination": "10.0.0.0/24",
761
+ "family": "inet",
762
+ "scope": "link",
763
+ "proto": "kernel",
764
+ "src": "10.0.0.2"
765
+ }
766
+ ],
767
+ "state": "up",
768
+ "type": "eth"
769
+ }
770
+ }
771
+ },
772
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
773
+ "uptime_seconds": 2646450,
774
+ "cpu": {
775
+ "real": 1,
776
+ "total": 1,
777
+ "cores": 1
778
+ },
779
+ "memory": {
780
+ "total": "1048576kB"
781
+ },
782
+ "virtualization": {
783
+ "systems": {
784
+ }
785
+ }
786
+ }