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
@@ -324,6 +324,6 @@
324
324
  "total": 1
325
325
  },
326
326
  "memory": {
327
- "total": "536870912"
327
+ "total": "1024MB"
328
328
  }
329
329
  }
@@ -0,0 +1,316 @@
1
+ {
2
+ "filesystem": {
3
+ "/dev/ada0p2": {
4
+ "kb_size": "7705468",
5
+ "kb_used": "2567028",
6
+ "kb_available": "4522004",
7
+ "percent_used": "36%",
8
+ "mount": "/",
9
+ "fs_type": "ufs",
10
+ "mount_options": [
11
+ "local",
12
+ "journaled soft-updates"
13
+ ]
14
+ },
15
+ "devfs": {
16
+ "kb_size": "1",
17
+ "kb_used": "1",
18
+ "kb_available": "0",
19
+ "percent_used": "100%",
20
+ "mount": "/dev",
21
+ "fs_type": "devfs",
22
+ "mount_options": [
23
+ "local",
24
+ "multilabel"
25
+ ]
26
+ }
27
+ },
28
+ "kernel": {
29
+ "name": "FreeBSD",
30
+ "release": "10.1-RELEASE",
31
+ "version": "FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC ",
32
+ "machine": "amd64",
33
+ "os": "FreeBSD",
34
+ "ident": "GENERIC",
35
+ "securelevel": [
36
+ "kern.securelevel: -1"
37
+ ],
38
+ "modules": {
39
+ "kernel": {
40
+ "size": "1755658",
41
+ "refcount": "1"
42
+ }
43
+ }
44
+ },
45
+ "os": "freebsd",
46
+ "os_version": "1001000",
47
+ "platform": "freebsd",
48
+ "platform_version": "10.1-RELEASE",
49
+ "platform_family": "freebsd",
50
+ "dmi": {
51
+ "dmidecode_version": "2.12",
52
+ "smbios_version": "2.5",
53
+ "structures": {
54
+ "count": "10",
55
+ "size": "449"
56
+ },
57
+ "table_location": "0x000E1000",
58
+ "bios": {
59
+ "all_records": [
60
+ {
61
+ "record_id": "0x0000",
62
+ "size": "0",
63
+ "application_identifier": "BIOS Information",
64
+ "Vendor": "innotek GmbH",
65
+ "Version": "VirtualBox",
66
+ "Release Date": "12/01/2006",
67
+ "Address": "0xE0000",
68
+ "Runtime Size": "128 kB",
69
+ "ROM Size": "128 kB",
70
+ "Characteristics": {
71
+ "ISA is supported": null,
72
+ "PCI is supported": null,
73
+ "Boot from CD is supported": null,
74
+ "Selectable boot is supported": null,
75
+ "8042 keyboard services are supported (int 9h)": null,
76
+ "CGA/mono video services are supported (int 10h)": null,
77
+ "ACPI is supported": null
78
+ }
79
+ }
80
+ ],
81
+ "vendor": "innotek GmbH",
82
+ "version": "VirtualBox",
83
+ "release_date": "12/01/2006",
84
+ "address": "0xE0000",
85
+ "runtime_size": "128 kB",
86
+ "rom_size": "128 kB"
87
+ },
88
+ "system": {
89
+ "all_records": [
90
+ {
91
+ "record_id": "0x0001",
92
+ "size": "1",
93
+ "application_identifier": "System Information",
94
+ "Manufacturer": "innotek GmbH",
95
+ "Product Name": "VirtualBox",
96
+ "Version": "1.2",
97
+ "Serial Number": "0",
98
+ "UUID": "E56412B8-38C4-4A0B-A13E-312470E1A7D1",
99
+ "Wake-up Type": "Power Switch",
100
+ "SKU Number": "Not Specified",
101
+ "Family": "Virtual Machine"
102
+ }
103
+ ],
104
+ "manufacturer": "innotek GmbH",
105
+ "product_name": "VirtualBox",
106
+ "version": "1.2",
107
+ "serial_number": "0",
108
+ "uuid": "E56412B8-38C4-4A0B-A13E-312470E1A7D1",
109
+ "wake_up_type": "Power Switch",
110
+ "sku_number": "Not Specified",
111
+ "family": "Virtual Machine"
112
+ },
113
+ "base_board": {
114
+ "all_records": [
115
+ {
116
+ "record_id": "0x0008",
117
+ "size": "2",
118
+ "application_identifier": "Base Board Information",
119
+ "Manufacturer": "Oracle Corporation",
120
+ "Product Name": "VirtualBox",
121
+ "Version": "1.2",
122
+ "Serial Number": "0",
123
+ "Asset Tag": "Not Specified",
124
+ "Features": {
125
+ "Board is a hosting board": null
126
+ },
127
+ "Location In Chassis": "Not Specified",
128
+ "Chassis Handle": "0x0003",
129
+ "Type": "Motherboard",
130
+ "Contained Object Handles": "0"
131
+ }
132
+ ],
133
+ "manufacturer": "Oracle Corporation",
134
+ "product_name": "VirtualBox",
135
+ "version": "1.2",
136
+ "serial_number": "0",
137
+ "asset_tag": "Not Specified",
138
+ "location_in_chassis": "Not Specified",
139
+ "chassis_handle": "0x0003",
140
+ "type": "Motherboard",
141
+ "contained_object_handles": "0"
142
+ },
143
+ "chassis": {
144
+ "all_records": [
145
+ {
146
+ "record_id": "0x0003",
147
+ "size": "3",
148
+ "application_identifier": "Chassis Information",
149
+ "Manufacturer": "Oracle Corporation",
150
+ "Type": "Other",
151
+ "Lock": "Not Present",
152
+ "Version": "Not Specified",
153
+ "Serial Number": "Not Specified",
154
+ "Asset Tag": "Not Specified",
155
+ "Boot-up State": "Safe",
156
+ "Power Supply State": "Safe",
157
+ "Thermal State": "Safe",
158
+ "Security Status": "None"
159
+ }
160
+ ],
161
+ "manufacturer": "Oracle Corporation",
162
+ "type": "Other",
163
+ "lock": "Not Present",
164
+ "version": "Not Specified",
165
+ "serial_number": "Not Specified",
166
+ "asset_tag": "Not Specified",
167
+ "boot_up_state": "Safe",
168
+ "power_supply_state": "Safe",
169
+ "thermal_state": "Safe",
170
+ "security_status": "None"
171
+ },
172
+ "oem_strings": {
173
+ "all_records": [
174
+ {
175
+ "record_id": "0x0002",
176
+ "size": "11",
177
+ "application_identifier": "OEM Strings",
178
+ "String 1": "vboxVer_5.0.6",
179
+ "String 2": "vboxRev_103037"
180
+ }
181
+ ],
182
+ "string_1": "vboxVer_5.0.6",
183
+ "string_2": "vboxRev_103037"
184
+ }
185
+ },
186
+ "command": {
187
+ "ps": "ps -ax"
188
+ },
189
+ "ohai_time": 1445868863.204265,
190
+ "languages": {
191
+ "ruby": {
192
+ "bin_dir": "/usr/local/bin",
193
+ "gem_bin": "/usr/local/bin/gem",
194
+ "gems_dir": "/usr/local/gems",
195
+ "ruby_bin": "/usr/local/bin/ruby"
196
+ },
197
+ "powershell": null
198
+ },
199
+ "chef_packages": {
200
+ "chef": {
201
+ "version": "12.5.1",
202
+ "chef_root": "/usr/local/gems/chef-12.5.1/lib"
203
+ },
204
+ "ohai": {
205
+ "version": "8.7.0",
206
+ "ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
207
+ }
208
+ },
209
+ "counters": {
210
+ "network": {
211
+ "interfaces": {
212
+ "eth0": {
213
+ "rx": {
214
+ "bytes": "0",
215
+ "packets": "0",
216
+ "errors": "0",
217
+ "drop": 0,
218
+ "overrun": 0,
219
+ "frame": 0,
220
+ "compressed": 0,
221
+ "multicast": 0
222
+ },
223
+ "tx": {
224
+ "bytes": "342",
225
+ "packets": "0",
226
+ "errors": "0",
227
+ "drop": 0,
228
+ "overrun": 0,
229
+ "collisions": "0",
230
+ "carrier": 0,
231
+ "compressed": 0
232
+ }
233
+ }
234
+ }
235
+ }
236
+ },
237
+ "current_user": "fauxhai",
238
+ "domain": "local",
239
+ "etc": {
240
+ "passwd": {
241
+ "fauxhai": {
242
+ "dir": "/home/fauxhai",
243
+ "gid": 0,
244
+ "uid": 0,
245
+ "shell": "/bin/bash",
246
+ "gecos": "Fauxhai"
247
+ }
248
+ },
249
+ "group": {
250
+ "fauxhai": {
251
+ "gid": 0,
252
+ "members": [
253
+ "fauxhai"
254
+ ]
255
+ }
256
+ }
257
+ },
258
+ "hostname": "Fauxhai",
259
+ "fqdn": "fauxhai.local",
260
+ "ipaddress": "10.0.0.2",
261
+ "keys": {
262
+ "ssh": {
263
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
264
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
265
+ }
266
+ },
267
+ "macaddress": "11:11:11:11:11:11",
268
+ "network": {
269
+ "default_gateway": "10.0.0.1",
270
+ "default_interface": "eth0",
271
+ "settings": {
272
+ },
273
+ "interfaces": {
274
+ "eth0": {
275
+ "addresses": {
276
+ "10.0.0.2": {
277
+ "broadcast": "10.0.0.255",
278
+ "family": "inet",
279
+ "netmask": "255.255.255.0",
280
+ "prefixlen": "23",
281
+ "scope": "Global"
282
+ }
283
+ },
284
+ "arp": {
285
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
286
+ },
287
+ "encapsulation": "Ethernet",
288
+ "flags": [
289
+ "BROADCAST",
290
+ "MULTICAST",
291
+ "UP",
292
+ "LOWER_UP"
293
+ ],
294
+ "mtu": "1500",
295
+ "number": "0",
296
+ "routes": {
297
+ "10.0.0.0/255": {
298
+ "scope": "link",
299
+ "src": "10.0.0.2"
300
+ }
301
+ },
302
+ "state": "up",
303
+ "type": "eth"
304
+ }
305
+ }
306
+ },
307
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
308
+ "uptime_seconds": 2646450,
309
+ "cpu": {
310
+ "real": 1,
311
+ "total": 1
312
+ },
313
+ "memory": {
314
+ "total": "1024MB"
315
+ }
316
+ }
@@ -0,0 +1,316 @@
1
+ {
2
+ "filesystem": {
3
+ "/dev/ada0p2": {
4
+ "kb_size": "9637788",
5
+ "kb_used": "3313416",
6
+ "kb_available": "5553352",
7
+ "percent_used": "37%",
8
+ "mount": "/",
9
+ "fs_type": "ufs",
10
+ "mount_options": [
11
+ "local",
12
+ "journaled soft-updates"
13
+ ]
14
+ },
15
+ "devfs": {
16
+ "kb_size": "1",
17
+ "kb_used": "1",
18
+ "kb_available": "0",
19
+ "percent_used": "100%",
20
+ "mount": "/dev",
21
+ "fs_type": "devfs",
22
+ "mount_options": [
23
+ "local",
24
+ "multilabel"
25
+ ]
26
+ }
27
+ },
28
+ "kernel": {
29
+ "name": "FreeBSD",
30
+ "release": "10.2-RELEASE",
31
+ "version": "FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC ",
32
+ "machine": "amd64",
33
+ "os": "FreeBSD",
34
+ "ident": "GENERIC",
35
+ "securelevel": [
36
+ "kern.securelevel: -1"
37
+ ],
38
+ "modules": {
39
+ "kernel": {
40
+ "size": "179ddb0",
41
+ "refcount": "1"
42
+ }
43
+ }
44
+ },
45
+ "os": "freebsd",
46
+ "os_version": "1002000",
47
+ "platform": "freebsd",
48
+ "platform_version": "10.2-RELEASE",
49
+ "platform_family": "freebsd",
50
+ "command": {
51
+ "ps": "ps -ax"
52
+ },
53
+ "dmi": {
54
+ "dmidecode_version": "2.12",
55
+ "smbios_version": "2.5",
56
+ "structures": {
57
+ "count": "10",
58
+ "size": "449"
59
+ },
60
+ "table_location": "0x000E1000",
61
+ "bios": {
62
+ "all_records": [
63
+ {
64
+ "record_id": "0x0000",
65
+ "size": "0",
66
+ "application_identifier": "BIOS Information",
67
+ "Vendor": "innotek GmbH",
68
+ "Version": "VirtualBox",
69
+ "Release Date": "12/01/2006",
70
+ "Address": "0xE0000",
71
+ "Runtime Size": "128 kB",
72
+ "ROM Size": "128 kB",
73
+ "Characteristics": {
74
+ "ISA is supported": null,
75
+ "PCI is supported": null,
76
+ "Boot from CD is supported": null,
77
+ "Selectable boot is supported": null,
78
+ "8042 keyboard services are supported (int 9h)": null,
79
+ "CGA/mono video services are supported (int 10h)": null,
80
+ "ACPI is supported": null
81
+ }
82
+ }
83
+ ],
84
+ "vendor": "innotek GmbH",
85
+ "version": "VirtualBox",
86
+ "release_date": "12/01/2006",
87
+ "address": "0xE0000",
88
+ "runtime_size": "128 kB",
89
+ "rom_size": "128 kB"
90
+ },
91
+ "system": {
92
+ "all_records": [
93
+ {
94
+ "record_id": "0x0001",
95
+ "size": "1",
96
+ "application_identifier": "System Information",
97
+ "Manufacturer": "innotek GmbH",
98
+ "Product Name": "VirtualBox",
99
+ "Version": "1.2",
100
+ "Serial Number": "0",
101
+ "UUID": "EB5F1CCE-C26E-4BB7-9FC3-406C4AF35209",
102
+ "Wake-up Type": "Power Switch",
103
+ "SKU Number": "Not Specified",
104
+ "Family": "Virtual Machine"
105
+ }
106
+ ],
107
+ "manufacturer": "innotek GmbH",
108
+ "product_name": "VirtualBox",
109
+ "version": "1.2",
110
+ "serial_number": "0",
111
+ "uuid": "EB5F1CCE-C26E-4BB7-9FC3-406C4AF35209",
112
+ "wake_up_type": "Power Switch",
113
+ "sku_number": "Not Specified",
114
+ "family": "Virtual Machine"
115
+ },
116
+ "base_board": {
117
+ "all_records": [
118
+ {
119
+ "record_id": "0x0008",
120
+ "size": "2",
121
+ "application_identifier": "Base Board Information",
122
+ "Manufacturer": "Oracle Corporation",
123
+ "Product Name": "VirtualBox",
124
+ "Version": "1.2",
125
+ "Serial Number": "0",
126
+ "Asset Tag": "Not Specified",
127
+ "Features": {
128
+ "Board is a hosting board": null
129
+ },
130
+ "Location In Chassis": "Not Specified",
131
+ "Chassis Handle": "0x0003",
132
+ "Type": "Motherboard",
133
+ "Contained Object Handles": "0"
134
+ }
135
+ ],
136
+ "manufacturer": "Oracle Corporation",
137
+ "product_name": "VirtualBox",
138
+ "version": "1.2",
139
+ "serial_number": "0",
140
+ "asset_tag": "Not Specified",
141
+ "location_in_chassis": "Not Specified",
142
+ "chassis_handle": "0x0003",
143
+ "type": "Motherboard",
144
+ "contained_object_handles": "0"
145
+ },
146
+ "chassis": {
147
+ "all_records": [
148
+ {
149
+ "record_id": "0x0003",
150
+ "size": "3",
151
+ "application_identifier": "Chassis Information",
152
+ "Manufacturer": "Oracle Corporation",
153
+ "Type": "Other",
154
+ "Lock": "Not Present",
155
+ "Version": "Not Specified",
156
+ "Serial Number": "Not Specified",
157
+ "Asset Tag": "Not Specified",
158
+ "Boot-up State": "Safe",
159
+ "Power Supply State": "Safe",
160
+ "Thermal State": "Safe",
161
+ "Security Status": "None"
162
+ }
163
+ ],
164
+ "manufacturer": "Oracle Corporation",
165
+ "type": "Other",
166
+ "lock": "Not Present",
167
+ "version": "Not Specified",
168
+ "serial_number": "Not Specified",
169
+ "asset_tag": "Not Specified",
170
+ "boot_up_state": "Safe",
171
+ "power_supply_state": "Safe",
172
+ "thermal_state": "Safe",
173
+ "security_status": "None"
174
+ },
175
+ "oem_strings": {
176
+ "all_records": [
177
+ {
178
+ "record_id": "0x0002",
179
+ "size": "11",
180
+ "application_identifier": "OEM Strings",
181
+ "String 1": "vboxVer_5.0.6",
182
+ "String 2": "vboxRev_103037"
183
+ }
184
+ ],
185
+ "string_1": "vboxVer_5.0.6",
186
+ "string_2": "vboxRev_103037"
187
+ }
188
+ },
189
+ "ohai_time": 1445813955.465053,
190
+ "languages": {
191
+ "ruby": {
192
+ "bin_dir": "/usr/local/bin",
193
+ "gem_bin": "/usr/local/bin/gem",
194
+ "gems_dir": "/usr/local/gems",
195
+ "ruby_bin": "/usr/local/bin/ruby"
196
+ },
197
+ "powershell": null
198
+ },
199
+ "chef_packages": {
200
+ "chef": {
201
+ "version": "12.5.1",
202
+ "chef_root": "/usr/local/gems/chef-12.5.1/lib"
203
+ },
204
+ "ohai": {
205
+ "version": "8.7.0",
206
+ "ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
207
+ }
208
+ },
209
+ "counters": {
210
+ "network": {
211
+ "interfaces": {
212
+ "eth0": {
213
+ "rx": {
214
+ "bytes": "0",
215
+ "packets": "0",
216
+ "errors": "0",
217
+ "drop": 0,
218
+ "overrun": 0,
219
+ "frame": 0,
220
+ "compressed": 0,
221
+ "multicast": 0
222
+ },
223
+ "tx": {
224
+ "bytes": "342",
225
+ "packets": "0",
226
+ "errors": "0",
227
+ "drop": 0,
228
+ "overrun": 0,
229
+ "collisions": "0",
230
+ "carrier": 0,
231
+ "compressed": 0
232
+ }
233
+ }
234
+ }
235
+ }
236
+ },
237
+ "current_user": "fauxhai",
238
+ "domain": "local",
239
+ "etc": {
240
+ "passwd": {
241
+ "fauxhai": {
242
+ "dir": "/home/fauxhai",
243
+ "gid": 0,
244
+ "uid": 0,
245
+ "shell": "/bin/bash",
246
+ "gecos": "Fauxhai"
247
+ }
248
+ },
249
+ "group": {
250
+ "fauxhai": {
251
+ "gid": 0,
252
+ "members": [
253
+ "fauxhai"
254
+ ]
255
+ }
256
+ }
257
+ },
258
+ "hostname": "Fauxhai",
259
+ "fqdn": "fauxhai.local",
260
+ "ipaddress": "10.0.0.2",
261
+ "keys": {
262
+ "ssh": {
263
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
264
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
265
+ }
266
+ },
267
+ "macaddress": "11:11:11:11:11:11",
268
+ "network": {
269
+ "default_gateway": "10.0.0.1",
270
+ "default_interface": "eth0",
271
+ "settings": {
272
+ },
273
+ "interfaces": {
274
+ "eth0": {
275
+ "addresses": {
276
+ "10.0.0.2": {
277
+ "broadcast": "10.0.0.255",
278
+ "family": "inet",
279
+ "netmask": "255.255.255.0",
280
+ "prefixlen": "23",
281
+ "scope": "Global"
282
+ }
283
+ },
284
+ "arp": {
285
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
286
+ },
287
+ "encapsulation": "Ethernet",
288
+ "flags": [
289
+ "BROADCAST",
290
+ "MULTICAST",
291
+ "UP",
292
+ "LOWER_UP"
293
+ ],
294
+ "mtu": "1500",
295
+ "number": "0",
296
+ "routes": {
297
+ "10.0.0.0/255": {
298
+ "scope": "link",
299
+ "src": "10.0.0.2"
300
+ }
301
+ },
302
+ "state": "up",
303
+ "type": "eth"
304
+ }
305
+ }
306
+ },
307
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
308
+ "uptime_seconds": 2646450,
309
+ "cpu": {
310
+ "real": 1,
311
+ "total": 1
312
+ },
313
+ "memory": {
314
+ "total": "1024MB"
315
+ }
316
+ }