fauxhai 5.4.0 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84404179549785868994118663f1f679a75d3bd4
4
- data.tar.gz: dce75bc060da5945766c265adf5cea1a8e8f8835
3
+ metadata.gz: baa988681b02109755adcaf22fe4061214eb3009
4
+ data.tar.gz: 60cf534b6d729140b08fbd25fe5464a94254a754
5
5
  SHA512:
6
- metadata.gz: 394600a3cec7714be5822fae6da847833c385582579576aac053e1249455c27aa03dda87b76e6293d4310513ed634855752f2b1a23e7bfa87eaee16241693a45
7
- data.tar.gz: f5f6065f4b71ec3d946a27e79eeab0165111f66129452aada938196b46b04316fb8ef613d97318383346c909b728780abf3864fb0e5ddbaee936fd9021046849
6
+ metadata.gz: 3b5530c5479d159777b9e2b020e7817cf68d2b3bbb7d013a7b672358a0f78971fda92c5de264a7738122d621bc226a57e59e2d16c9ff5dd1b71db820af19284b
7
+ data.tar.gz: 16d9062d8a02bd129af7d828ffc701b3c6b107edcda9857f8d8d862281f26dbfed42b0f84e5df0de12eceb7e19faa9bdc161a7f1a10e70b1dc8fba6a048a68cd
data/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Fauxhai Changelog
2
2
 
3
+ ## v5.5.0 (2017-11-07)
4
+
5
+ - Added new platform data:
6
+
7
+ - `Debian` 9.2
8
+ - `macOS` 10.13
9
+ - `Amazon Linux` 2017.09
10
+
3
11
  ## v5.4.0 (2017-09-15)
4
12
 
5
13
  - Set the date for the removal of all deprecated platform data to 3/2018 to coincide with ChefDK 3.0
6
- - Removed several non-critical files from the Gemfile to slim the package size down sligthly
14
+ - Removed several non-critical files from the Gemfile to slim the package size down slightly
7
15
  - Added new platform data:
8
16
 
9
17
  - `Redhat` 7.4
@@ -99,8 +107,11 @@
99
107
  - `windows`: 2003R2, 8
100
108
 
101
109
  - Data provided by the chef_packages will no longer be mocked, but instead the actual Ohai data will be used. This corrects incorrect paths to the Chef/Ohai binaries on many platforms
110
+
102
111
  - Update the chef/ohai dependencies to allow for Chef/Ohai 13
112
+
103
113
  - Improve the mocked Network data to return more platform appropriate network information.
114
+
104
115
  - Whitelisted additional Ohai plugins to provide better mocked data
105
116
 
106
117
  - idletime_seconds
@@ -114,7 +125,9 @@
114
125
  - shells
115
126
 
116
127
  - Remove backwards compatibility with ChefSpec < 0.9.0 which was released 5 years ago
128
+
117
129
  - Improve error messages when the platform data cannot be fetched remotely
130
+
118
131
  - Fix the logic for enabling / disabling the Github fetching being backwards
119
132
 
120
133
  ## v4.1.0 (2017-03-27)
@@ -0,0 +1,666 @@
1
+ {
2
+ "block_device": {
3
+ "xvda": {
4
+ "size": "16777216",
5
+ "removable": "0",
6
+ "rotational": "0",
7
+ "physical_block_size": "512",
8
+ "logical_block_size": "512"
9
+ }
10
+ },
11
+ "chef_packages": {
12
+ "chef": {
13
+ "version": "13.5.3",
14
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.5.3/lib"
15
+ },
16
+ "ohai": {
17
+ "version": "13.5.0",
18
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/ohai-13.5.0/lib/ohai"
19
+ }
20
+ },
21
+ "command": {
22
+ "ps": "ps -ef"
23
+ },
24
+ "counters": {
25
+ "network": {
26
+ "interfaces": {
27
+ "lo": {
28
+ "tx": {
29
+ "queuelen": "1",
30
+ "bytes": 0,
31
+ "packets": 0,
32
+ "errors": 0,
33
+ "drop": 0,
34
+ "carrier": 0,
35
+ "collisions": 0
36
+ },
37
+ "rx": {
38
+ "bytes": 0,
39
+ "packets": 0,
40
+ "errors": 0,
41
+ "drop": 0,
42
+ "overrun": 0
43
+ }
44
+ },
45
+ "eth0": {
46
+ "rx": {
47
+ "bytes": 0,
48
+ "packets": 0,
49
+ "errors": 0,
50
+ "drop": 0,
51
+ "overrun": 0,
52
+ "frame": 0,
53
+ "compressed": 0,
54
+ "multicast": 0
55
+ },
56
+ "tx": {
57
+ "bytes": 0,
58
+ "packets": 0,
59
+ "errors": 0,
60
+ "drop": 0,
61
+ "overrun": 0,
62
+ "collisions": 0,
63
+ "carrier": 0,
64
+ "compressed": 0
65
+ }
66
+ }
67
+ }
68
+ }
69
+ },
70
+ "cpu": {
71
+ "real": 1,
72
+ "total": 1,
73
+ "cores": 1
74
+ },
75
+ "current_user": "fauxhai",
76
+ "dmi": {
77
+ },
78
+ "domain": "local",
79
+ "etc": {
80
+ "passwd": {
81
+ "fauxhai": {
82
+ "dir": "/home/fauxhai",
83
+ "gid": 0,
84
+ "uid": 0,
85
+ "shell": "/bin/bash",
86
+ "gecos": "Fauxhai"
87
+ }
88
+ },
89
+ "group": {
90
+ "fauxhai": {
91
+ "gid": 0,
92
+ "members": [
93
+ "fauxhai"
94
+ ]
95
+ }
96
+ }
97
+ },
98
+ "filesystem": {
99
+ "by_device": {
100
+ "devtmpfs": {
101
+ "kb_size": "499668",
102
+ "kb_used": "56",
103
+ "kb_available": "499612",
104
+ "percent_used": "1%",
105
+ "total_inodes": "124917",
106
+ "inodes_used": "431",
107
+ "inodes_available": "124486",
108
+ "inodes_percent_used": "1%",
109
+ "fs_type": "devtmpfs",
110
+ "mount_options": [
111
+ "rw",
112
+ "relatime",
113
+ "size=499668k",
114
+ "nr_inodes=124917",
115
+ "mode=755"
116
+ ],
117
+ "mounts": [
118
+ "/dev"
119
+ ]
120
+ },
121
+ "tmpfs": {
122
+ "kb_size": "508660",
123
+ "kb_used": "0",
124
+ "kb_available": "508660",
125
+ "percent_used": "0%",
126
+ "total_inodes": "127165",
127
+ "inodes_used": "1",
128
+ "inodes_available": "127164",
129
+ "inodes_percent_used": "1%",
130
+ "fs_type": "tmpfs",
131
+ "mount_options": [
132
+ "rw",
133
+ "relatime"
134
+ ],
135
+ "mounts": [
136
+ "/dev/shm"
137
+ ]
138
+ },
139
+ "/dev/xvda1": {
140
+ "kb_size": "8123812",
141
+ "kb_used": "1241616",
142
+ "kb_available": "6781948",
143
+ "percent_used": "16%",
144
+ "total_inodes": "524288",
145
+ "inodes_used": "52566",
146
+ "inodes_available": "471722",
147
+ "inodes_percent_used": "11%",
148
+ "fs_type": "ext4",
149
+ "mount_options": [
150
+ "rw",
151
+ "noatime",
152
+ "data=ordered"
153
+ ],
154
+ "uuid": "72b851c8-b0fd-4077-94d4-cde4b30ca687",
155
+ "label": "/",
156
+ "mounts": [
157
+ "/"
158
+ ]
159
+ },
160
+ "proc": {
161
+ "fs_type": "proc",
162
+ "mount_options": [
163
+ "rw",
164
+ "relatime"
165
+ ],
166
+ "mounts": [
167
+ "/proc"
168
+ ]
169
+ },
170
+ "sysfs": {
171
+ "fs_type": "sysfs",
172
+ "mount_options": [
173
+ "rw",
174
+ "relatime"
175
+ ],
176
+ "mounts": [
177
+ "/sys"
178
+ ]
179
+ },
180
+ "devpts": {
181
+ "fs_type": "devpts",
182
+ "mount_options": [
183
+ "rw",
184
+ "relatime",
185
+ "gid=5",
186
+ "mode=620",
187
+ "ptmxmode=000"
188
+ ],
189
+ "mounts": [
190
+ "/dev/pts"
191
+ ]
192
+ },
193
+ "none": {
194
+ "fs_type": "binfmt_misc",
195
+ "mount_options": [
196
+ "rw",
197
+ "relatime"
198
+ ],
199
+ "mounts": [
200
+ "/proc/sys/fs/binfmt_misc"
201
+ ]
202
+ },
203
+ "/dev/xvda": {
204
+ "mounts": [
205
+
206
+ ]
207
+ }
208
+ },
209
+ "by_mountpoint": {
210
+ "/dev": {
211
+ "kb_size": "499668",
212
+ "kb_used": "56",
213
+ "kb_available": "499612",
214
+ "percent_used": "1%",
215
+ "total_inodes": "124917",
216
+ "inodes_used": "431",
217
+ "inodes_available": "124486",
218
+ "inodes_percent_used": "1%",
219
+ "fs_type": "devtmpfs",
220
+ "mount_options": [
221
+ "rw",
222
+ "relatime",
223
+ "size=499668k",
224
+ "nr_inodes=124917",
225
+ "mode=755"
226
+ ],
227
+ "devices": [
228
+ "devtmpfs"
229
+ ]
230
+ },
231
+ "/dev/shm": {
232
+ "kb_size": "508660",
233
+ "kb_used": "0",
234
+ "kb_available": "508660",
235
+ "percent_used": "0%",
236
+ "total_inodes": "127165",
237
+ "inodes_used": "1",
238
+ "inodes_available": "127164",
239
+ "inodes_percent_used": "1%",
240
+ "fs_type": "tmpfs",
241
+ "mount_options": [
242
+ "rw",
243
+ "relatime"
244
+ ],
245
+ "devices": [
246
+ "tmpfs"
247
+ ]
248
+ },
249
+ "/": {
250
+ "kb_size": "8123812",
251
+ "kb_used": "1241616",
252
+ "kb_available": "6781948",
253
+ "percent_used": "16%",
254
+ "total_inodes": "524288",
255
+ "inodes_used": "52566",
256
+ "inodes_available": "471722",
257
+ "inodes_percent_used": "11%",
258
+ "fs_type": "ext4",
259
+ "mount_options": [
260
+ "rw",
261
+ "noatime",
262
+ "data=ordered"
263
+ ],
264
+ "uuid": "72b851c8-b0fd-4077-94d4-cde4b30ca687",
265
+ "label": "/",
266
+ "devices": [
267
+ "/dev/xvda1"
268
+ ]
269
+ },
270
+ "/proc": {
271
+ "fs_type": "proc",
272
+ "mount_options": [
273
+ "rw",
274
+ "relatime"
275
+ ],
276
+ "devices": [
277
+ "proc"
278
+ ]
279
+ },
280
+ "/sys": {
281
+ "fs_type": "sysfs",
282
+ "mount_options": [
283
+ "rw",
284
+ "relatime"
285
+ ],
286
+ "devices": [
287
+ "sysfs"
288
+ ]
289
+ },
290
+ "/dev/pts": {
291
+ "fs_type": "devpts",
292
+ "mount_options": [
293
+ "rw",
294
+ "relatime",
295
+ "gid=5",
296
+ "mode=620",
297
+ "ptmxmode=000"
298
+ ],
299
+ "devices": [
300
+ "devpts"
301
+ ]
302
+ },
303
+ "/proc/sys/fs/binfmt_misc": {
304
+ "fs_type": "binfmt_misc",
305
+ "mount_options": [
306
+ "rw",
307
+ "relatime"
308
+ ],
309
+ "devices": [
310
+ "none"
311
+ ]
312
+ }
313
+ },
314
+ "by_pair": {
315
+ "devtmpfs,/dev": {
316
+ "device": "devtmpfs",
317
+ "kb_size": "499668",
318
+ "kb_used": "56",
319
+ "kb_available": "499612",
320
+ "percent_used": "1%",
321
+ "mount": "/dev",
322
+ "total_inodes": "124917",
323
+ "inodes_used": "431",
324
+ "inodes_available": "124486",
325
+ "inodes_percent_used": "1%",
326
+ "fs_type": "devtmpfs",
327
+ "mount_options": [
328
+ "rw",
329
+ "relatime",
330
+ "size=499668k",
331
+ "nr_inodes=124917",
332
+ "mode=755"
333
+ ]
334
+ },
335
+ "tmpfs,/dev/shm": {
336
+ "device": "tmpfs",
337
+ "kb_size": "508660",
338
+ "kb_used": "0",
339
+ "kb_available": "508660",
340
+ "percent_used": "0%",
341
+ "mount": "/dev/shm",
342
+ "total_inodes": "127165",
343
+ "inodes_used": "1",
344
+ "inodes_available": "127164",
345
+ "inodes_percent_used": "1%",
346
+ "fs_type": "tmpfs",
347
+ "mount_options": [
348
+ "rw",
349
+ "relatime"
350
+ ]
351
+ },
352
+ "/dev/xvda1,/": {
353
+ "device": "/dev/xvda1",
354
+ "kb_size": "8123812",
355
+ "kb_used": "1241616",
356
+ "kb_available": "6781948",
357
+ "percent_used": "16%",
358
+ "mount": "/",
359
+ "total_inodes": "524288",
360
+ "inodes_used": "52566",
361
+ "inodes_available": "471722",
362
+ "inodes_percent_used": "11%",
363
+ "fs_type": "ext4",
364
+ "mount_options": [
365
+ "rw",
366
+ "noatime",
367
+ "data=ordered"
368
+ ],
369
+ "uuid": "72b851c8-b0fd-4077-94d4-cde4b30ca687",
370
+ "label": "/"
371
+ },
372
+ "proc,/proc": {
373
+ "device": "proc",
374
+ "mount": "/proc",
375
+ "fs_type": "proc",
376
+ "mount_options": [
377
+ "rw",
378
+ "relatime"
379
+ ]
380
+ },
381
+ "sysfs,/sys": {
382
+ "device": "sysfs",
383
+ "mount": "/sys",
384
+ "fs_type": "sysfs",
385
+ "mount_options": [
386
+ "rw",
387
+ "relatime"
388
+ ]
389
+ },
390
+ "devpts,/dev/pts": {
391
+ "device": "devpts",
392
+ "mount": "/dev/pts",
393
+ "fs_type": "devpts",
394
+ "mount_options": [
395
+ "rw",
396
+ "relatime",
397
+ "gid=5",
398
+ "mode=620",
399
+ "ptmxmode=000"
400
+ ]
401
+ },
402
+ "none,/proc/sys/fs/binfmt_misc": {
403
+ "device": "none",
404
+ "mount": "/proc/sys/fs/binfmt_misc",
405
+ "fs_type": "binfmt_misc",
406
+ "mount_options": [
407
+ "rw",
408
+ "relatime"
409
+ ]
410
+ },
411
+ "/dev/xvda,": {
412
+ "device": "/dev/xvda"
413
+ }
414
+ }
415
+ },
416
+ "fips": {
417
+ "kernel": {
418
+ "enabled": false
419
+ }
420
+ },
421
+ "fqdn": "fauxhai.local",
422
+ "hostname": "Fauxhai",
423
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
424
+ "idletime_seconds": 2646450,
425
+ "init_package": "init",
426
+ "ipaddress": "10.0.0.2",
427
+ "kernel": {
428
+ "name": "Linux",
429
+ "release": "4.9.51-10.52.amzn1.x86_64",
430
+ "version": "#1 SMP Fri Sep 29 01:16:19 UTC 2017",
431
+ "machine": "x86_64",
432
+ "processor": "x86_64",
433
+ "os": "GNU/Linux",
434
+ "modules": {
435
+ "ipv6": {
436
+ "size": "400532",
437
+ "refcount": "54"
438
+ },
439
+ "crc_ccitt": {
440
+ "size": "2019",
441
+ "refcount": "1"
442
+ },
443
+ "binfmt_misc": {
444
+ "size": "11188",
445
+ "refcount": "1"
446
+ },
447
+ "mousedev": {
448
+ "size": "11622",
449
+ "refcount": "0"
450
+ },
451
+ "evdev": {
452
+ "size": "12441",
453
+ "refcount": "3"
454
+ },
455
+ "psmouse": {
456
+ "size": "18098",
457
+ "refcount": "0"
458
+ },
459
+ "button": {
460
+ "size": "8093",
461
+ "refcount": "0"
462
+ },
463
+ "ext4": {
464
+ "size": "570034",
465
+ "refcount": "1"
466
+ },
467
+ "crc16": {
468
+ "size": "1987",
469
+ "refcount": "1"
470
+ },
471
+ "jbd2": {
472
+ "size": "104989",
473
+ "refcount": "1"
474
+ },
475
+ "fscrypto": {
476
+ "size": "20275",
477
+ "refcount": "1"
478
+ },
479
+ "mbcache": {
480
+ "size": "6110",
481
+ "refcount": "2"
482
+ },
483
+ "ata_piix": {
484
+ "size": "26932",
485
+ "refcount": "0",
486
+ "version": "2.13"
487
+ },
488
+ "libata": {
489
+ "size": "240255",
490
+ "refcount": "1",
491
+ "version": "3.00"
492
+ },
493
+ "scsi_mod": {
494
+ "size": "218820",
495
+ "refcount": "1"
496
+ },
497
+ "dm_mirror": {
498
+ "size": "13919",
499
+ "refcount": "0"
500
+ },
501
+ "dm_region_hash": {
502
+ "size": "11149",
503
+ "refcount": "1"
504
+ },
505
+ "dm_log": {
506
+ "size": "9688",
507
+ "refcount": "2"
508
+ },
509
+ "dm_mod": {
510
+ "size": "106214",
511
+ "refcount": "2"
512
+ }
513
+ }
514
+ },
515
+ "keys": {
516
+ "ssh": {
517
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
518
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
519
+ }
520
+ },
521
+ "languages": {
522
+ "ruby": {
523
+ "platform": "x86_64-linux",
524
+ "version": "2.0.0",
525
+ "release_date": "2015-12-16",
526
+ "target": "x86_64-amazon-linux-gnu",
527
+ "target_cpu": "x86_64",
528
+ "target_vendor": "amazon",
529
+ "target_os": "linux",
530
+ "host": "x86_64-redhat-linux-gnu",
531
+ "host_cpu": "x86_64",
532
+ "host_os": "linux-gnu",
533
+ "host_vendor": "redhat",
534
+ "bin_dir": "/usr/local/bin",
535
+ "ruby_bin": "/usr/local/bin/ruby",
536
+ "gems_dir": "/usr/local/gems",
537
+ "gem_bin": "/usr/local/bin/gem"
538
+ },
539
+ "powershell": null
540
+ },
541
+ "lsb": {
542
+ },
543
+ "macaddress": "11:11:11:11:11:11",
544
+ "machinename": "Fauxhai",
545
+ "memory": {
546
+ "total": "1048576kB"
547
+ },
548
+ "network": {
549
+ "interfaces": {
550
+ "lo": {
551
+ "mtu": "65536",
552
+ "flags": [
553
+ "LOOPBACK",
554
+ "UP",
555
+ "LOWER_UP"
556
+ ],
557
+ "encapsulation": "Loopback",
558
+ "addresses": {
559
+ "127.0.0.1": {
560
+ "family": "inet",
561
+ "prefixlen": "8",
562
+ "netmask": "255.0.0.0",
563
+ "scope": "Node",
564
+ "ip_scope": "LOOPBACK"
565
+ },
566
+ "::1": {
567
+ "family": "inet6",
568
+ "prefixlen": "128",
569
+ "scope": "Node",
570
+ "tags": [
571
+
572
+ ],
573
+ "ip_scope": "LINK LOCAL LOOPBACK"
574
+ }
575
+ },
576
+ "state": "unknown"
577
+ },
578
+ "eth0": {
579
+ "type": "eth",
580
+ "number": "0",
581
+ "mtu": "1500",
582
+ "flags": [
583
+ "BROADCAST",
584
+ "MULTICAST",
585
+ "UP",
586
+ "LOWER_UP"
587
+ ],
588
+ "encapsulation": "Ethernet",
589
+ "addresses": {
590
+ "11:11:11:11:11:11": {
591
+ "family": "lladdr"
592
+ },
593
+ "10.0.0.2": {
594
+ "family": "inet",
595
+ "prefixlen": "24",
596
+ "netmask": "255.255.255.0",
597
+ "broadcast": "10.0.0.255",
598
+ "scope": "Global",
599
+ "ip_scope": "RFC1918 PRIVATE"
600
+ },
601
+ "fe80::11:1111:1111:1111": {
602
+ "family": "inet6",
603
+ "prefixlen": "64",
604
+ "scope": "Link",
605
+ "tags": [
606
+
607
+ ],
608
+ "ip_scope": "LINK LOCAL UNICAST"
609
+ }
610
+ },
611
+ "state": "up",
612
+ "arp": {
613
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
614
+ },
615
+ "routes": [
616
+ {
617
+ "destination": "default",
618
+ "family": "inet",
619
+ "via": "10.0.0.1"
620
+ },
621
+ {
622
+ "destination": "10.0.0.0/24",
623
+ "family": "inet",
624
+ "scope": "link",
625
+ "proto": "kernel",
626
+ "src": "10.0.0.2"
627
+ },
628
+ {
629
+ "destination": "fe80::/64",
630
+ "family": "inet6",
631
+ "metric": "256",
632
+ "proto": "kernel"
633
+ }
634
+ ],
635
+ "ring_params": {
636
+ }
637
+ }
638
+ },
639
+ "default_interface": "eth0",
640
+ "default_gateway": "10.0.0.1"
641
+ },
642
+ "ohai_time": 1507674686.1566644,
643
+ "os": "linux",
644
+ "os_version": "4.9.51-10.52.amzn1.x86_64",
645
+ "packages": {
646
+ },
647
+ "platform": "amazon",
648
+ "platform_family": "amazon",
649
+ "platform_version": "2017.09",
650
+ "root_group": "root",
651
+ "shells": [
652
+ "/bin/sh",
653
+ "/bin/bash",
654
+ "/sbin/nologin",
655
+ "/bin/dash"
656
+ ],
657
+ "time": {
658
+ "timezone": "GMT"
659
+ },
660
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
661
+ "uptime_seconds": 2646450,
662
+ "virtualization": {
663
+ "systems": {
664
+ }
665
+ }
666
+ }