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
@@ -1,593 +1,629 @@
1
1
  {
2
- "ipaddress": "10.0.0.2",
3
- "command": {
4
- "ps": "ps -ef"
5
- },
6
- "platform": "centos",
7
- "domain": "local",
8
- "network": {
9
- "interfaces": {
10
- "eth0": {
11
- "arp": {
12
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
13
- },
14
- "encapsulation": "Ethernet",
15
- "flags": [
16
- "BROADCAST",
17
- "MULTICAST",
18
- "UP",
19
- "LOWER_UP"
20
- ],
21
- "routes": {
22
- "10.0.0.0/255": {
23
- "scope": "link",
24
- "src": "10.0.0.2"
25
- }
26
- },
27
- "type": "eth",
28
- "addresses": {
29
- "10.0.0.2": {
30
- "scope": "Global",
31
- "broadcast": "10.0.0.255",
32
- "netmask": "255.255.255.0",
33
- "prefixlen": "23",
34
- "family": "inet"
35
- }
36
- },
37
- "mtu": "1500",
38
- "state": "up",
39
- "number": "0"
40
- }
41
- },
42
- "default_interface": "eth0",
43
- "default_gateway": "10.0.0.1",
44
- "settings": {}
45
- },
46
- "platform_family": "rhel",
47
2
  "kernel": {
3
+ "name": "Linux",
4
+ "release": "2.6.32-279.el6.x86_64",
5
+ "version": "#1 SMP Fri Jun 22 12:19:21 UTC 2012",
6
+ "machine": "x86_64",
7
+ "os": "GNU/Linux",
48
8
  "modules": {
49
- "cxgb3": {
50
- "size": "153148",
51
- "refcount": "1"
9
+ "bridge": {
10
+ "size": "79950",
11
+ "refcount": "0"
52
12
  },
53
- "cxgb4": {
54
- "size": "98749",
13
+ "stp": {
14
+ "size": "2173",
55
15
  "refcount": "1"
56
16
  },
57
- "cnic": {
58
- "size": "54703",
59
- "refcount": "2"
60
- },
61
- "ahci": {
62
- "size": "40871",
17
+ "llc": {
18
+ "size": "5642",
63
19
  "refcount": "2"
64
20
  },
65
- "sr_mod": {
66
- "size": "16228",
67
- "refcount": "0"
21
+ "autofs4": {
22
+ "size": "27212",
23
+ "refcount": "3"
68
24
  },
69
- "i2c_core": {
70
- "size": "31276",
25
+ "sunrpc": {
26
+ "size": "263516",
71
27
  "refcount": "1"
72
28
  },
73
- "parport_pc": {
74
- "size": "22978",
75
- "refcount": "0"
76
- },
77
- "ip6_tables": {
78
- "size": "19458",
79
- "refcount": "1"
29
+ "ipt_REJECT": {
30
+ "size": "2351",
31
+ "refcount": "2"
80
32
  },
81
- "scsi_transport_fc": {
82
- "size": "55235",
83
- "refcount": "3"
33
+ "nf_conntrack_ipv4": {
34
+ "size": "9506",
35
+ "refcount": "2"
84
36
  },
85
- "vboxsf": {
86
- "size": "37175",
37
+ "nf_defrag_ipv4": {
38
+ "size": "1483",
87
39
  "refcount": "1"
88
40
  },
89
- "libcxgbi": {
90
- "size": "52381",
91
- "refcount": "2"
41
+ "iptable_filter": {
42
+ "size": "2793",
43
+ "refcount": "1"
92
44
  },
93
- "crc_t10dif": {
94
- "size": "1541",
45
+ "ip_tables": {
46
+ "size": "17831",
95
47
  "refcount": "1"
96
48
  },
97
49
  "ip6t_REJECT": {
98
50
  "size": "4628",
99
51
  "refcount": "2"
100
52
  },
101
- "libfcoe": {
102
- "size": "39764",
53
+ "nf_conntrack_ipv6": {
54
+ "size": "8748",
103
55
  "refcount": "2"
104
56
  },
105
- "dm_mirror": {
106
- "size": "14101",
107
- "refcount": "0"
108
- },
109
- "pata_acpi": {
110
- "size": "3701",
111
- "refcount": "0"
112
- },
113
- "sd_mod": {
114
- "size": "39488",
115
- "refcount": "3"
116
- },
117
- "sg": {
118
- "size": "30124",
119
- "refcount": "0"
120
- },
121
57
  "nf_defrag_ipv6": {
122
58
  "size": "12182",
123
59
  "refcount": "1"
124
60
  },
125
- "nf_defrag_ipv4": {
126
- "size": "1483",
127
- "refcount": "1"
61
+ "xt_state": {
62
+ "size": "1492",
63
+ "refcount": "4"
128
64
  },
129
- "sunrpc": {
130
- "size": "263516",
65
+ "nf_conntrack": {
66
+ "size": "79453",
67
+ "refcount": "3"
68
+ },
69
+ "ip6table_filter": {
70
+ "size": "2889",
131
71
  "refcount": "1"
132
72
  },
133
- "qla4xxx": {
134
- "size": "180923",
135
- "refcount": "0"
73
+ "ip6_tables": {
74
+ "size": "19458",
75
+ "refcount": "1"
136
76
  },
137
- "ata_piix": {
138
- "size": "22846",
139
- "refcount": "0"
77
+ "ipv6": {
78
+ "size": "322541",
79
+ "refcount": "29"
140
80
  },
141
- "ata_generic": {
142
- "size": "3837",
81
+ "microcode": {
82
+ "size": "112653",
143
83
  "refcount": "0"
144
84
  },
145
85
  "i2c_piix4": {
146
86
  "size": "12608",
147
87
  "refcount": "0"
148
88
  },
149
- "ppdev": {
150
- "size": "8729",
151
- "refcount": "0"
152
- },
153
- "llc": {
154
- "size": "5642",
155
- "refcount": "2"
89
+ "i2c_core": {
90
+ "size": "31276",
91
+ "refcount": "1"
156
92
  },
157
- "be2iscsi": {
158
- "size": "78947",
93
+ "snd_intel8x0": {
94
+ "size": "30588",
159
95
  "refcount": "0"
160
96
  },
161
- "jbd2": {
162
- "size": "93312",
97
+ "snd_ac97_codec": {
98
+ "size": "124988",
163
99
  "refcount": "1"
164
100
  },
165
- "ip6table_filter": {
166
- "size": "2889",
101
+ "ac97_bus": {
102
+ "size": "1452",
167
103
  "refcount": "1"
168
104
  },
169
- "iptable_filter": {
170
- "size": "2793",
105
+ "snd_seq": {
106
+ "size": "56591",
107
+ "refcount": "0"
108
+ },
109
+ "snd_seq_device": {
110
+ "size": "6596",
171
111
  "refcount": "1"
172
112
  },
173
- "ipt_REJECT": {
174
- "size": "2351",
113
+ "snd_pcm": {
114
+ "size": "85828",
175
115
  "refcount": "2"
176
116
  },
177
- "iscsi_boot_sysfs": {
178
- "size": "9650",
117
+ "snd_timer": {
118
+ "size": "23057",
179
119
  "refcount": "2"
180
120
  },
181
- "cxgb4i": {
182
- "size": "28201",
183
- "refcount": "0"
184
- },
185
- "ipv6": {
186
- "size": "322541",
187
- "refcount": "26"
121
+ "snd": {
122
+ "size": "71339",
123
+ "refcount": "6"
188
124
  },
189
- "dm_mod": {
190
- "size": "81692",
191
- "refcount": "8"
125
+ "soundcore": {
126
+ "size": "8086",
127
+ "refcount": "1"
192
128
  },
193
- "dm_log": {
194
- "size": "10122",
129
+ "snd_page_alloc": {
130
+ "size": "8630",
195
131
  "refcount": "2"
196
132
  },
197
- "8021q": {
198
- "size": "25058",
133
+ "e1000": {
134
+ "size": "170646",
199
135
  "refcount": "0"
200
136
  },
201
- "fcoe": {
202
- "size": "22334",
137
+ "sg": {
138
+ "size": "30124",
203
139
  "refcount": "0"
204
140
  },
205
- "libiscsi_tcp": {
206
- "size": "17020",
207
- "refcount": "3"
141
+ "ext4": {
142
+ "size": "371331",
143
+ "refcount": "2"
208
144
  },
209
- "uio": {
210
- "size": "10974",
145
+ "mbcache": {
146
+ "size": "8144",
211
147
  "refcount": "1"
212
148
  },
213
- "e1000": {
214
- "size": "170646",
215
- "refcount": "0"
149
+ "jbd2": {
150
+ "size": "93312",
151
+ "refcount": "1"
216
152
  },
217
- "vboxguest": {
218
- "size": "241679",
219
- "refcount": "2"
153
+ "video": {
154
+ "size": "21032",
155
+ "refcount": "0"
220
156
  },
221
- "garp": {
222
- "size": "7344",
157
+ "output": {
158
+ "size": "2505",
223
159
  "refcount": "1"
224
160
  },
225
- "libfc": {
226
- "size": "108727",
161
+ "sd_mod": {
162
+ "size": "39488",
227
163
  "refcount": "3"
228
164
  },
229
- "libiscsi": {
230
- "size": "47617",
231
- "refcount": "7"
165
+ "crc_t10dif": {
166
+ "size": "1541",
167
+ "refcount": "1"
232
168
  },
233
- "bnx2i": {
234
- "size": "47766",
169
+ "sr_mod": {
170
+ "size": "16228",
235
171
  "refcount": "0"
236
172
  },
237
173
  "cdrom": {
238
174
  "size": "39803",
239
175
  "refcount": "1"
240
176
  },
241
- "xt_state": {
242
- "size": "1492",
243
- "refcount": "4"
244
- },
245
- "mbcache": {
246
- "size": "8144",
247
- "refcount": "1"
248
- },
249
- "ip_tables": {
250
- "size": "17831",
251
- "refcount": "1"
252
- },
253
- "stp": {
254
- "size": "2173",
255
- "refcount": "1"
256
- },
257
- "scsi_tgt": {
258
- "size": "12173",
259
- "refcount": "1"
177
+ "ahci": {
178
+ "size": "40871",
179
+ "refcount": "2"
260
180
  },
261
- "bnx2fc": {
262
- "size": "122225",
181
+ "pata_acpi": {
182
+ "size": "3701",
263
183
  "refcount": "0"
264
184
  },
265
- "scsi_transport_iscsi": {
266
- "size": "53047",
267
- "refcount": "5"
185
+ "ata_generic": {
186
+ "size": "3837",
187
+ "refcount": "0"
268
188
  },
269
- "mdio": {
270
- "size": "4732",
271
- "refcount": "1"
189
+ "ata_piix": {
190
+ "size": "22846",
191
+ "refcount": "0"
272
192
  },
273
- "cxgb3i": {
274
- "size": "24970",
193
+ "dm_mirror": {
194
+ "size": "14101",
275
195
  "refcount": "0"
276
196
  },
277
197
  "dm_region_hash": {
278
198
  "size": "12170",
279
199
  "refcount": "1"
280
200
  },
281
- "ext4": {
282
- "size": "371331",
283
- "refcount": "2"
284
- },
285
- "parport": {
286
- "size": "37265",
287
- "refcount": "2"
288
- },
289
- "nf_conntrack": {
290
- "size": "79453",
291
- "refcount": "3"
292
- },
293
- "nf_conntrack_ipv6": {
294
- "size": "8748",
201
+ "dm_log": {
202
+ "size": "10122",
295
203
  "refcount": "2"
296
204
  },
297
- "nf_conntrack_ipv4": {
298
- "size": "9506",
299
- "refcount": "2"
300
- }
301
- },
302
- "os": "GNU/Linux",
303
- "version": "#1 SMP Fri Jun 22 12:19:21 UTC 2012",
304
- "release": "2.6.32-279.el6.x86_64",
305
- "name": "Linux",
306
- "machine": "x86_64"
307
- },
308
- "chef_packages": {
309
- "chef": {
310
- "chef_root": "/usr/local/gems/chef-10.12.0/lib",
311
- "version": "10.12.0"
312
- },
313
- "ohai": {
314
- "ohai_root": "/usr/local/gems/ohai-6.14.0/lib/ohai",
315
- "version": "6.14.0"
316
- }
317
- },
318
- "uptime_seconds": 2646450,
319
- "counters": {
320
- "network": {
321
- "interfaces": {
322
- "eth0": {
323
- "rx": {
324
- "bytes": "0",
325
- "drop": 0,
326
- "packets": "0",
327
- "compressed": 0,
328
- "multicast": 0,
329
- "overrun": 0,
330
- "errors": "0",
331
- "frame": 0
332
- },
333
- "tx": {
334
- "collisions": "0",
335
- "bytes": "342",
336
- "drop": 0,
337
- "packets": "0",
338
- "carrier": 0,
339
- "compressed": 0,
340
- "overrun": 0,
341
- "errors": "0"
342
- }
343
- }
344
- }
345
- }
346
- },
347
- "current_user": "fauxhai",
348
- "etc": {
349
- "group": {
350
- "fauxhai": {
351
- "gid": 0,
352
- "members": [
353
- "fauxhai"
354
- ]
355
- }
356
- },
357
- "passwd": {
358
- "fauxhai": {
359
- "shell": "/bin/bash",
360
- "dir": "/home/fauxhai",
361
- "gecos": "Fauxhai",
362
- "gid": 0,
363
- "uid": 0
205
+ "dm_mod": {
206
+ "size": "81692",
207
+ "refcount": "8"
364
208
  }
365
209
  }
366
210
  },
211
+ "os": "linux",
367
212
  "os_version": "2.6.32-279.el6.x86_64",
368
- "platform_version": "6.3",
369
213
  "filesystem": {
370
214
  "/dev/mapper/VolGroup-lv_root": {
215
+ "kb_size": "5716804",
216
+ "kb_used": "1856028",
217
+ "kb_available": "3570372",
218
+ "percent_used": "35%",
219
+ "mount": "/",
220
+ "total_inodes": "363600",
221
+ "inodes_used": "64920",
222
+ "inodes_available": "298680",
223
+ "inodes_percent_used": "18%",
371
224
  "fs_type": "ext4",
372
225
  "mount_options": [
373
226
  "rw"
374
- ],
375
- "uuid": "cc9f548c-9b33-4996-9631-d12e7329dbd5",
376
- "kb_available": "7391352",
377
- "kb_size": "8776988",
378
- "kb_used": "939788",
379
- "percent_used": "12%",
380
- "mount": "/"
227
+ ]
228
+ },
229
+ "tmpfs": {
230
+ "kb_size": "510348",
231
+ "kb_used": "0",
232
+ "kb_available": "510348",
233
+ "percent_used": "0%",
234
+ "mount": "/dev/shm",
235
+ "total_inodes": "127587",
236
+ "inodes_used": "1",
237
+ "inodes_available": "127586",
238
+ "inodes_percent_used": "1%",
239
+ "fs_type": "tmpfs",
240
+ "mount_options": [
241
+ "rw",
242
+ "rootcontext=\"system_u:object_r:tmpfs_t:s0\""
243
+ ]
244
+ },
245
+ "/dev/sda1": {
246
+ "kb_size": "495844",
247
+ "kb_used": "32969",
248
+ "kb_available": "437275",
249
+ "percent_used": "8%",
250
+ "mount": "/boot",
251
+ "total_inodes": "128016",
252
+ "inodes_used": "38",
253
+ "inodes_available": "127978",
254
+ "inodes_percent_used": "1%",
255
+ "fs_type": "ext4",
256
+ "mount_options": [
257
+ "rw"
258
+ ]
259
+ },
260
+ "proc": {
261
+ "mount": "/proc",
262
+ "fs_type": "proc",
263
+ "mount_options": [
264
+ "rw"
265
+ ]
266
+ },
267
+ "sysfs": {
268
+ "mount": "/sys",
269
+ "fs_type": "sysfs",
270
+ "mount_options": [
271
+ "rw"
272
+ ]
381
273
  },
382
274
  "devpts": {
275
+ "mount": "/dev/pts",
383
276
  "fs_type": "devpts",
384
277
  "mount_options": [
385
278
  "rw",
386
279
  "gid=5",
387
280
  "mode=620"
388
- ],
389
- "mount": "/dev/pts"
281
+ ]
390
282
  },
391
- "sysfs": {
392
- "fs_type": "sysfs",
283
+ "none": {
284
+ "mount": "/proc/sys/fs/binfmt_misc",
285
+ "fs_type": "binfmt_misc",
393
286
  "mount_options": [
394
287
  "rw"
395
- ],
396
- "mount": "/sys"
288
+ ]
397
289
  },
398
290
  "sunrpc": {
291
+ "mount": "/var/lib/nfs/rpc_pipefs",
399
292
  "fs_type": "rpc_pipefs",
400
293
  "mount_options": [
401
294
  "rw"
402
- ],
403
- "mount": "/var/lib/nfs/rpc_pipefs"
295
+ ]
404
296
  },
405
- "tmpfs": {
406
- "fs_type": "tmpfs",
297
+ "rootfs": {
298
+ "mount": "/",
299
+ "fs_type": "rootfs",
407
300
  "mount_options": [
408
301
  "rw"
409
- ],
410
- "kb_available": "234900",
411
- "kb_size": "234900",
412
- "kb_used": "0",
413
- "percent_used": "0%",
414
- "mount": "/dev/shm"
302
+ ]
415
303
  },
416
304
  "devtmpfs": {
305
+ "mount": "/dev",
417
306
  "fs_type": "devtmpfs",
418
307
  "mount_options": [
419
308
  "rw",
309
+ "seclabel",
420
310
  "nosuid",
421
311
  "relatime",
422
- "size=221296k",
423
- "nr_inodes=55324",
312
+ "size=500616k",
313
+ "nr_inodes=125154",
424
314
  "mode=755"
425
- ],
426
- "mount": "/dev"
427
- },
428
- "/dev/mapper/VolGroup-lv_swap": {
429
- "fs_type": "swap",
430
- "uuid": "988cd40b-b5d3-4dc5-9926-10e2c79fe51a"
315
+ ]
431
316
  },
432
317
  "/proc/bus/usb": {
318
+ "mount": "/proc/bus/usb",
433
319
  "fs_type": "usbfs",
434
320
  "mount_options": [
435
321
  "rw",
436
322
  "relatime"
437
- ],
438
- "mount": "/proc/bus/usb"
439
- },
440
- "/dev/sda2": {
441
- "fs_type": "LVM2_member",
442
- "uuid": "xMbTwo-T6um-ROi2-mYbm-a8j7-UkB7-k31lDf"
323
+ ]
443
324
  },
444
- "none": {
445
- "fs_type": "binfmt_misc",
325
+ "/etc/auto.misc": {
326
+ "mount": "/misc",
327
+ "fs_type": "autofs",
446
328
  "mount_options": [
447
- "rw"
448
- ],
449
- "mount": "/proc/sys/fs/binfmt_misc"
450
- },
451
- "/dev/sda1": {
452
- "fs_type": "ext4",
453
- "mount_options": [
454
- "rw"
455
- ],
456
- "uuid": "54ec6f76-e3e1-469e-b6b8-a8666ffbe859",
457
- "kb_available": "429527",
458
- "kb_size": "495844",
459
- "kb_used": "40717",
460
- "percent_used": "9%",
461
- "mount": "/boot"
462
- },
463
- "rootfs": {
464
- "fs_type": "rootfs",
465
- "mount_options": [
466
- "rw"
467
- ],
468
- "mount": "/"
469
- },
470
- "proc": {
471
- "fs_type": "proc",
472
- "mount_options": [
473
- "rw"
474
- ],
475
- "mount": "/proc"
329
+ "rw",
330
+ "relatime",
331
+ "fd=7",
332
+ "pgrp=1202",
333
+ "timeout=300",
334
+ "minproto=5",
335
+ "maxproto=5",
336
+ "indirect"
337
+ ]
476
338
  },
477
- "v-root": {
478
- "fs_type": "vboxsf",
339
+ "-hosts": {
340
+ "mount": "/net",
341
+ "fs_type": "autofs",
479
342
  "mount_options": [
480
- "uid=501",
481
- "gid=501",
482
- "rw"
483
- ],
484
- "kb_available": "84496380",
485
- "kb_size": "244277768",
486
- "kb_used": "159781388",
487
- "percent_used": "66%",
488
- "mount": "/vagrant"
343
+ "rw",
344
+ "relatime",
345
+ "fd=13",
346
+ "pgrp=1202",
347
+ "timeout=300",
348
+ "minproto=5",
349
+ "maxproto=5",
350
+ "indirect"
351
+ ]
489
352
  }
490
353
  },
491
- "cpu": {
492
- "real": 1,
493
- "total": 1
494
- },
495
- "memory": {
496
- "total": "524288kB"
497
- },
498
- "ohai_time": 1346614637.208,
499
- "os": "linux",
500
- "hostname": "Fauxhai",
501
- "fqdn": "fauxhai.local",
502
- "macaddress": "11:11:11:11:11:11",
503
- "uptime": "30 days 15 hours 07 minutes 30 seconds",
504
- "keys": {
505
- "ssh": {
506
- "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
507
- "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
508
- }
354
+ "lsb": {
355
+ "id": "CentOS",
356
+ "description": "CentOS release 6.3 (Final)",
357
+ "release": "6.3",
358
+ "codename": "Final"
509
359
  },
510
- "languages": {
511
- "ruby": {
512
- "gems_dir": "/usr/local/gems",
513
- "gem_bin": "/usr/local/bin/gem",
514
- "platform": "x86_64-linux",
515
- "bin_dir": "/usr/local/bin",
516
- "target": "x86_64-redhat-linux-gnu",
517
- "host_vendor": "redhat",
518
- "host": "x86_64-redhat-linux-gnu",
519
- "host_os": "linux-gnu",
520
- "target_os": "linux",
521
- "release_date": "2011-06-30",
522
- "ruby_bin": "/usr/local/bin/ruby",
523
- "host_cpu": "x86_64",
524
- "target_cpu": "x86_64",
525
- "version": "1.8.7",
526
- "target_vendor": "redhat"
527
- }
360
+ "platform": "centos",
361
+ "platform_version": "6.3",
362
+ "platform_family": "rhel",
363
+ "ohai_time": 1445890670.060648,
364
+ "command": {
365
+ "ps": "ps -ef"
528
366
  },
529
367
  "dmi": {
368
+ "dmidecode_version": "2.11",
369
+ "smbios_version": "2.5",
370
+ "structures": {
371
+ "count": "10",
372
+ "size": "449"
373
+ },
374
+ "table_location": "0x000E1000",
375
+ "bios": {
376
+ "all_records": [
377
+ {
378
+ "record_id": "0x0000",
379
+ "size": "0",
380
+ "application_identifier": "BIOS Information",
381
+ "Vendor": "innotek GmbH",
382
+ "Version": "VirtualBox",
383
+ "Release Date": "12/01/2006",
384
+ "Address": "0xE0000",
385
+ "Runtime Size": "128 kB",
386
+ "ROM Size": "128 kB",
387
+ "Characteristics": {
388
+ "ISA is supported": null,
389
+ "PCI is supported": null,
390
+ "Boot from CD is supported": null,
391
+ "Selectable boot is supported": null,
392
+ "8042 keyboard services are supported (int 9h)": null,
393
+ "CGA/mono video services are supported (int 10h)": null,
394
+ "ACPI is supported": null
395
+ }
396
+ }
397
+ ],
398
+ "vendor": "innotek GmbH",
399
+ "version": "VirtualBox",
400
+ "release_date": "12/01/2006",
401
+ "address": "0xE0000",
402
+ "runtime_size": "128 kB",
403
+ "rom_size": "128 kB"
404
+ },
530
405
  "system": {
531
- "wake_up_type": "Power Switch",
532
- "uuid": "9604B212-0712-4447-88F7-CDA0BC77464F",
533
- "serial_number": "0",
534
- "manufacturer": "innotek GmbH",
535
- "product_name": "VirtualBox",
536
406
  "all_records": [
537
407
  {
408
+ "record_id": "0x0001",
538
409
  "size": "1",
539
- "SKU Number": "Not Specified",
410
+ "application_identifier": "System Information",
540
411
  "Manufacturer": "innotek GmbH",
541
- "Version": "1.2",
542
412
  "Product Name": "VirtualBox",
543
- "Family": "Virtual Machine",
413
+ "Version": "1.2",
414
+ "Serial Number": "0",
415
+ "UUID": "E83896C4-7286-406B-849D-CD3704A51E70",
544
416
  "Wake-up Type": "Power Switch",
545
- "UUID": "9604B212-0712-4447-88F7-CDA0BC77464F",
417
+ "SKU Number": "Not Specified",
418
+ "Family": "Virtual Machine"
419
+ }
420
+ ],
421
+ "manufacturer": "innotek GmbH",
422
+ "product_name": "VirtualBox",
423
+ "version": "1.2",
424
+ "serial_number": "0",
425
+ "uuid": "E83896C4-7286-406B-849D-CD3704A51E70",
426
+ "wake_up_type": "Power Switch",
427
+ "sku_number": "Not Specified",
428
+ "family": "Virtual Machine"
429
+ },
430
+ "base_board": {
431
+ "all_records": [
432
+ {
433
+ "record_id": "0x0008",
434
+ "size": "2",
435
+ "application_identifier": "Base Board Information",
436
+ "Manufacturer": "Oracle Corporation",
437
+ "Product Name": "VirtualBox",
438
+ "Version": "1.2",
546
439
  "Serial Number": "0",
547
- "application_identifier": "End Of Table",
548
- "record_id": "0x0001"
440
+ "Asset Tag": "Not Specified",
441
+ "Features": {
442
+ "Board is a hosting board": null
443
+ },
444
+ "Location In Chassis": "Not Specified",
445
+ "Chassis Handle": "0x0003",
446
+ "Type": "Motherboard",
447
+ "Contained Object Handles": "0"
549
448
  }
550
449
  ],
450
+ "manufacturer": "Oracle Corporation",
451
+ "product_name": "VirtualBox",
551
452
  "version": "1.2",
552
- "family": "Virtual Machine",
553
- "sku_number": "Not Specified"
453
+ "serial_number": "0",
454
+ "asset_tag": "Not Specified",
455
+ "location_in_chassis": "Not Specified",
456
+ "chassis_handle": "0x0003",
457
+ "type": "Motherboard",
458
+ "contained_object_handles": "0"
554
459
  },
555
- "dmidecode_version": "2.11",
556
- "structures": {
557
- "size": "352",
558
- "count": "5"
460
+ "chassis": {
461
+ "all_records": [
462
+ {
463
+ "record_id": "0x0003",
464
+ "size": "3",
465
+ "application_identifier": "Chassis Information",
466
+ "Manufacturer": "Oracle Corporation",
467
+ "Type": "Other",
468
+ "Lock": "Not Present",
469
+ "Version": "Not Specified",
470
+ "Serial Number": "Not Specified",
471
+ "Asset Tag": "Not Specified",
472
+ "Boot-up State": "Safe",
473
+ "Power Supply State": "Safe",
474
+ "Thermal State": "Safe",
475
+ "Security Status": "None"
476
+ }
477
+ ],
478
+ "manufacturer": "Oracle Corporation",
479
+ "type": "Other",
480
+ "lock": "Not Present",
481
+ "version": "Not Specified",
482
+ "serial_number": "Not Specified",
483
+ "asset_tag": "Not Specified",
484
+ "boot_up_state": "Safe",
485
+ "power_supply_state": "Safe",
486
+ "thermal_state": "Safe",
487
+ "security_status": "None"
559
488
  },
560
- "smbios_version": "2.5",
561
- "bios": {
562
- "vendor": "innotek GmbH",
563
- "address": "0xE0000",
564
- "rom_size": "128 kB",
565
- "release_date": "12/01/2006",
566
- "runtime_size": "128 kB",
489
+ "oem_strings": {
567
490
  "all_records": [
568
491
  {
569
- "Release Date": "12/01/2006",
570
- "size": "0",
571
- "Vendor": "innotek GmbH",
572
- "Address": "0xE0000",
573
- "Characteristics": {
574
- "CGA/mono video services are supported (int 10h)": null,
575
- "Boot from CD is supported": null,
576
- "Selectable boot is supported": null,
577
- "ACPI is supported": null,
578
- "8042 keyboard services are supported (int 9h)": null,
579
- "PCI is supported": null,
580
- "ISA is supported": null
581
- },
582
- "Version": "VirtualBox",
583
- "ROM Size": "128 kB",
584
- "Runtime Size": "128 kB",
585
- "application_identifier": "BIOS Information",
586
- "record_id": "0x0000"
492
+ "record_id": "0x0002",
493
+ "size": "11",
494
+ "application_identifier": "OEM Strings",
495
+ "String 1": "vboxVer_5.0.6",
496
+ "String 2": "vboxRev_103037"
587
497
  }
588
498
  ],
589
- "version": "VirtualBox"
499
+ "string_1": "vboxVer_5.0.6",
500
+ "string_2": "vboxRev_103037"
501
+ }
502
+ },
503
+ "languages": {
504
+ "ruby": {
505
+ "bin_dir": "/usr/local/bin",
506
+ "gem_bin": "/usr/local/bin/gem",
507
+ "gems_dir": "/usr/local/gems",
508
+ "ruby_bin": "/usr/local/bin/ruby"
509
+ },
510
+ "powershell": null
511
+ },
512
+ "chef_packages": {
513
+ "chef": {
514
+ "version": "12.5.1",
515
+ "chef_root": "/usr/local/gems/chef-12.5.1/lib"
590
516
  },
591
- "table_location": "0x000E1000"
517
+ "ohai": {
518
+ "version": "8.7.0",
519
+ "ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
520
+ }
521
+ },
522
+ "counters": {
523
+ "network": {
524
+ "interfaces": {
525
+ "eth0": {
526
+ "rx": {
527
+ "bytes": "0",
528
+ "packets": "0",
529
+ "errors": "0",
530
+ "drop": 0,
531
+ "overrun": 0,
532
+ "frame": 0,
533
+ "compressed": 0,
534
+ "multicast": 0
535
+ },
536
+ "tx": {
537
+ "bytes": "342",
538
+ "packets": "0",
539
+ "errors": "0",
540
+ "drop": 0,
541
+ "overrun": 0,
542
+ "collisions": "0",
543
+ "carrier": 0,
544
+ "compressed": 0
545
+ }
546
+ }
547
+ }
548
+ }
549
+ },
550
+ "current_user": "fauxhai",
551
+ "domain": "local",
552
+ "etc": {
553
+ "passwd": {
554
+ "fauxhai": {
555
+ "dir": "/home/fauxhai",
556
+ "gid": 0,
557
+ "uid": 0,
558
+ "shell": "/bin/bash",
559
+ "gecos": "Fauxhai"
560
+ }
561
+ },
562
+ "group": {
563
+ "fauxhai": {
564
+ "gid": 0,
565
+ "members": [
566
+ "fauxhai"
567
+ ]
568
+ }
569
+ }
570
+ },
571
+ "hostname": "Fauxhai",
572
+ "fqdn": "fauxhai.local",
573
+ "ipaddress": "10.0.0.2",
574
+ "keys": {
575
+ "ssh": {
576
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
577
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
578
+ }
579
+ },
580
+ "macaddress": "11:11:11:11:11:11",
581
+ "network": {
582
+ "default_gateway": "10.0.0.1",
583
+ "default_interface": "eth0",
584
+ "settings": {
585
+ },
586
+ "interfaces": {
587
+ "eth0": {
588
+ "addresses": {
589
+ "10.0.0.2": {
590
+ "broadcast": "10.0.0.255",
591
+ "family": "inet",
592
+ "netmask": "255.255.255.0",
593
+ "prefixlen": "23",
594
+ "scope": "Global"
595
+ }
596
+ },
597
+ "arp": {
598
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
599
+ },
600
+ "encapsulation": "Ethernet",
601
+ "flags": [
602
+ "BROADCAST",
603
+ "MULTICAST",
604
+ "UP",
605
+ "LOWER_UP"
606
+ ],
607
+ "mtu": "1500",
608
+ "number": "0",
609
+ "routes": {
610
+ "10.0.0.0/255": {
611
+ "scope": "link",
612
+ "src": "10.0.0.2"
613
+ }
614
+ },
615
+ "state": "up",
616
+ "type": "eth"
617
+ }
618
+ }
619
+ },
620
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
621
+ "uptime_seconds": 2646450,
622
+ "cpu": {
623
+ "real": 1,
624
+ "total": 1
625
+ },
626
+ "memory": {
627
+ "total": "1024MB"
592
628
  }
593
629
  }