fauxhai 2.3.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -28
- data/CONTRIBUTING.md +3 -3
- data/Gemfile +0 -1
- data/README.md +3 -3
- data/fauxhai.gemspec +2 -1
- data/lib/fauxhai/platforms/amazon/2015.03.json +323 -0
- data/lib/fauxhai/platforms/amazon/2015.09.json +332 -0
- data/lib/fauxhai/platforms/centos/5.0.json +710 -0
- data/lib/fauxhai/platforms/centos/5.1.json +730 -0
- data/lib/fauxhai/platforms/centos/5.10.json +288 -2092
- data/lib/fauxhai/platforms/centos/5.11.json +346 -3763
- data/lib/fauxhai/platforms/centos/5.2.json +742 -0
- data/lib/fauxhai/platforms/centos/5.3.json +770 -0
- data/lib/fauxhai/platforms/centos/5.4.json +774 -0
- data/lib/fauxhai/platforms/centos/5.5.json +790 -0
- data/lib/fauxhai/platforms/centos/5.6.json +874 -0
- data/lib/fauxhai/platforms/centos/5.7.json +878 -0
- data/lib/fauxhai/platforms/centos/5.8.json +333 -218
- data/lib/fauxhai/platforms/centos/5.9.json +355 -240
- data/lib/fauxhai/platforms/centos/6.0.json +332 -112
- data/lib/fauxhai/platforms/centos/6.1.json +633 -0
- data/lib/fauxhai/platforms/centos/6.2.json +462 -426
- data/lib/fauxhai/platforms/centos/6.3.json +470 -434
- data/lib/fauxhai/platforms/centos/6.4.json +389 -61
- data/lib/fauxhai/platforms/centos/6.5.json +280 -77
- data/lib/fauxhai/platforms/centos/6.6.json +372 -3680
- data/lib/fauxhai/platforms/centos/6.7.json +615 -0
- data/lib/fauxhai/platforms/centos/7.0.1406.json +294 -3611
- data/lib/fauxhai/platforms/centos/7.0.json +169 -2162
- data/lib/fauxhai/platforms/centos/7.1.1503.json +814 -0
- data/lib/fauxhai/platforms/debian/7.7.json +635 -0
- data/lib/fauxhai/platforms/debian/7.8.json +635 -0
- data/lib/fauxhai/platforms/debian/7.9.json +674 -0
- data/lib/fauxhai/platforms/debian/8.0.json +681 -0
- data/lib/fauxhai/platforms/debian/8.1.json +681 -0
- data/lib/fauxhai/platforms/debian/8.2.json +781 -0
- data/lib/fauxhai/platforms/debian/stretch/sid.json +611 -0
- data/lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json +155 -0
- data/lib/fauxhai/platforms/fedora/21.json +348 -91
- data/lib/fauxhai/platforms/fedora/22.json +752 -0
- data/lib/fauxhai/platforms/freebsd/10.0.json +1 -1
- data/lib/fauxhai/platforms/freebsd/10.1.json +316 -0
- data/lib/fauxhai/platforms/freebsd/10.2.json +316 -0
- data/lib/fauxhai/platforms/freebsd/9.1.json +141 -428
- data/lib/fauxhai/platforms/freebsd/9.2.json +25 -38
- data/lib/fauxhai/platforms/freebsd/9.3.json +316 -0
- data/lib/fauxhai/platforms/ios_xr/6.0.0.14I.json +342 -0
- data/lib/fauxhai/platforms/mac_os_x/10.11.1.json +857 -0
- data/lib/fauxhai/platforms/nexus/5.json +300 -0
- data/lib/fauxhai/platforms/omnios/151014.json +2422 -0
- data/lib/fauxhai/platforms/opensuse/12.3.json +249 -2208
- data/lib/fauxhai/platforms/opensuse/13.1.json +166 -2193
- data/lib/fauxhai/platforms/opensuse/13.2.json +646 -0
- data/lib/fauxhai/platforms/oracle/6.6.json +377 -0
- data/lib/fauxhai/platforms/oracle/7.0.json +627 -0
- data/lib/fauxhai/platforms/oracle/7.1.json +821 -0
- data/lib/fauxhai/platforms/redhat/6.6.json +519 -0
- data/lib/fauxhai/platforms/redhat/7.1.json +746 -0
- data/lib/fauxhai/platforms/solaris2/5.11.json +1 -0
- data/lib/fauxhai/platforms/ubuntu/12.04.json +257 -190
- data/lib/fauxhai/platforms/ubuntu/14.04.json +246 -184
- data/lib/fauxhai/platforms/ubuntu/15.04.json +643 -0
- data/lib/fauxhai/platforms/ubuntu/15.10.json +651 -0
- data/lib/fauxhai/platforms/windows/10.json +3545 -0
- data/lib/fauxhai/platforms/windows/2003R2.json +7887 -7887
- data/lib/fauxhai/platforms/windows/2008R2.json +532 -770
- data/lib/fauxhai/platforms/windows/2012.json +728 -1257
- data/lib/fauxhai/platforms/windows/2012R2.json +737 -1063
- data/lib/fauxhai/platforms/windows/8.1.json +3512 -0
- data/lib/fauxhai/platforms/windows/8.json +3926 -0
- data/lib/fauxhai/runner.rb +1 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +61 -7
@@ -0,0 +1,746 @@
|
|
1
|
+
{
|
2
|
+
"dmi": {
|
3
|
+
"dmidecode_version": "2.12",
|
4
|
+
"smbios_version": "2.4",
|
5
|
+
"structures": {
|
6
|
+
"count": "15",
|
7
|
+
"size": "545"
|
8
|
+
},
|
9
|
+
"bios": {
|
10
|
+
"all_records": [
|
11
|
+
{
|
12
|
+
"record_id": "0x0000",
|
13
|
+
"size": "0",
|
14
|
+
"application_identifier": "BIOS Information",
|
15
|
+
"Vendor": "Seabios",
|
16
|
+
"Version": "0.5.1",
|
17
|
+
"Release Date": "01/01/2007",
|
18
|
+
"Address": "0xE8000",
|
19
|
+
"Runtime Size": "96 kB",
|
20
|
+
"ROM Size": "64 kB",
|
21
|
+
"Characteristics": {
|
22
|
+
"BIOS characteristics not supported": null,
|
23
|
+
"Targeted content distribution is supported": null
|
24
|
+
},
|
25
|
+
"BIOS Revision": "1.0"
|
26
|
+
}
|
27
|
+
],
|
28
|
+
"vendor": "Seabios",
|
29
|
+
"version": "0.5.1",
|
30
|
+
"release_date": "01/01/2007",
|
31
|
+
"address": "0xE8000",
|
32
|
+
"runtime_size": "96 kB",
|
33
|
+
"rom_size": "64 kB",
|
34
|
+
"bios_revision": "1.0"
|
35
|
+
},
|
36
|
+
"system": {
|
37
|
+
"all_records": [
|
38
|
+
{
|
39
|
+
"record_id": "0x0100",
|
40
|
+
"size": "1",
|
41
|
+
"application_identifier": "System Information",
|
42
|
+
"Manufacturer": "IBM",
|
43
|
+
"Product Name": "OpenStack Nova",
|
44
|
+
"Version": "2014.2.0.2-201502130209.ibm.el6.107",
|
45
|
+
"Serial Number": "6130b145-7e5d-e111-8981-5cf3fc6e47e0",
|
46
|
+
"UUID": "4E19EE11-2C36-4B28-A7BB-78C0A49EF733",
|
47
|
+
"Wake-up Type": "Power Switch",
|
48
|
+
"SKU Number": "Not Specified",
|
49
|
+
"Family": "Red Hat Enterprise Linux"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"manufacturer": "IBM",
|
53
|
+
"product_name": "OpenStack Nova",
|
54
|
+
"version": "2014.2.0.2-201502130209.ibm.el6.107",
|
55
|
+
"serial_number": "6130b145-7e5d-e111-8981-5cf3fc6e47e0",
|
56
|
+
"uuid": "4E19EE11-2C36-4B28-A7BB-78C0A49EF733",
|
57
|
+
"wake_up_type": "Power Switch",
|
58
|
+
"sku_number": "Not Specified",
|
59
|
+
"family": "Red Hat Enterprise Linux"
|
60
|
+
},
|
61
|
+
"chassis": {
|
62
|
+
"all_records": [
|
63
|
+
{
|
64
|
+
"record_id": "0x0300",
|
65
|
+
"size": "3",
|
66
|
+
"application_identifier": "Chassis Information",
|
67
|
+
"Manufacturer": "Red Hat",
|
68
|
+
"Type": "Other",
|
69
|
+
"Lock": "Not Present",
|
70
|
+
"Version": "Not Specified",
|
71
|
+
"Serial Number": "Not Specified",
|
72
|
+
"Asset Tag": "Not Specified",
|
73
|
+
"Boot-up State": "Safe",
|
74
|
+
"Power Supply State": "Safe",
|
75
|
+
"Thermal State": "Safe",
|
76
|
+
"Security Status": "Unknown",
|
77
|
+
"OEM Information": "0x00000000",
|
78
|
+
"Height": "Unspecified",
|
79
|
+
"Number Of Power Cords": "Unspecified"
|
80
|
+
}
|
81
|
+
],
|
82
|
+
"manufacturer": "Red Hat",
|
83
|
+
"type": "Other",
|
84
|
+
"lock": "Not Present",
|
85
|
+
"version": "Not Specified",
|
86
|
+
"serial_number": "Not Specified",
|
87
|
+
"asset_tag": "Not Specified",
|
88
|
+
"boot_up_state": "Safe",
|
89
|
+
"power_supply_state": "Safe",
|
90
|
+
"thermal_state": "Safe",
|
91
|
+
"security_status": "Unknown",
|
92
|
+
"oem_information": "0x00000000",
|
93
|
+
"height": "Unspecified",
|
94
|
+
"number_of_power_cords": "Unspecified"
|
95
|
+
},
|
96
|
+
"processor": {
|
97
|
+
"all_records": [
|
98
|
+
{
|
99
|
+
"record_id": "0x0401",
|
100
|
+
"size": "4",
|
101
|
+
"application_identifier": "Processor Information",
|
102
|
+
"Socket Designation": "CPU 1",
|
103
|
+
"Type": "Central Processor",
|
104
|
+
"Family": "Other",
|
105
|
+
"Manufacturer": "Bochs",
|
106
|
+
"ID": "A1 06 02 00 FF FB 8B 0F",
|
107
|
+
"Version": "Not Specified",
|
108
|
+
"Voltage": "Unknown",
|
109
|
+
"External Clock": "Unknown",
|
110
|
+
"Max Speed": "2000 MHz",
|
111
|
+
"Current Speed": "2000 MHz",
|
112
|
+
"Status": "Populated, Enabled",
|
113
|
+
"Upgrade": "Other",
|
114
|
+
"L1 Cache Handle": "Not Provided",
|
115
|
+
"L2 Cache Handle": "Not Provided",
|
116
|
+
"L3 Cache Handle": "Not Provided"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"record_id": "0x0402",
|
120
|
+
"size": "4",
|
121
|
+
"application_identifier": "Processor Information",
|
122
|
+
"Socket Designation": "CPU 2",
|
123
|
+
"Type": "Central Processor",
|
124
|
+
"Family": "Other",
|
125
|
+
"Manufacturer": "Bochs",
|
126
|
+
"ID": "A1 06 02 00 FF FB 8B 0F",
|
127
|
+
"Version": "Not Specified",
|
128
|
+
"Voltage": "Unknown",
|
129
|
+
"External Clock": "Unknown",
|
130
|
+
"Max Speed": "2000 MHz",
|
131
|
+
"Current Speed": "2000 MHz",
|
132
|
+
"Status": "Populated, Enabled",
|
133
|
+
"Upgrade": "Other",
|
134
|
+
"L1 Cache Handle": "Not Provided",
|
135
|
+
"L2 Cache Handle": "Not Provided",
|
136
|
+
"L3 Cache Handle": "Not Provided"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"record_id": "0x0403",
|
140
|
+
"size": "4",
|
141
|
+
"application_identifier": "Processor Information",
|
142
|
+
"Socket Designation": "CPU 3",
|
143
|
+
"Type": "Central Processor",
|
144
|
+
"Family": "Other",
|
145
|
+
"Manufacturer": "Bochs",
|
146
|
+
"ID": "A1 06 02 00 FF FB 8B 0F",
|
147
|
+
"Version": "Not Specified",
|
148
|
+
"Voltage": "Unknown",
|
149
|
+
"External Clock": "Unknown",
|
150
|
+
"Max Speed": "2000 MHz",
|
151
|
+
"Current Speed": "2000 MHz",
|
152
|
+
"Status": "Populated, Enabled",
|
153
|
+
"Upgrade": "Other",
|
154
|
+
"L1 Cache Handle": "Not Provided",
|
155
|
+
"L2 Cache Handle": "Not Provided",
|
156
|
+
"L3 Cache Handle": "Not Provided"
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"record_id": "0x0404",
|
160
|
+
"size": "4",
|
161
|
+
"application_identifier": "End Of Table",
|
162
|
+
"Socket Designation": "CPU 4",
|
163
|
+
"Type": "RAM",
|
164
|
+
"Family": "Other",
|
165
|
+
"Manufacturer": "Bochs",
|
166
|
+
"ID": "A1 06 02 00 FF FB 8B 0F",
|
167
|
+
"Version": "Not Specified",
|
168
|
+
"Voltage": "Unknown",
|
169
|
+
"External Clock": "Unknown",
|
170
|
+
"Max Speed": "2000 MHz",
|
171
|
+
"Current Speed": "2000 MHz",
|
172
|
+
"Status": "No errors detected",
|
173
|
+
"Upgrade": "Other",
|
174
|
+
"L1 Cache Handle": "Not Provided",
|
175
|
+
"L2 Cache Handle": "Not Provided",
|
176
|
+
"L3 Cache Handle": "Not Provided",
|
177
|
+
"Location": "Other",
|
178
|
+
"Use": "System Memory",
|
179
|
+
"Error Correction Type": "Multi-bit ECC",
|
180
|
+
"Maximum Capacity": "4 GB",
|
181
|
+
"Error Information Handle": "0x0000",
|
182
|
+
"Number Of Devices": "1",
|
183
|
+
"Array Handle": "0x1000",
|
184
|
+
"Total Width": "64 bits",
|
185
|
+
"Data Width": "64 bits",
|
186
|
+
"Size": "4096 MB",
|
187
|
+
"Form Factor": "DIMM",
|
188
|
+
"Set": "None",
|
189
|
+
"Locator": "DIMM 0",
|
190
|
+
"Bank Locator": "Not Specified",
|
191
|
+
"Type Detail": "None",
|
192
|
+
"Starting Address": "0x00100000000",
|
193
|
+
"Ending Address": "0x0011FFFFFFF",
|
194
|
+
"Range Size": "512 MB",
|
195
|
+
"Physical Array Handle": "0x1000",
|
196
|
+
"Partition Width": "1",
|
197
|
+
"Physical Device Handle": "0x1100",
|
198
|
+
"Memory Array Mapped Address Handle": "0x1301",
|
199
|
+
"Partition Row Position": "1"
|
200
|
+
}
|
201
|
+
],
|
202
|
+
"family": "Other",
|
203
|
+
"manufacturer": "Bochs",
|
204
|
+
"id": "A1 06 02 00 FF FB 8B 0F",
|
205
|
+
"version": "Not Specified",
|
206
|
+
"voltage": "Unknown",
|
207
|
+
"external_clock": "Unknown",
|
208
|
+
"max_speed": "2000 MHz",
|
209
|
+
"current_speed": "2000 MHz",
|
210
|
+
"upgrade": "Other",
|
211
|
+
"l1_cache_handle": "Not Provided",
|
212
|
+
"l2_cache_handle": "Not Provided",
|
213
|
+
"l3_cache_handle": "Not Provided",
|
214
|
+
"location": "Other",
|
215
|
+
"use": "System Memory",
|
216
|
+
"error_correction_type": "Multi-bit ECC",
|
217
|
+
"maximum_capacity": "4 GB",
|
218
|
+
"error_information_handle": "0x0000",
|
219
|
+
"number_of_devices": "1",
|
220
|
+
"array_handle": "0x1000",
|
221
|
+
"total_width": "64 bits",
|
222
|
+
"data_width": "64 bits",
|
223
|
+
"size": "4096 MB",
|
224
|
+
"form_factor": "DIMM",
|
225
|
+
"set": "None",
|
226
|
+
"locator": "DIMM 0",
|
227
|
+
"bank_locator": "Not Specified",
|
228
|
+
"type_detail": "None",
|
229
|
+
"starting_address": "0x00100000000",
|
230
|
+
"ending_address": "0x0011FFFFFFF",
|
231
|
+
"range_size": "512 MB",
|
232
|
+
"physical_array_handle": "0x1000",
|
233
|
+
"partition_width": "1",
|
234
|
+
"physical_device_handle": "0x1100",
|
235
|
+
"memory_array_mapped_address_handle": "0x1301",
|
236
|
+
"partition_row_position": "1"
|
237
|
+
}
|
238
|
+
},
|
239
|
+
"filesystem": {
|
240
|
+
"/dev/vda1": {
|
241
|
+
"kb_size": "41147376",
|
242
|
+
"kb_used": "1990856",
|
243
|
+
"kb_available": "37368384",
|
244
|
+
"percent_used": "6%",
|
245
|
+
"mount": "/",
|
246
|
+
"total_inodes": "2621440",
|
247
|
+
"inodes_used": "77451",
|
248
|
+
"inodes_available": "2543989",
|
249
|
+
"inodes_percent_used": "3%",
|
250
|
+
"fs_type": "ext4",
|
251
|
+
"mount_options": [
|
252
|
+
"rw",
|
253
|
+
"relatime",
|
254
|
+
"data=ordered"
|
255
|
+
],
|
256
|
+
"uuid": "d2a837ef-ed39-4b5e-9f26-edd5be1d1aab"
|
257
|
+
},
|
258
|
+
"devtmpfs": {
|
259
|
+
"kb_size": "1932716",
|
260
|
+
"kb_used": "0",
|
261
|
+
"kb_available": "1932716",
|
262
|
+
"percent_used": "0%",
|
263
|
+
"mount": "/dev",
|
264
|
+
"total_inodes": "483179",
|
265
|
+
"inodes_used": "325",
|
266
|
+
"inodes_available": "482854",
|
267
|
+
"inodes_percent_used": "1%",
|
268
|
+
"fs_type": "devtmpfs",
|
269
|
+
"mount_options": [
|
270
|
+
"rw",
|
271
|
+
"nosuid",
|
272
|
+
"size=1932716k",
|
273
|
+
"nr_inodes=483179",
|
274
|
+
"mode=755"
|
275
|
+
]
|
276
|
+
},
|
277
|
+
"tmpfs": {
|
278
|
+
"kb_size": "1941260",
|
279
|
+
"kb_used": "16632",
|
280
|
+
"kb_available": "1924628",
|
281
|
+
"percent_used": "1%",
|
282
|
+
"mount": "/etc/machine-id",
|
283
|
+
"total_inodes": "485315",
|
284
|
+
"inodes_used": "315",
|
285
|
+
"inodes_available": "485000",
|
286
|
+
"inodes_percent_used": "1%",
|
287
|
+
"fs_type": "tmpfs",
|
288
|
+
"mount_options": [
|
289
|
+
"ro",
|
290
|
+
"relatime",
|
291
|
+
"mode=755"
|
292
|
+
]
|
293
|
+
},
|
294
|
+
"proc": {
|
295
|
+
"mount": "/proc",
|
296
|
+
"fs_type": "proc",
|
297
|
+
"mount_options": [
|
298
|
+
"rw",
|
299
|
+
"nosuid",
|
300
|
+
"nodev",
|
301
|
+
"noexec",
|
302
|
+
"relatime"
|
303
|
+
]
|
304
|
+
},
|
305
|
+
"sysfs": {
|
306
|
+
"mount": "/sys",
|
307
|
+
"fs_type": "sysfs",
|
308
|
+
"mount_options": [
|
309
|
+
"rw",
|
310
|
+
"nosuid",
|
311
|
+
"nodev",
|
312
|
+
"noexec",
|
313
|
+
"relatime"
|
314
|
+
]
|
315
|
+
},
|
316
|
+
"securityfs": {
|
317
|
+
"mount": "/sys/kernel/security",
|
318
|
+
"fs_type": "securityfs",
|
319
|
+
"mount_options": [
|
320
|
+
"rw",
|
321
|
+
"nosuid",
|
322
|
+
"nodev",
|
323
|
+
"noexec",
|
324
|
+
"relatime"
|
325
|
+
]
|
326
|
+
},
|
327
|
+
"devpts": {
|
328
|
+
"mount": "/dev/pts",
|
329
|
+
"fs_type": "devpts",
|
330
|
+
"mount_options": [
|
331
|
+
"rw",
|
332
|
+
"nosuid",
|
333
|
+
"noexec",
|
334
|
+
"relatime",
|
335
|
+
"gid=5",
|
336
|
+
"mode=620",
|
337
|
+
"ptmxmode=000"
|
338
|
+
]
|
339
|
+
},
|
340
|
+
"cgroup": {
|
341
|
+
"mount": "/sys/fs/cgroup/hugetlb",
|
342
|
+
"fs_type": "cgroup",
|
343
|
+
"mount_options": [
|
344
|
+
"rw",
|
345
|
+
"nosuid",
|
346
|
+
"nodev",
|
347
|
+
"noexec",
|
348
|
+
"relatime",
|
349
|
+
"hugetlb"
|
350
|
+
]
|
351
|
+
},
|
352
|
+
"pstore": {
|
353
|
+
"mount": "/sys/fs/pstore",
|
354
|
+
"fs_type": "pstore",
|
355
|
+
"mount_options": [
|
356
|
+
"rw",
|
357
|
+
"nosuid",
|
358
|
+
"nodev",
|
359
|
+
"noexec",
|
360
|
+
"relatime"
|
361
|
+
]
|
362
|
+
},
|
363
|
+
"configfs": {
|
364
|
+
"mount": "/sys/kernel/config",
|
365
|
+
"fs_type": "configfs",
|
366
|
+
"mount_options": [
|
367
|
+
"rw",
|
368
|
+
"relatime"
|
369
|
+
]
|
370
|
+
},
|
371
|
+
"systemd-1": {
|
372
|
+
"mount": "/proc/sys/fs/binfmt_misc",
|
373
|
+
"fs_type": "autofs",
|
374
|
+
"mount_options": [
|
375
|
+
"rw",
|
376
|
+
"relatime",
|
377
|
+
"fd=32",
|
378
|
+
"pgrp=1",
|
379
|
+
"timeout=300",
|
380
|
+
"minproto=5",
|
381
|
+
"maxproto=5",
|
382
|
+
"direct"
|
383
|
+
]
|
384
|
+
},
|
385
|
+
"mqueue": {
|
386
|
+
"mount": "/dev/mqueue",
|
387
|
+
"fs_type": "mqueue",
|
388
|
+
"mount_options": [
|
389
|
+
"rw",
|
390
|
+
"relatime"
|
391
|
+
]
|
392
|
+
},
|
393
|
+
"hugetlbfs": {
|
394
|
+
"mount": "/dev/hugepages",
|
395
|
+
"fs_type": "hugetlbfs",
|
396
|
+
"mount_options": [
|
397
|
+
"rw",
|
398
|
+
"relatime"
|
399
|
+
]
|
400
|
+
},
|
401
|
+
"debugfs": {
|
402
|
+
"mount": "/sys/kernel/debug",
|
403
|
+
"fs_type": "debugfs",
|
404
|
+
"mount_options": [
|
405
|
+
"rw",
|
406
|
+
"relatime"
|
407
|
+
]
|
408
|
+
},
|
409
|
+
"/dev/sr0": {
|
410
|
+
"fs_type": "iso9660",
|
411
|
+
"uuid": "2015-03-31-16-03-58-00",
|
412
|
+
"label": "config-2"
|
413
|
+
},
|
414
|
+
"rootfs": {
|
415
|
+
"mount": "/",
|
416
|
+
"fs_type": "rootfs",
|
417
|
+
"mount_options": [
|
418
|
+
"rw"
|
419
|
+
]
|
420
|
+
}
|
421
|
+
},
|
422
|
+
"lsb": {
|
423
|
+
},
|
424
|
+
"kernel": {
|
425
|
+
"name": "Linux",
|
426
|
+
"release": "3.10.0-229.el7.x86_64",
|
427
|
+
"version": "#1 SMP Thu Jan 29 18:37:38 EST 2015",
|
428
|
+
"machine": "x86_64",
|
429
|
+
"os": "GNU/Linux",
|
430
|
+
"modules": {
|
431
|
+
"nls_utf8": {
|
432
|
+
"size": "12557",
|
433
|
+
"refcount": "0"
|
434
|
+
},
|
435
|
+
"isofs": {
|
436
|
+
"size": "39844",
|
437
|
+
"refcount": "0"
|
438
|
+
},
|
439
|
+
"crct10dif_pclmul": {
|
440
|
+
"size": "14289",
|
441
|
+
"refcount": "0"
|
442
|
+
},
|
443
|
+
"crct10dif_common": {
|
444
|
+
"size": "12595",
|
445
|
+
"refcount": "1"
|
446
|
+
},
|
447
|
+
"crc32_pclmul": {
|
448
|
+
"size": "13113",
|
449
|
+
"refcount": "0"
|
450
|
+
},
|
451
|
+
"crc32c_intel": {
|
452
|
+
"size": "22079",
|
453
|
+
"refcount": "0"
|
454
|
+
},
|
455
|
+
"ppdev": {
|
456
|
+
"size": "17671",
|
457
|
+
"refcount": "0"
|
458
|
+
},
|
459
|
+
"ghash_clmulni_intel": {
|
460
|
+
"size": "13259",
|
461
|
+
"refcount": "0"
|
462
|
+
},
|
463
|
+
"virtio_balloon": {
|
464
|
+
"size": "13530",
|
465
|
+
"refcount": "0"
|
466
|
+
},
|
467
|
+
"aesni_intel": {
|
468
|
+
"size": "52846",
|
469
|
+
"refcount": "0"
|
470
|
+
},
|
471
|
+
"lrw": {
|
472
|
+
"size": "13286",
|
473
|
+
"refcount": "1"
|
474
|
+
},
|
475
|
+
"i2c_piix4": {
|
476
|
+
"size": "22106",
|
477
|
+
"refcount": "0"
|
478
|
+
},
|
479
|
+
"parport_pc": {
|
480
|
+
"size": "28165",
|
481
|
+
"refcount": "0"
|
482
|
+
},
|
483
|
+
"gf128mul": {
|
484
|
+
"size": "14951",
|
485
|
+
"refcount": "1"
|
486
|
+
},
|
487
|
+
"parport": {
|
488
|
+
"size": "42348",
|
489
|
+
"refcount": "2"
|
490
|
+
},
|
491
|
+
"glue_helper": {
|
492
|
+
"size": "13990",
|
493
|
+
"refcount": "1"
|
494
|
+
},
|
495
|
+
"ablk_helper": {
|
496
|
+
"size": "13597",
|
497
|
+
"refcount": "1"
|
498
|
+
},
|
499
|
+
"cryptd": {
|
500
|
+
"size": "20359",
|
501
|
+
"refcount": "3"
|
502
|
+
},
|
503
|
+
"serio_raw": {
|
504
|
+
"size": "13462",
|
505
|
+
"refcount": "0"
|
506
|
+
},
|
507
|
+
"pcspkr": {
|
508
|
+
"size": "12718",
|
509
|
+
"refcount": "0"
|
510
|
+
},
|
511
|
+
"ext4": {
|
512
|
+
"size": "562391",
|
513
|
+
"refcount": "1"
|
514
|
+
},
|
515
|
+
"mbcache": {
|
516
|
+
"size": "14958",
|
517
|
+
"refcount": "1"
|
518
|
+
},
|
519
|
+
"jbd2": {
|
520
|
+
"size": "102940",
|
521
|
+
"refcount": "1"
|
522
|
+
},
|
523
|
+
"sr_mod": {
|
524
|
+
"size": "22416",
|
525
|
+
"refcount": "0"
|
526
|
+
},
|
527
|
+
"cdrom": {
|
528
|
+
"size": "42556",
|
529
|
+
"refcount": "1"
|
530
|
+
},
|
531
|
+
"ata_generic": {
|
532
|
+
"size": "12910",
|
533
|
+
"refcount": "0"
|
534
|
+
},
|
535
|
+
"pata_acpi": {
|
536
|
+
"size": "13038",
|
537
|
+
"refcount": "0"
|
538
|
+
},
|
539
|
+
"ata_piix": {
|
540
|
+
"size": "35038",
|
541
|
+
"refcount": "0"
|
542
|
+
},
|
543
|
+
"syscopyarea": {
|
544
|
+
"size": "12529",
|
545
|
+
"refcount": "0"
|
546
|
+
},
|
547
|
+
"sysfillrect": {
|
548
|
+
"size": "12701",
|
549
|
+
"refcount": "0"
|
550
|
+
},
|
551
|
+
"sysimgblt": {
|
552
|
+
"size": "12640",
|
553
|
+
"refcount": "0"
|
554
|
+
},
|
555
|
+
"drm_kms_helper": {
|
556
|
+
"size": "98226",
|
557
|
+
"refcount": "0"
|
558
|
+
},
|
559
|
+
"virtio_net": {
|
560
|
+
"size": "28059",
|
561
|
+
"refcount": "0"
|
562
|
+
},
|
563
|
+
"virtio_blk": {
|
564
|
+
"size": "18112",
|
565
|
+
"refcount": "2"
|
566
|
+
},
|
567
|
+
"ttm": {
|
568
|
+
"size": "93488",
|
569
|
+
"refcount": "0"
|
570
|
+
},
|
571
|
+
"libata": {
|
572
|
+
"size": "218854",
|
573
|
+
"refcount": "3"
|
574
|
+
},
|
575
|
+
"drm": {
|
576
|
+
"size": "311588",
|
577
|
+
"refcount": "2"
|
578
|
+
},
|
579
|
+
"virtio_pci": {
|
580
|
+
"size": "17725",
|
581
|
+
"refcount": "0"
|
582
|
+
},
|
583
|
+
"virtio_ring": {
|
584
|
+
"size": "21423",
|
585
|
+
"refcount": "4"
|
586
|
+
},
|
587
|
+
"i2c_core": {
|
588
|
+
"size": "40325",
|
589
|
+
"refcount": "3"
|
590
|
+
},
|
591
|
+
"virtio": {
|
592
|
+
"size": "14187",
|
593
|
+
"refcount": "4"
|
594
|
+
},
|
595
|
+
"floppy": {
|
596
|
+
"size": "69417",
|
597
|
+
"refcount": "0"
|
598
|
+
}
|
599
|
+
}
|
600
|
+
},
|
601
|
+
"os": "linux",
|
602
|
+
"os_version": "3.10.0-229.el7.x86_64",
|
603
|
+
"platform": "redhat",
|
604
|
+
"platform_version": "7.1",
|
605
|
+
"platform_family": "rhel",
|
606
|
+
"command": {
|
607
|
+
"ps": "ps -ef"
|
608
|
+
},
|
609
|
+
"ohai_time": 1427838811.0575368,
|
610
|
+
"languages": {
|
611
|
+
"ruby": {
|
612
|
+
"platform": "x86_64-linux",
|
613
|
+
"version": "2.1.4",
|
614
|
+
"release_date": "2014-10-27",
|
615
|
+
"target": "x86_64-unknown-linux-gnu",
|
616
|
+
"target_cpu": "x86_64",
|
617
|
+
"target_vendor": "unknown",
|
618
|
+
"target_os": "linux",
|
619
|
+
"host": "x86_64-unknown-linux-gnu",
|
620
|
+
"host_cpu": "x86_64",
|
621
|
+
"host_os": "linux-gnu",
|
622
|
+
"host_vendor": "unknown",
|
623
|
+
"bin_dir": "/usr/local/bin",
|
624
|
+
"ruby_bin": "/usr/local/bin/ruby",
|
625
|
+
"gems_dir": "/usr/local/gems",
|
626
|
+
"gem_bin": "/usr/local/bin/gem"
|
627
|
+
}
|
628
|
+
},
|
629
|
+
"chef_packages": {
|
630
|
+
"chef": {
|
631
|
+
"version": "12.0.3",
|
632
|
+
"chef_root": "/usr/local/gems/chef-12.0.3/lib"
|
633
|
+
},
|
634
|
+
"ohai": {
|
635
|
+
"version": "8.0.1",
|
636
|
+
"ohai_root": "/usr/local/gems/ohai-8.0.1/lib/ohai"
|
637
|
+
}
|
638
|
+
},
|
639
|
+
"counters": {
|
640
|
+
"network": {
|
641
|
+
"interfaces": {
|
642
|
+
"eth0": {
|
643
|
+
"rx": {
|
644
|
+
"bytes": "0",
|
645
|
+
"packets": "0",
|
646
|
+
"errors": "0",
|
647
|
+
"drop": 0,
|
648
|
+
"overrun": 0,
|
649
|
+
"frame": 0,
|
650
|
+
"compressed": 0,
|
651
|
+
"multicast": 0
|
652
|
+
},
|
653
|
+
"tx": {
|
654
|
+
"bytes": "342",
|
655
|
+
"packets": "0",
|
656
|
+
"errors": "0",
|
657
|
+
"drop": 0,
|
658
|
+
"overrun": 0,
|
659
|
+
"collisions": "0",
|
660
|
+
"carrier": 0,
|
661
|
+
"compressed": 0
|
662
|
+
}
|
663
|
+
}
|
664
|
+
}
|
665
|
+
}
|
666
|
+
},
|
667
|
+
"current_user": "fauxhai",
|
668
|
+
"domain": "local",
|
669
|
+
"etc": {
|
670
|
+
"passwd": {
|
671
|
+
"fauxhai": {
|
672
|
+
"dir": "/home/fauxhai",
|
673
|
+
"gid": 0,
|
674
|
+
"uid": 0,
|
675
|
+
"shell": "/bin/bash",
|
676
|
+
"gecos": "Fauxhai"
|
677
|
+
}
|
678
|
+
},
|
679
|
+
"group": {
|
680
|
+
"fauxhai": {
|
681
|
+
"gid": 0,
|
682
|
+
"members": [
|
683
|
+
"fauxhai"
|
684
|
+
]
|
685
|
+
}
|
686
|
+
}
|
687
|
+
},
|
688
|
+
"hostname": "Fauxhai",
|
689
|
+
"fqdn": "fauxhai.local",
|
690
|
+
"ipaddress": "10.0.0.2",
|
691
|
+
"keys": {
|
692
|
+
"ssh": {
|
693
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
694
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
695
|
+
}
|
696
|
+
},
|
697
|
+
"macaddress": "11:11:11:11:11:11",
|
698
|
+
"network": {
|
699
|
+
"default_gateway": "10.0.0.1",
|
700
|
+
"default_interface": "eth0",
|
701
|
+
"settings": {
|
702
|
+
},
|
703
|
+
"interfaces": {
|
704
|
+
"eth0": {
|
705
|
+
"addresses": {
|
706
|
+
"10.0.0.2": {
|
707
|
+
"broadcast": "10.0.0.255",
|
708
|
+
"family": "inet",
|
709
|
+
"netmask": "255.255.255.0",
|
710
|
+
"prefixlen": "23",
|
711
|
+
"scope": "Global"
|
712
|
+
}
|
713
|
+
},
|
714
|
+
"arp": {
|
715
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
716
|
+
},
|
717
|
+
"encapsulation": "Ethernet",
|
718
|
+
"flags": [
|
719
|
+
"BROADCAST",
|
720
|
+
"MULTICAST",
|
721
|
+
"UP",
|
722
|
+
"LOWER_UP"
|
723
|
+
],
|
724
|
+
"mtu": "1500",
|
725
|
+
"number": "0",
|
726
|
+
"routes": {
|
727
|
+
"10.0.0.0/255": {
|
728
|
+
"scope": "link",
|
729
|
+
"src": "10.0.0.2"
|
730
|
+
}
|
731
|
+
},
|
732
|
+
"state": "up",
|
733
|
+
"type": "eth"
|
734
|
+
}
|
735
|
+
}
|
736
|
+
},
|
737
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
738
|
+
"uptime_seconds": 2646450,
|
739
|
+
"cpu": {
|
740
|
+
"real": 1,
|
741
|
+
"total": 1
|
742
|
+
},
|
743
|
+
"memory": {
|
744
|
+
"total": "1024MB"
|
745
|
+
}
|
746
|
+
}
|