fauxhai-ng 7.6.0 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/.DS_Store +0 -0
  3. data/lib/fauxhai/.DS_Store +0 -0
  4. data/lib/fauxhai/mocker.rb +1 -1
  5. data/lib/fauxhai/platforms/.DS_Store +0 -0
  6. data/lib/fauxhai/platforms/aix/6.1.json +1 -0
  7. data/lib/fauxhai/platforms/amazon/2.json +695 -689
  8. data/lib/fauxhai/platforms/amazon/2015.03.json +107 -106
  9. data/lib/fauxhai/platforms/amazon/2015.09.json +102 -101
  10. data/lib/fauxhai/platforms/amazon/2016.03.json +98 -98
  11. data/lib/fauxhai/platforms/amazon/2016.09.json +93 -93
  12. data/lib/fauxhai/platforms/amazon/2017.03.json +87 -87
  13. data/lib/fauxhai/platforms/amazon/2017.09.json +72 -72
  14. data/lib/fauxhai/platforms/amazon/2018.03.json +511 -504
  15. data/lib/fauxhai/platforms/centos/7.6.1810.json +710 -1521
  16. data/lib/fauxhai/platforms/centos/7.7.1908.json +7582 -1781
  17. data/lib/fauxhai/platforms/debian/10.json +56 -56
  18. data/lib/fauxhai/platforms/debian/9.11.json +36 -36
  19. data/lib/fauxhai/platforms/debian/9.8.json +36 -36
  20. data/lib/fauxhai/platforms/debian/9.9.json +36 -36
  21. data/lib/fauxhai/platforms/fedora/29.json +460 -455
  22. data/lib/fauxhai/platforms/fedora/30.json +677 -633
  23. data/lib/fauxhai/platforms/fedora/{28.json → 31.json} +1723 -1554
  24. data/lib/fauxhai/platforms/freebsd/11.1.json +1 -0
  25. data/lib/fauxhai/platforms/oracle/6.10.json +22 -22
  26. data/lib/fauxhai/platforms/oracle/7.5.json +36 -36
  27. data/lib/fauxhai/platforms/oracle/7.6.json +35 -35
  28. data/lib/fauxhai/platforms/raspbian/.DS_Store +0 -0
  29. data/lib/fauxhai/platforms/raspbian/10.json +3657 -0
  30. data/lib/fauxhai/platforms/redhat/.DS_Store +0 -0
  31. data/lib/fauxhai/platforms/redhat/6.10.json +33 -33
  32. data/lib/fauxhai/platforms/redhat/6.9.json +34 -33
  33. data/lib/fauxhai/platforms/redhat/7.4.json +40 -39
  34. data/lib/fauxhai/platforms/redhat/7.5.json +42 -42
  35. data/lib/fauxhai/platforms/redhat/7.6.json +45 -45
  36. data/lib/fauxhai/platforms/{centos/7.6.1804.json → redhat/7.7.json} +951 -794
  37. data/lib/fauxhai/platforms/redhat/8.json +574 -558
  38. data/lib/fauxhai/platforms/suse/12.3.json +47 -75
  39. data/lib/fauxhai/platforms/suse/12.4.json +45 -45
  40. data/lib/fauxhai/platforms/suse/15.json +922 -899
  41. data/lib/fauxhai/platforms/ubuntu/16.04.json +222 -222
  42. data/lib/fauxhai/platforms/ubuntu/18.04.json +227 -227
  43. data/lib/fauxhai/platforms/windows/2008R2.json +1 -0
  44. data/lib/fauxhai/version.rb +1 -1
  45. metadata +7 -31
  46. data/lib/fauxhai/platforms/centos/6.8.json +0 -2495
  47. data/lib/fauxhai/platforms/centos/7.3.1611.json +0 -4077
  48. data/lib/fauxhai/platforms/centos/7.4.1708.json +0 -3799
  49. data/lib/fauxhai/platforms/debian/7.11.json +0 -2932
  50. data/lib/fauxhai/platforms/debian/9.2.json +0 -3084
  51. data/lib/fauxhai/platforms/debian/9.3.json +0 -2929
  52. data/lib/fauxhai/platforms/debian/9.4.json +0 -2930
  53. data/lib/fauxhai/platforms/debian/9.5.json +0 -2928
  54. data/lib/fauxhai/platforms/debian/9.6.json +0 -2928
  55. data/lib/fauxhai/platforms/fedora/26.json +0 -3565
  56. data/lib/fauxhai/platforms/fedora/27.json +0 -3629
  57. data/lib/fauxhai/platforms/freebsd/10.4.json +0 -423
  58. data/lib/fauxhai/platforms/mac_os_x/10.11.json +0 -976
  59. data/lib/fauxhai/platforms/mac_os_x/10.12.json +0 -974
  60. data/lib/fauxhai/platforms/opensuse/42.2.json +0 -7200
  61. data/lib/fauxhai/platforms/opensuse/42.3.json +0 -8205
  62. data/lib/fauxhai/platforms/oracle/6.8.json +0 -6170
  63. data/lib/fauxhai/platforms/oracle/7.3.json +0 -6354
  64. data/lib/fauxhai/platforms/oracle/7.4.json +0 -6389
  65. data/lib/fauxhai/platforms/raspbian/8.0.json +0 -466
  66. data/lib/fauxhai/platforms/redhat/6.8.json +0 -5737
  67. data/lib/fauxhai/platforms/redhat/7.3.json +0 -3860
  68. data/lib/fauxhai/platforms/suse/11.4.json +0 -5688
  69. data/lib/fauxhai/platforms/suse/12.1.json +0 -5823
  70. data/lib/fauxhai/platforms/suse/12.2.json +0 -5124
  71. data/lib/fauxhai/platforms/ubuntu/17.10.json +0 -3739
@@ -1,3860 +0,0 @@
1
- {
2
- "block_device": {
3
- "xvda": {
4
- "logical_block_size": "512",
5
- "physical_block_size": "512",
6
- "removable": "0",
7
- "rotational": "0",
8
- "size": "20971520"
9
- }
10
- },
11
- "chef_packages": {
12
- "chef": {
13
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/chef-15.3.14/lib",
14
- "version": "15.3.14"
15
- },
16
- "ohai": {
17
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/ohai-15.3.1/lib/ohai",
18
- "version": "15.3.1"
19
- }
20
- },
21
- "command": {
22
- "ps": "ps -ef"
23
- },
24
- "counters": {
25
- "network": {
26
- "interfaces": {
27
- "eth0": {
28
- "rx": {
29
- "bytes": 0,
30
- "compressed": 0,
31
- "drop": 0,
32
- "errors": 0,
33
- "frame": 0,
34
- "multicast": 0,
35
- "overrun": 0,
36
- "packets": 0
37
- },
38
- "tx": {
39
- "bytes": 0,
40
- "carrier": 0,
41
- "collisions": 0,
42
- "compressed": 0,
43
- "drop": 0,
44
- "errors": 0,
45
- "overrun": 0,
46
- "packets": 0
47
- }
48
- },
49
- "lo": {
50
- "rx": {
51
- "bytes": 0,
52
- "drop": 0,
53
- "errors": 0,
54
- "overrun": 0,
55
- "packets": 0
56
- },
57
- "tx": {
58
- "bytes": 0,
59
- "carrier": 0,
60
- "collisions": 0,
61
- "drop": 0,
62
- "errors": 0,
63
- "packets": 0,
64
- "queuelen": "1"
65
- }
66
- }
67
- }
68
- }
69
- },
70
- "cpu": {
71
- "cores": 1,
72
- "real": 1,
73
- "total": 1
74
- },
75
- "current_user": "fauxhai",
76
- "dmi": {
77
- "bios": {
78
- "address": "0xE8000",
79
- "all_records": [
80
- {
81
- "Address": "0xE8000",
82
- "BIOS Revision": "4.2",
83
- "Characteristics": {
84
- "EDD is supported": null,
85
- "PCI is supported": null,
86
- "Targeted content distribution is supported": null
87
- },
88
- "ROM Size": "64 kB",
89
- "Release Date": "08/24/2006",
90
- "Runtime Size": "96 kB",
91
- "Vendor": "Xen",
92
- "Version": "4.2.amazon",
93
- "application_identifier": "BIOS Information",
94
- "record_id": "0x0000",
95
- "size": "0"
96
- }
97
- ],
98
- "bios_revision": "4.2",
99
- "release_date": "08/24/2006",
100
- "rom_size": "64 kB",
101
- "runtime_size": "96 kB",
102
- "vendor": "Xen",
103
- "version": "4.2.amazon"
104
- },
105
- "chassis": {
106
- "all_records": [
107
- {
108
- "Asset Tag": "Not Specified",
109
- "Boot-up State": "Safe",
110
- "Lock": "Not Present",
111
- "Manufacturer": "Xen",
112
- "Power Supply State": "Safe",
113
- "Security Status": "Unknown",
114
- "Serial Number": "Not Specified",
115
- "Thermal State": "Safe",
116
- "Type": "Other",
117
- "Version": "Not Specified",
118
- "application_identifier": "Chassis Information",
119
- "record_id": "0x0300",
120
- "size": "3"
121
- }
122
- ],
123
- "asset_tag": "Not Specified",
124
- "boot_up_state": "Safe",
125
- "lock": "Not Present",
126
- "manufacturer": "Xen",
127
- "power_supply_state": "Safe",
128
- "security_status": "Unknown",
129
- "serial_number": "Not Specified",
130
- "thermal_state": "Safe",
131
- "type": "Other",
132
- "version": "Not Specified"
133
- },
134
- "dmidecode_version": "3.0",
135
- "oem_strings": {
136
- "all_records": [
137
- {
138
- "String 1": "Xen",
139
- "application_identifier": "OEM Strings",
140
- "record_id": "0x0B00",
141
- "size": "11"
142
- }
143
- ],
144
- "string_1": "Xen"
145
- },
146
- "processor": {
147
- "all_records": [
148
- {
149
- "Current Speed": "2400 MHz",
150
- "External Clock": "Unknown",
151
- "Family": "Other",
152
- "ID": "F2 06 03 00 FF FB 89 17",
153
- "Manufacturer": "Intel",
154
- "Max Speed": "2400 MHz",
155
- "Socket Designation": "CPU 1",
156
- "Status": "Populated, Enabled",
157
- "Type": "Central Processor",
158
- "Upgrade": "Other",
159
- "Version": "Not Specified",
160
- "Voltage": "Unknown",
161
- "application_identifier": "Processor Information",
162
- "record_id": "0x0401",
163
- "size": "4"
164
- }
165
- ],
166
- "current_speed": "2400 MHz",
167
- "external_clock": "Unknown",
168
- "family": "Other",
169
- "id": "F2 06 03 00 FF FB 89 17",
170
- "manufacturer": "Intel",
171
- "max_speed": "2400 MHz",
172
- "socket_designation": "CPU 1",
173
- "status": "Populated, Enabled",
174
- "type": "Central Processor",
175
- "upgrade": "Other",
176
- "version": "Not Specified",
177
- "voltage": "Unknown"
178
- },
179
- "smbios_version": "2.7",
180
- "structures": {
181
- "count": "11",
182
- "size": "359"
183
- },
184
- "system": {
185
- "all_records": [
186
- {
187
- "Family": "Not Specified",
188
- "Manufacturer": "Xen",
189
- "Product Name": "HVM domU",
190
- "SKU Number": "Not Specified",
191
- "Serial Number": "ec2252b9-2626-603f-d50c-6877c6084565",
192
- "UUID": "EC2252B9-2626-603F-D50C-6877C6084565",
193
- "Version": "4.2.amazon",
194
- "Wake-up Type": "Power Switch",
195
- "application_identifier": "System Information",
196
- "record_id": "0x0100",
197
- "size": "1"
198
- }
199
- ],
200
- "family": "Not Specified",
201
- "manufacturer": "Xen",
202
- "product_name": "HVM domU",
203
- "serial_number": "ec2252b9-2626-603f-d50c-6877c6084565",
204
- "sku_number": "Not Specified",
205
- "uuid": "EC2252B9-2626-603F-D50C-6877C6084565",
206
- "version": "4.2.amazon",
207
- "wake_up_type": "Power Switch"
208
- }
209
- },
210
- "domain": "local",
211
- "filesystem": {
212
- "by_device": {
213
- "/dev/xvda": {
214
- "mounts": []
215
- },
216
- "/dev/xvda1": {
217
- "mounts": []
218
- },
219
- "/dev/xvda2": {
220
- "fs_type": "xfs",
221
- "inodes_available": "5199535",
222
- "inodes_percent_used": "1%",
223
- "inodes_used": "42305",
224
- "kb_available": "9155296",
225
- "kb_size": "10473452",
226
- "kb_used": "1318156",
227
- "mount_options": [
228
- "rw",
229
- "relatime",
230
- "seclabel",
231
- "attr2",
232
- "inode64",
233
- "noquota"
234
- ],
235
- "mounts": [
236
- "/"
237
- ],
238
- "percent_used": "13%",
239
- "total_inodes": "5241840",
240
- "uuid": "00a738da-7c2a-458c-83c0-2420aaed3b8a"
241
- },
242
- "cgroup": {
243
- "fs_type": "cgroup",
244
- "mount_options": [
245
- "rw",
246
- "nosuid",
247
- "nodev",
248
- "noexec",
249
- "relatime",
250
- "pids"
251
- ],
252
- "mounts": [
253
- "/sys/fs/cgroup/systemd",
254
- "/sys/fs/cgroup/memory",
255
- "/sys/fs/cgroup/devices",
256
- "/sys/fs/cgroup/cpuset",
257
- "/sys/fs/cgroup/net_cls,net_prio",
258
- "/sys/fs/cgroup/perf_event",
259
- "/sys/fs/cgroup/cpu,cpuacct",
260
- "/sys/fs/cgroup/freezer",
261
- "/sys/fs/cgroup/hugetlb",
262
- "/sys/fs/cgroup/blkio",
263
- "/sys/fs/cgroup/pids"
264
- ]
265
- },
266
- "configfs": {
267
- "fs_type": "configfs",
268
- "mount_options": [
269
- "rw",
270
- "relatime"
271
- ],
272
- "mounts": [
273
- "/sys/kernel/config"
274
- ]
275
- },
276
- "debugfs": {
277
- "fs_type": "debugfs",
278
- "mount_options": [
279
- "rw",
280
- "relatime"
281
- ],
282
- "mounts": [
283
- "/sys/kernel/debug"
284
- ]
285
- },
286
- "devpts": {
287
- "fs_type": "devpts",
288
- "mount_options": [
289
- "rw",
290
- "nosuid",
291
- "noexec",
292
- "relatime",
293
- "seclabel",
294
- "gid=5",
295
- "mode=620",
296
- "ptmxmode=000"
297
- ],
298
- "mounts": [
299
- "/dev/pts"
300
- ]
301
- },
302
- "devtmpfs": {
303
- "fs_type": "devtmpfs",
304
- "inodes_available": "121773",
305
- "inodes_percent_used": "1%",
306
- "inodes_used": "283",
307
- "kb_available": "488224",
308
- "kb_size": "488224",
309
- "kb_used": "0",
310
- "mount_options": [
311
- "rw",
312
- "nosuid",
313
- "seclabel",
314
- "size=488224k",
315
- "nr_inodes=122056",
316
- "mode=755"
317
- ],
318
- "mounts": [
319
- "/dev"
320
- ],
321
- "percent_used": "0%",
322
- "total_inodes": "122056"
323
- },
324
- "hugetlbfs": {
325
- "fs_type": "hugetlbfs",
326
- "mount_options": [
327
- "rw",
328
- "relatime",
329
- "seclabel"
330
- ],
331
- "mounts": [
332
- "/dev/hugepages"
333
- ]
334
- },
335
- "mqueue": {
336
- "fs_type": "mqueue",
337
- "mount_options": [
338
- "rw",
339
- "relatime",
340
- "seclabel"
341
- ],
342
- "mounts": [
343
- "/dev/mqueue"
344
- ]
345
- },
346
- "proc": {
347
- "fs_type": "proc",
348
- "mount_options": [
349
- "rw",
350
- "nosuid",
351
- "nodev",
352
- "noexec",
353
- "relatime"
354
- ],
355
- "mounts": [
356
- "/proc"
357
- ]
358
- },
359
- "pstore": {
360
- "fs_type": "pstore",
361
- "mount_options": [
362
- "rw",
363
- "nosuid",
364
- "nodev",
365
- "noexec",
366
- "relatime"
367
- ],
368
- "mounts": [
369
- "/sys/fs/pstore"
370
- ]
371
- },
372
- "rootfs": {
373
- "fs_type": "rootfs",
374
- "mount_options": [
375
- "rw"
376
- ],
377
- "mounts": [
378
- "/"
379
- ]
380
- },
381
- "securityfs": {
382
- "fs_type": "securityfs",
383
- "mount_options": [
384
- "rw",
385
- "nosuid",
386
- "nodev",
387
- "noexec",
388
- "relatime"
389
- ],
390
- "mounts": [
391
- "/sys/kernel/security"
392
- ]
393
- },
394
- "selinuxfs": {
395
- "fs_type": "selinuxfs",
396
- "mount_options": [
397
- "rw",
398
- "relatime"
399
- ],
400
- "mounts": [
401
- "/sys/fs/selinux"
402
- ]
403
- },
404
- "sysfs": {
405
- "fs_type": "sysfs",
406
- "mount_options": [
407
- "rw",
408
- "nosuid",
409
- "nodev",
410
- "noexec",
411
- "relatime",
412
- "seclabel"
413
- ],
414
- "mounts": [
415
- "/sys"
416
- ]
417
- },
418
- "systemd-1": {
419
- "fs_type": "autofs",
420
- "mount_options": [
421
- "rw",
422
- "relatime",
423
- "fd=28",
424
- "pgrp=1",
425
- "timeout=300",
426
- "minproto=5",
427
- "maxproto=5",
428
- "direct"
429
- ],
430
- "mounts": [
431
- "/proc/sys/fs/binfmt_misc"
432
- ]
433
- },
434
- "tmpfs": {
435
- "fs_type": "tmpfs",
436
- "inodes_available": "126819",
437
- "inodes_percent_used": "1%",
438
- "inodes_used": "1",
439
- "kb_available": "101460",
440
- "kb_size": "101460",
441
- "kb_used": "0",
442
- "mount_options": [
443
- "rw",
444
- "nosuid",
445
- "nodev",
446
- "relatime",
447
- "seclabel",
448
- "size=101460k",
449
- "mode=700",
450
- "uid=1000",
451
- "gid=1000"
452
- ],
453
- "mounts": [
454
- "/dev/shm",
455
- "/run",
456
- "/sys/fs/cgroup",
457
- "/run/user/1000"
458
- ],
459
- "percent_used": "0%",
460
- "total_inodes": "126820"
461
- }
462
- },
463
- "by_mountpoint": {
464
- "/": {
465
- "devices": [
466
- "/dev/xvda2",
467
- "rootfs"
468
- ],
469
- "fs_type": "rootfs",
470
- "inodes_available": "5199535",
471
- "inodes_percent_used": "1%",
472
- "inodes_used": "42305",
473
- "kb_available": "9155296",
474
- "kb_size": "10473452",
475
- "kb_used": "1318156",
476
- "mount_options": [
477
- "rw"
478
- ],
479
- "percent_used": "13%",
480
- "total_inodes": "5241840",
481
- "uuid": "00a738da-7c2a-458c-83c0-2420aaed3b8a"
482
- },
483
- "/dev": {
484
- "devices": [
485
- "devtmpfs"
486
- ],
487
- "fs_type": "devtmpfs",
488
- "inodes_available": "121773",
489
- "inodes_percent_used": "1%",
490
- "inodes_used": "283",
491
- "kb_available": "488224",
492
- "kb_size": "488224",
493
- "kb_used": "0",
494
- "mount_options": [
495
- "rw",
496
- "nosuid",
497
- "seclabel",
498
- "size=488224k",
499
- "nr_inodes=122056",
500
- "mode=755"
501
- ],
502
- "percent_used": "0%",
503
- "total_inodes": "122056"
504
- },
505
- "/dev/hugepages": {
506
- "devices": [
507
- "hugetlbfs"
508
- ],
509
- "fs_type": "hugetlbfs",
510
- "mount_options": [
511
- "rw",
512
- "relatime",
513
- "seclabel"
514
- ]
515
- },
516
- "/dev/mqueue": {
517
- "devices": [
518
- "mqueue"
519
- ],
520
- "fs_type": "mqueue",
521
- "mount_options": [
522
- "rw",
523
- "relatime",
524
- "seclabel"
525
- ]
526
- },
527
- "/dev/pts": {
528
- "devices": [
529
- "devpts"
530
- ],
531
- "fs_type": "devpts",
532
- "mount_options": [
533
- "rw",
534
- "nosuid",
535
- "noexec",
536
- "relatime",
537
- "seclabel",
538
- "gid=5",
539
- "mode=620",
540
- "ptmxmode=000"
541
- ]
542
- },
543
- "/dev/shm": {
544
- "devices": [
545
- "tmpfs"
546
- ],
547
- "fs_type": "tmpfs",
548
- "inodes_available": "126819",
549
- "inodes_percent_used": "1%",
550
- "inodes_used": "1",
551
- "kb_available": "507280",
552
- "kb_size": "507280",
553
- "kb_used": "0",
554
- "mount_options": [
555
- "rw",
556
- "nosuid",
557
- "nodev",
558
- "seclabel"
559
- ],
560
- "percent_used": "0%",
561
- "total_inodes": "126820"
562
- },
563
- "/proc": {
564
- "devices": [
565
- "proc"
566
- ],
567
- "fs_type": "proc",
568
- "mount_options": [
569
- "rw",
570
- "nosuid",
571
- "nodev",
572
- "noexec",
573
- "relatime"
574
- ]
575
- },
576
- "/proc/sys/fs/binfmt_misc": {
577
- "devices": [
578
- "systemd-1"
579
- ],
580
- "fs_type": "autofs",
581
- "mount_options": [
582
- "rw",
583
- "relatime",
584
- "fd=28",
585
- "pgrp=1",
586
- "timeout=300",
587
- "minproto=5",
588
- "maxproto=5",
589
- "direct"
590
- ]
591
- },
592
- "/run": {
593
- "devices": [
594
- "tmpfs"
595
- ],
596
- "fs_type": "tmpfs",
597
- "inodes_available": "126508",
598
- "inodes_percent_used": "1%",
599
- "inodes_used": "312",
600
- "kb_available": "494340",
601
- "kb_size": "507280",
602
- "kb_used": "12940",
603
- "mount_options": [
604
- "rw",
605
- "nosuid",
606
- "nodev",
607
- "seclabel",
608
- "mode=755"
609
- ],
610
- "percent_used": "3%",
611
- "total_inodes": "126820"
612
- },
613
- "/run/user/1000": {
614
- "devices": [
615
- "tmpfs"
616
- ],
617
- "fs_type": "tmpfs",
618
- "inodes_available": "126819",
619
- "inodes_percent_used": "1%",
620
- "inodes_used": "1",
621
- "kb_available": "101460",
622
- "kb_size": "101460",
623
- "kb_used": "0",
624
- "mount_options": [
625
- "rw",
626
- "nosuid",
627
- "nodev",
628
- "relatime",
629
- "seclabel",
630
- "size=101460k",
631
- "mode=700",
632
- "uid=1000",
633
- "gid=1000"
634
- ],
635
- "percent_used": "0%",
636
- "total_inodes": "126820"
637
- },
638
- "/sys": {
639
- "devices": [
640
- "sysfs"
641
- ],
642
- "fs_type": "sysfs",
643
- "mount_options": [
644
- "rw",
645
- "nosuid",
646
- "nodev",
647
- "noexec",
648
- "relatime",
649
- "seclabel"
650
- ]
651
- },
652
- "/sys/fs/cgroup": {
653
- "devices": [
654
- "tmpfs"
655
- ],
656
- "fs_type": "tmpfs",
657
- "inodes_available": "126804",
658
- "inodes_percent_used": "1%",
659
- "inodes_used": "16",
660
- "kb_available": "507280",
661
- "kb_size": "507280",
662
- "kb_used": "0",
663
- "mount_options": [
664
- "ro",
665
- "nosuid",
666
- "nodev",
667
- "noexec",
668
- "seclabel",
669
- "mode=755"
670
- ],
671
- "percent_used": "0%",
672
- "total_inodes": "126820"
673
- },
674
- "/sys/fs/cgroup/blkio": {
675
- "devices": [
676
- "cgroup"
677
- ],
678
- "fs_type": "cgroup",
679
- "mount_options": [
680
- "rw",
681
- "nosuid",
682
- "nodev",
683
- "noexec",
684
- "relatime",
685
- "blkio"
686
- ]
687
- },
688
- "/sys/fs/cgroup/cpu,cpuacct": {
689
- "devices": [
690
- "cgroup"
691
- ],
692
- "fs_type": "cgroup",
693
- "mount_options": [
694
- "rw",
695
- "nosuid",
696
- "nodev",
697
- "noexec",
698
- "relatime",
699
- "cpuacct",
700
- "cpu"
701
- ]
702
- },
703
- "/sys/fs/cgroup/cpuset": {
704
- "devices": [
705
- "cgroup"
706
- ],
707
- "fs_type": "cgroup",
708
- "mount_options": [
709
- "rw",
710
- "nosuid",
711
- "nodev",
712
- "noexec",
713
- "relatime",
714
- "cpuset"
715
- ]
716
- },
717
- "/sys/fs/cgroup/devices": {
718
- "devices": [
719
- "cgroup"
720
- ],
721
- "fs_type": "cgroup",
722
- "mount_options": [
723
- "rw",
724
- "nosuid",
725
- "nodev",
726
- "noexec",
727
- "relatime",
728
- "devices"
729
- ]
730
- },
731
- "/sys/fs/cgroup/freezer": {
732
- "devices": [
733
- "cgroup"
734
- ],
735
- "fs_type": "cgroup",
736
- "mount_options": [
737
- "rw",
738
- "nosuid",
739
- "nodev",
740
- "noexec",
741
- "relatime",
742
- "freezer"
743
- ]
744
- },
745
- "/sys/fs/cgroup/hugetlb": {
746
- "devices": [
747
- "cgroup"
748
- ],
749
- "fs_type": "cgroup",
750
- "mount_options": [
751
- "rw",
752
- "nosuid",
753
- "nodev",
754
- "noexec",
755
- "relatime",
756
- "hugetlb"
757
- ]
758
- },
759
- "/sys/fs/cgroup/memory": {
760
- "devices": [
761
- "cgroup"
762
- ],
763
- "fs_type": "cgroup",
764
- "mount_options": [
765
- "rw",
766
- "nosuid",
767
- "nodev",
768
- "noexec",
769
- "relatime",
770
- "memory"
771
- ]
772
- },
773
- "/sys/fs/cgroup/net_cls,net_prio": {
774
- "devices": [
775
- "cgroup"
776
- ],
777
- "fs_type": "cgroup",
778
- "mount_options": [
779
- "rw",
780
- "nosuid",
781
- "nodev",
782
- "noexec",
783
- "relatime",
784
- "net_prio",
785
- "net_cls"
786
- ]
787
- },
788
- "/sys/fs/cgroup/perf_event": {
789
- "devices": [
790
- "cgroup"
791
- ],
792
- "fs_type": "cgroup",
793
- "mount_options": [
794
- "rw",
795
- "nosuid",
796
- "nodev",
797
- "noexec",
798
- "relatime",
799
- "perf_event"
800
- ]
801
- },
802
- "/sys/fs/cgroup/pids": {
803
- "devices": [
804
- "cgroup"
805
- ],
806
- "fs_type": "cgroup",
807
- "mount_options": [
808
- "rw",
809
- "nosuid",
810
- "nodev",
811
- "noexec",
812
- "relatime",
813
- "pids"
814
- ]
815
- },
816
- "/sys/fs/cgroup/systemd": {
817
- "devices": [
818
- "cgroup"
819
- ],
820
- "fs_type": "cgroup",
821
- "mount_options": [
822
- "rw",
823
- "nosuid",
824
- "nodev",
825
- "noexec",
826
- "relatime",
827
- "xattr",
828
- "release_agent=/usr/lib/systemd/systemd-cgroups-agent",
829
- "name=systemd"
830
- ]
831
- },
832
- "/sys/fs/pstore": {
833
- "devices": [
834
- "pstore"
835
- ],
836
- "fs_type": "pstore",
837
- "mount_options": [
838
- "rw",
839
- "nosuid",
840
- "nodev",
841
- "noexec",
842
- "relatime"
843
- ]
844
- },
845
- "/sys/fs/selinux": {
846
- "devices": [
847
- "selinuxfs"
848
- ],
849
- "fs_type": "selinuxfs",
850
- "mount_options": [
851
- "rw",
852
- "relatime"
853
- ]
854
- },
855
- "/sys/kernel/config": {
856
- "devices": [
857
- "configfs"
858
- ],
859
- "fs_type": "configfs",
860
- "mount_options": [
861
- "rw",
862
- "relatime"
863
- ]
864
- },
865
- "/sys/kernel/debug": {
866
- "devices": [
867
- "debugfs"
868
- ],
869
- "fs_type": "debugfs",
870
- "mount_options": [
871
- "rw",
872
- "relatime"
873
- ]
874
- },
875
- "/sys/kernel/security": {
876
- "devices": [
877
- "securityfs"
878
- ],
879
- "fs_type": "securityfs",
880
- "mount_options": [
881
- "rw",
882
- "nosuid",
883
- "nodev",
884
- "noexec",
885
- "relatime"
886
- ]
887
- }
888
- },
889
- "by_pair": {
890
- "/dev/xvda,": {
891
- "device": "/dev/xvda"
892
- },
893
- "/dev/xvda1,": {
894
- "device": "/dev/xvda1"
895
- },
896
- "/dev/xvda2,/": {
897
- "device": "/dev/xvda2",
898
- "fs_type": "xfs",
899
- "inodes_available": "5199535",
900
- "inodes_percent_used": "1%",
901
- "inodes_used": "42305",
902
- "kb_available": "9155296",
903
- "kb_size": "10473452",
904
- "kb_used": "1318156",
905
- "mount": "/",
906
- "mount_options": [
907
- "rw",
908
- "relatime",
909
- "seclabel",
910
- "attr2",
911
- "inode64",
912
- "noquota"
913
- ],
914
- "percent_used": "13%",
915
- "total_inodes": "5241840",
916
- "uuid": "00a738da-7c2a-458c-83c0-2420aaed3b8a"
917
- },
918
- "cgroup,/sys/fs/cgroup/blkio": {
919
- "device": "cgroup",
920
- "fs_type": "cgroup",
921
- "mount": "/sys/fs/cgroup/blkio",
922
- "mount_options": [
923
- "rw",
924
- "nosuid",
925
- "nodev",
926
- "noexec",
927
- "relatime",
928
- "blkio"
929
- ]
930
- },
931
- "cgroup,/sys/fs/cgroup/cpu,cpuacct": {
932
- "device": "cgroup",
933
- "fs_type": "cgroup",
934
- "mount": "/sys/fs/cgroup/cpu,cpuacct",
935
- "mount_options": [
936
- "rw",
937
- "nosuid",
938
- "nodev",
939
- "noexec",
940
- "relatime",
941
- "cpuacct",
942
- "cpu"
943
- ]
944
- },
945
- "cgroup,/sys/fs/cgroup/cpuset": {
946
- "device": "cgroup",
947
- "fs_type": "cgroup",
948
- "mount": "/sys/fs/cgroup/cpuset",
949
- "mount_options": [
950
- "rw",
951
- "nosuid",
952
- "nodev",
953
- "noexec",
954
- "relatime",
955
- "cpuset"
956
- ]
957
- },
958
- "cgroup,/sys/fs/cgroup/devices": {
959
- "device": "cgroup",
960
- "fs_type": "cgroup",
961
- "mount": "/sys/fs/cgroup/devices",
962
- "mount_options": [
963
- "rw",
964
- "nosuid",
965
- "nodev",
966
- "noexec",
967
- "relatime",
968
- "devices"
969
- ]
970
- },
971
- "cgroup,/sys/fs/cgroup/freezer": {
972
- "device": "cgroup",
973
- "fs_type": "cgroup",
974
- "mount": "/sys/fs/cgroup/freezer",
975
- "mount_options": [
976
- "rw",
977
- "nosuid",
978
- "nodev",
979
- "noexec",
980
- "relatime",
981
- "freezer"
982
- ]
983
- },
984
- "cgroup,/sys/fs/cgroup/hugetlb": {
985
- "device": "cgroup",
986
- "fs_type": "cgroup",
987
- "mount": "/sys/fs/cgroup/hugetlb",
988
- "mount_options": [
989
- "rw",
990
- "nosuid",
991
- "nodev",
992
- "noexec",
993
- "relatime",
994
- "hugetlb"
995
- ]
996
- },
997
- "cgroup,/sys/fs/cgroup/memory": {
998
- "device": "cgroup",
999
- "fs_type": "cgroup",
1000
- "mount": "/sys/fs/cgroup/memory",
1001
- "mount_options": [
1002
- "rw",
1003
- "nosuid",
1004
- "nodev",
1005
- "noexec",
1006
- "relatime",
1007
- "memory"
1008
- ]
1009
- },
1010
- "cgroup,/sys/fs/cgroup/net_cls,net_prio": {
1011
- "device": "cgroup",
1012
- "fs_type": "cgroup",
1013
- "mount": "/sys/fs/cgroup/net_cls,net_prio",
1014
- "mount_options": [
1015
- "rw",
1016
- "nosuid",
1017
- "nodev",
1018
- "noexec",
1019
- "relatime",
1020
- "net_prio",
1021
- "net_cls"
1022
- ]
1023
- },
1024
- "cgroup,/sys/fs/cgroup/perf_event": {
1025
- "device": "cgroup",
1026
- "fs_type": "cgroup",
1027
- "mount": "/sys/fs/cgroup/perf_event",
1028
- "mount_options": [
1029
- "rw",
1030
- "nosuid",
1031
- "nodev",
1032
- "noexec",
1033
- "relatime",
1034
- "perf_event"
1035
- ]
1036
- },
1037
- "cgroup,/sys/fs/cgroup/pids": {
1038
- "device": "cgroup",
1039
- "fs_type": "cgroup",
1040
- "mount": "/sys/fs/cgroup/pids",
1041
- "mount_options": [
1042
- "rw",
1043
- "nosuid",
1044
- "nodev",
1045
- "noexec",
1046
- "relatime",
1047
- "pids"
1048
- ]
1049
- },
1050
- "cgroup,/sys/fs/cgroup/systemd": {
1051
- "device": "cgroup",
1052
- "fs_type": "cgroup",
1053
- "mount": "/sys/fs/cgroup/systemd",
1054
- "mount_options": [
1055
- "rw",
1056
- "nosuid",
1057
- "nodev",
1058
- "noexec",
1059
- "relatime",
1060
- "xattr",
1061
- "release_agent=/usr/lib/systemd/systemd-cgroups-agent",
1062
- "name=systemd"
1063
- ]
1064
- },
1065
- "configfs,/sys/kernel/config": {
1066
- "device": "configfs",
1067
- "fs_type": "configfs",
1068
- "mount": "/sys/kernel/config",
1069
- "mount_options": [
1070
- "rw",
1071
- "relatime"
1072
- ]
1073
- },
1074
- "debugfs,/sys/kernel/debug": {
1075
- "device": "debugfs",
1076
- "fs_type": "debugfs",
1077
- "mount": "/sys/kernel/debug",
1078
- "mount_options": [
1079
- "rw",
1080
- "relatime"
1081
- ]
1082
- },
1083
- "devpts,/dev/pts": {
1084
- "device": "devpts",
1085
- "fs_type": "devpts",
1086
- "mount": "/dev/pts",
1087
- "mount_options": [
1088
- "rw",
1089
- "nosuid",
1090
- "noexec",
1091
- "relatime",
1092
- "seclabel",
1093
- "gid=5",
1094
- "mode=620",
1095
- "ptmxmode=000"
1096
- ]
1097
- },
1098
- "devtmpfs,/dev": {
1099
- "device": "devtmpfs",
1100
- "fs_type": "devtmpfs",
1101
- "inodes_available": "121773",
1102
- "inodes_percent_used": "1%",
1103
- "inodes_used": "283",
1104
- "kb_available": "488224",
1105
- "kb_size": "488224",
1106
- "kb_used": "0",
1107
- "mount": "/dev",
1108
- "mount_options": [
1109
- "rw",
1110
- "nosuid",
1111
- "seclabel",
1112
- "size=488224k",
1113
- "nr_inodes=122056",
1114
- "mode=755"
1115
- ],
1116
- "percent_used": "0%",
1117
- "total_inodes": "122056"
1118
- },
1119
- "hugetlbfs,/dev/hugepages": {
1120
- "device": "hugetlbfs",
1121
- "fs_type": "hugetlbfs",
1122
- "mount": "/dev/hugepages",
1123
- "mount_options": [
1124
- "rw",
1125
- "relatime",
1126
- "seclabel"
1127
- ]
1128
- },
1129
- "mqueue,/dev/mqueue": {
1130
- "device": "mqueue",
1131
- "fs_type": "mqueue",
1132
- "mount": "/dev/mqueue",
1133
- "mount_options": [
1134
- "rw",
1135
- "relatime",
1136
- "seclabel"
1137
- ]
1138
- },
1139
- "proc,/proc": {
1140
- "device": "proc",
1141
- "fs_type": "proc",
1142
- "mount": "/proc",
1143
- "mount_options": [
1144
- "rw",
1145
- "nosuid",
1146
- "nodev",
1147
- "noexec",
1148
- "relatime"
1149
- ]
1150
- },
1151
- "pstore,/sys/fs/pstore": {
1152
- "device": "pstore",
1153
- "fs_type": "pstore",
1154
- "mount": "/sys/fs/pstore",
1155
- "mount_options": [
1156
- "rw",
1157
- "nosuid",
1158
- "nodev",
1159
- "noexec",
1160
- "relatime"
1161
- ]
1162
- },
1163
- "rootfs,/": {
1164
- "device": "rootfs",
1165
- "fs_type": "rootfs",
1166
- "mount": "/",
1167
- "mount_options": [
1168
- "rw"
1169
- ]
1170
- },
1171
- "securityfs,/sys/kernel/security": {
1172
- "device": "securityfs",
1173
- "fs_type": "securityfs",
1174
- "mount": "/sys/kernel/security",
1175
- "mount_options": [
1176
- "rw",
1177
- "nosuid",
1178
- "nodev",
1179
- "noexec",
1180
- "relatime"
1181
- ]
1182
- },
1183
- "selinuxfs,/sys/fs/selinux": {
1184
- "device": "selinuxfs",
1185
- "fs_type": "selinuxfs",
1186
- "mount": "/sys/fs/selinux",
1187
- "mount_options": [
1188
- "rw",
1189
- "relatime"
1190
- ]
1191
- },
1192
- "sysfs,/sys": {
1193
- "device": "sysfs",
1194
- "fs_type": "sysfs",
1195
- "mount": "/sys",
1196
- "mount_options": [
1197
- "rw",
1198
- "nosuid",
1199
- "nodev",
1200
- "noexec",
1201
- "relatime",
1202
- "seclabel"
1203
- ]
1204
- },
1205
- "systemd-1,/proc/sys/fs/binfmt_misc": {
1206
- "device": "systemd-1",
1207
- "fs_type": "autofs",
1208
- "mount": "/proc/sys/fs/binfmt_misc",
1209
- "mount_options": [
1210
- "rw",
1211
- "relatime",
1212
- "fd=28",
1213
- "pgrp=1",
1214
- "timeout=300",
1215
- "minproto=5",
1216
- "maxproto=5",
1217
- "direct"
1218
- ]
1219
- },
1220
- "tmpfs,/dev/shm": {
1221
- "device": "tmpfs",
1222
- "fs_type": "tmpfs",
1223
- "inodes_available": "126819",
1224
- "inodes_percent_used": "1%",
1225
- "inodes_used": "1",
1226
- "kb_available": "507280",
1227
- "kb_size": "507280",
1228
- "kb_used": "0",
1229
- "mount": "/dev/shm",
1230
- "mount_options": [
1231
- "rw",
1232
- "nosuid",
1233
- "nodev",
1234
- "seclabel"
1235
- ],
1236
- "percent_used": "0%",
1237
- "total_inodes": "126820"
1238
- },
1239
- "tmpfs,/run": {
1240
- "device": "tmpfs",
1241
- "fs_type": "tmpfs",
1242
- "inodes_available": "126508",
1243
- "inodes_percent_used": "1%",
1244
- "inodes_used": "312",
1245
- "kb_available": "494340",
1246
- "kb_size": "507280",
1247
- "kb_used": "12940",
1248
- "mount": "/run",
1249
- "mount_options": [
1250
- "rw",
1251
- "nosuid",
1252
- "nodev",
1253
- "seclabel",
1254
- "mode=755"
1255
- ],
1256
- "percent_used": "3%",
1257
- "total_inodes": "126820"
1258
- },
1259
- "tmpfs,/run/user/1000": {
1260
- "device": "tmpfs",
1261
- "fs_type": "tmpfs",
1262
- "inodes_available": "126819",
1263
- "inodes_percent_used": "1%",
1264
- "inodes_used": "1",
1265
- "kb_available": "101460",
1266
- "kb_size": "101460",
1267
- "kb_used": "0",
1268
- "mount": "/run/user/1000",
1269
- "mount_options": [
1270
- "rw",
1271
- "nosuid",
1272
- "nodev",
1273
- "relatime",
1274
- "seclabel",
1275
- "size=101460k",
1276
- "mode=700",
1277
- "uid=1000",
1278
- "gid=1000"
1279
- ],
1280
- "percent_used": "0%",
1281
- "total_inodes": "126820"
1282
- },
1283
- "tmpfs,/sys/fs/cgroup": {
1284
- "device": "tmpfs",
1285
- "fs_type": "tmpfs",
1286
- "inodes_available": "126804",
1287
- "inodes_percent_used": "1%",
1288
- "inodes_used": "16",
1289
- "kb_available": "507280",
1290
- "kb_size": "507280",
1291
- "kb_used": "0",
1292
- "mount": "/sys/fs/cgroup",
1293
- "mount_options": [
1294
- "ro",
1295
- "nosuid",
1296
- "nodev",
1297
- "noexec",
1298
- "seclabel",
1299
- "mode=755"
1300
- ],
1301
- "percent_used": "0%",
1302
- "total_inodes": "126820"
1303
- }
1304
- }
1305
- },
1306
- "fips": {
1307
- "kernel": {
1308
- "enabled": false
1309
- }
1310
- },
1311
- "fqdn": "fauxhai.local",
1312
- "hostname": "Fauxhai",
1313
- "idle": "30 days 15 hours 07 minutes 30 seconds",
1314
- "idletime_seconds": 2646450,
1315
- "init_package": "systemd",
1316
- "ipaddress": "10.0.0.2",
1317
- "kernel": {
1318
- "machine": "x86_64",
1319
- "modules": {
1320
- "ablk_helper": {
1321
- "refcount": "1",
1322
- "size": "13597"
1323
- },
1324
- "aesni_intel": {
1325
- "refcount": "0",
1326
- "size": "69884"
1327
- },
1328
- "ata_generic": {
1329
- "refcount": "0",
1330
- "size": "12910",
1331
- "version": "0.2.15"
1332
- },
1333
- "ata_piix": {
1334
- "refcount": "0",
1335
- "size": "35038",
1336
- "version": "2.13"
1337
- },
1338
- "cirrus": {
1339
- "refcount": "1",
1340
- "size": "24597"
1341
- },
1342
- "crc32_pclmul": {
1343
- "refcount": "0",
1344
- "size": "13113"
1345
- },
1346
- "crc32c_intel": {
1347
- "refcount": "1",
1348
- "size": "22079"
1349
- },
1350
- "crct10dif_common": {
1351
- "refcount": "1",
1352
- "size": "12595"
1353
- },
1354
- "crct10dif_pclmul": {
1355
- "refcount": "0",
1356
- "size": "14289"
1357
- },
1358
- "cryptd": {
1359
- "refcount": "3",
1360
- "size": "20359"
1361
- },
1362
- "drm": {
1363
- "refcount": "4",
1364
- "size": "372540"
1365
- },
1366
- "drm_kms_helper": {
1367
- "refcount": "1",
1368
- "size": "146456"
1369
- },
1370
- "fb_sys_fops": {
1371
- "refcount": "1",
1372
- "size": "12703"
1373
- },
1374
- "fjes": {
1375
- "refcount": "0",
1376
- "size": "32197",
1377
- "version": "1.1"
1378
- },
1379
- "floppy": {
1380
- "refcount": "0",
1381
- "size": "69417"
1382
- },
1383
- "gf128mul": {
1384
- "refcount": "1",
1385
- "size": "14951"
1386
- },
1387
- "ghash_clmulni_intel": {
1388
- "refcount": "0",
1389
- "size": "13259"
1390
- },
1391
- "glue_helper": {
1392
- "refcount": "1",
1393
- "size": "13990"
1394
- },
1395
- "i2c_core": {
1396
- "refcount": "3",
1397
- "size": "40756"
1398
- },
1399
- "i2c_piix4": {
1400
- "refcount": "0",
1401
- "size": "22106"
1402
- },
1403
- "intel_powerclamp": {
1404
- "refcount": "0",
1405
- "size": "14419"
1406
- },
1407
- "intel_rapl": {
1408
- "refcount": "0",
1409
- "size": "19321"
1410
- },
1411
- "iosf_mbi": {
1412
- "refcount": "1",
1413
- "size": "13523"
1414
- },
1415
- "ip_tables": {
1416
- "refcount": "0",
1417
- "size": "27115"
1418
- },
1419
- "isofs": {
1420
- "refcount": "0",
1421
- "size": "39844"
1422
- },
1423
- "libata": {
1424
- "refcount": "3",
1425
- "size": "247095",
1426
- "version": "3.00"
1427
- },
1428
- "libcrc32c": {
1429
- "refcount": "1",
1430
- "size": "12644"
1431
- },
1432
- "lrw": {
1433
- "refcount": "1",
1434
- "size": "13286"
1435
- },
1436
- "parport": {
1437
- "refcount": "2",
1438
- "size": "42348"
1439
- },
1440
- "parport_pc": {
1441
- "refcount": "0",
1442
- "size": "28165"
1443
- },
1444
- "pata_acpi": {
1445
- "refcount": "0",
1446
- "size": "13038",
1447
- "version": "0.2.3"
1448
- },
1449
- "pcspkr": {
1450
- "refcount": "0",
1451
- "size": "12718"
1452
- },
1453
- "ppdev": {
1454
- "refcount": "0",
1455
- "size": "17671"
1456
- },
1457
- "serio_raw": {
1458
- "refcount": "0",
1459
- "size": "13462"
1460
- },
1461
- "syscopyarea": {
1462
- "refcount": "1",
1463
- "size": "12529"
1464
- },
1465
- "sysfillrect": {
1466
- "refcount": "1",
1467
- "size": "12701"
1468
- },
1469
- "sysimgblt": {
1470
- "refcount": "1",
1471
- "size": "12640"
1472
- },
1473
- "ttm": {
1474
- "refcount": "1",
1475
- "size": "93908"
1476
- },
1477
- "xen_blkfront": {
1478
- "refcount": "2",
1479
- "size": "26971"
1480
- },
1481
- "xen_netfront": {
1482
- "refcount": "0",
1483
- "size": "26720"
1484
- },
1485
- "xfs": {
1486
- "refcount": "1",
1487
- "size": "985347"
1488
- }
1489
- },
1490
- "name": "Linux",
1491
- "os": "GNU/Linux",
1492
- "processor": "x86_64",
1493
- "release": "3.10.0-514.21.2.el7.x86_64",
1494
- "version": "#1 SMP Sun May 28 17:08:21 EDT 2017"
1495
- },
1496
- "keys": {
1497
- "ssh": {
1498
- "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1499
- "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1500
- }
1501
- },
1502
- "languages": {
1503
- "powershell": null,
1504
- "ruby": {
1505
- "bin_dir": "/usr/local/bin",
1506
- "gem_bin": "/usr/local/bin/gem",
1507
- "gems_dir": "/usr/local/gems",
1508
- "ruby_bin": "/usr/local/bin/ruby"
1509
- }
1510
- },
1511
- "lsb": {},
1512
- "macaddress": "11:11:11:11:11:11",
1513
- "machinename": "Fauxhai",
1514
- "memory": {
1515
- "total": "1048576kB"
1516
- },
1517
- "network": {
1518
- "default_gateway": "10.0.0.1",
1519
- "default_interface": "eth0",
1520
- "interfaces": {
1521
- "eth0": {
1522
- "addresses": {
1523
- "10.0.0.2": {
1524
- "broadcast": "10.0.0.255",
1525
- "family": "inet",
1526
- "ip_scope": "RFC1918 PRIVATE",
1527
- "netmask": "255.255.255.0",
1528
- "prefixlen": "24",
1529
- "scope": "Global"
1530
- },
1531
- "11:11:11:11:11:11": {
1532
- "family": "lladdr"
1533
- },
1534
- "fe80::11:1111:1111:1111": {
1535
- "family": "inet6",
1536
- "ip_scope": "LINK LOCAL UNICAST",
1537
- "prefixlen": "64",
1538
- "scope": "Link",
1539
- "tags": []
1540
- }
1541
- },
1542
- "arp": {
1543
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1544
- },
1545
- "encapsulation": "Ethernet",
1546
- "flags": [
1547
- "BROADCAST",
1548
- "MULTICAST",
1549
- "UP",
1550
- "LOWER_UP"
1551
- ],
1552
- "mtu": "1500",
1553
- "number": "0",
1554
- "ring_params": {},
1555
- "routes": [
1556
- {
1557
- "destination": "default",
1558
- "family": "inet",
1559
- "via": "10.0.0.1"
1560
- },
1561
- {
1562
- "destination": "10.0.0.0/24",
1563
- "family": "inet",
1564
- "proto": "kernel",
1565
- "scope": "link",
1566
- "src": "10.0.0.2"
1567
- },
1568
- {
1569
- "destination": "fe80::/64",
1570
- "family": "inet6",
1571
- "metric": "256",
1572
- "proto": "kernel"
1573
- }
1574
- ],
1575
- "state": "up",
1576
- "type": "eth"
1577
- },
1578
- "lo": {
1579
- "addresses": {
1580
- "127.0.0.1": {
1581
- "family": "inet",
1582
- "ip_scope": "LOOPBACK",
1583
- "netmask": "255.0.0.0",
1584
- "prefixlen": "8",
1585
- "scope": "Node"
1586
- },
1587
- "::1": {
1588
- "family": "inet6",
1589
- "ip_scope": "LINK LOCAL LOOPBACK",
1590
- "prefixlen": "128",
1591
- "scope": "Node",
1592
- "tags": []
1593
- }
1594
- },
1595
- "encapsulation": "Loopback",
1596
- "flags": [
1597
- "LOOPBACK",
1598
- "UP",
1599
- "LOWER_UP"
1600
- ],
1601
- "mtu": "65536",
1602
- "state": "unknown"
1603
- }
1604
- }
1605
- },
1606
- "ohai_time": 1570575939.8784323,
1607
- "os": "linux",
1608
- "os_version": "3.10.0-514.21.2.el7.x86_64",
1609
- "packages": {
1610
- "GeoIP": {
1611
- "arch": "x86_64",
1612
- "epoch": "0",
1613
- "installdate": "1497381462",
1614
- "release": "11.el7",
1615
- "version": "1.5.0"
1616
- },
1617
- "NetworkManager": {
1618
- "arch": "x86_64",
1619
- "epoch": "1",
1620
- "installdate": "1497381761",
1621
- "release": "20.el7_3",
1622
- "version": "1.4.0"
1623
- },
1624
- "NetworkManager-config-server": {
1625
- "arch": "x86_64",
1626
- "epoch": "1",
1627
- "installdate": "1497381993",
1628
- "release": "12.el7",
1629
- "version": "1.4.0"
1630
- },
1631
- "NetworkManager-libnm": {
1632
- "arch": "x86_64",
1633
- "epoch": "1",
1634
- "installdate": "1497381630",
1635
- "release": "20.el7_3",
1636
- "version": "1.4.0"
1637
- },
1638
- "NetworkManager-team": {
1639
- "arch": "x86_64",
1640
- "epoch": "1",
1641
- "installdate": "1497381764",
1642
- "release": "20.el7_3",
1643
- "version": "1.4.0"
1644
- },
1645
- "NetworkManager-tui": {
1646
- "arch": "x86_64",
1647
- "epoch": "1",
1648
- "installdate": "1497381763",
1649
- "release": "20.el7_3",
1650
- "version": "1.4.0"
1651
- },
1652
- "PyYAML": {
1653
- "arch": "x86_64",
1654
- "epoch": "0",
1655
- "installdate": "1497381649",
1656
- "release": "11.el7",
1657
- "version": "3.10"
1658
- },
1659
- "Red_Hat_Enterprise_Linux-Release_Notes-7-en-US": {
1660
- "arch": "noarch",
1661
- "epoch": "0",
1662
- "installdate": "1497381931",
1663
- "release": "2.el7",
1664
- "version": "7"
1665
- },
1666
- "acl": {
1667
- "arch": "x86_64",
1668
- "epoch": "0",
1669
- "installdate": "1497381459",
1670
- "release": "12.el7",
1671
- "version": "2.2.51"
1672
- },
1673
- "audit": {
1674
- "arch": "x86_64",
1675
- "epoch": "0",
1676
- "installdate": "1497381881",
1677
- "release": "3.el7_3.1",
1678
- "version": "2.6.5"
1679
- },
1680
- "audit-libs": {
1681
- "arch": "x86_64",
1682
- "epoch": "0",
1683
- "installdate": "1497381431",
1684
- "release": "3.el7_3.1",
1685
- "version": "2.6.5"
1686
- },
1687
- "audit-libs-python": {
1688
- "arch": "x86_64",
1689
- "epoch": "0",
1690
- "installdate": "1497381537",
1691
- "release": "3.el7_3.1",
1692
- "version": "2.6.5"
1693
- },
1694
- "authconfig": {
1695
- "arch": "x86_64",
1696
- "epoch": "0",
1697
- "installdate": "1497381894",
1698
- "release": "14.el7",
1699
- "version": "6.2.8"
1700
- },
1701
- "basesystem": {
1702
- "arch": "noarch",
1703
- "epoch": "0",
1704
- "installdate": "1497381388",
1705
- "release": "7.el7",
1706
- "version": "10.0"
1707
- },
1708
- "bash": {
1709
- "arch": "x86_64",
1710
- "epoch": "0",
1711
- "installdate": "1497381406",
1712
- "release": "21.el7_3",
1713
- "version": "4.2.46"
1714
- },
1715
- "bind-libs-lite": {
1716
- "arch": "x86_64",
1717
- "epoch": "32",
1718
- "installdate": "1497381760",
1719
- "release": "38.el7_3.3",
1720
- "version": "9.9.4"
1721
- },
1722
- "bind-license": {
1723
- "arch": "noarch",
1724
- "epoch": "32",
1725
- "installdate": "1497381759",
1726
- "release": "38.el7_3.3",
1727
- "version": "9.9.4"
1728
- },
1729
- "binutils": {
1730
- "arch": "x86_64",
1731
- "epoch": "0",
1732
- "installdate": "1497381633",
1733
- "release": "22.base.el7",
1734
- "version": "2.25.1"
1735
- },
1736
- "btrfs-progs": {
1737
- "arch": "x86_64",
1738
- "epoch": "0",
1739
- "installdate": "1497381980",
1740
- "release": "1.el7",
1741
- "version": "4.4.1"
1742
- },
1743
- "bzip2-libs": {
1744
- "arch": "x86_64",
1745
- "epoch": "0",
1746
- "installdate": "1497381409",
1747
- "release": "13.el7",
1748
- "version": "1.0.6"
1749
- },
1750
- "ca-certificates": {
1751
- "arch": "noarch",
1752
- "epoch": "0",
1753
- "installdate": "1497381450",
1754
- "release": "70.1.el7_3",
1755
- "version": "2017.2.14"
1756
- },
1757
- "checkpolicy": {
1758
- "arch": "x86_64",
1759
- "epoch": "0",
1760
- "installdate": "1497381647",
1761
- "release": "4.el7",
1762
- "version": "2.5"
1763
- },
1764
- "chef": {
1765
- "arch": "x86_64",
1766
- "epoch": "0",
1767
- "installdate": "1570575932",
1768
- "release": "1.el7",
1769
- "version": "15.3.14"
1770
- },
1771
- "chkconfig": {
1772
- "arch": "x86_64",
1773
- "epoch": "0",
1774
- "installdate": "1497381408",
1775
- "release": "1.el7",
1776
- "version": "1.7.2"
1777
- },
1778
- "chrony": {
1779
- "arch": "x86_64",
1780
- "epoch": "0",
1781
- "installdate": "1497381886",
1782
- "release": "3.el7",
1783
- "version": "2.1.1"
1784
- },
1785
- "cloud-init": {
1786
- "arch": "x86_64",
1787
- "epoch": "0",
1788
- "installdate": "1497381877",
1789
- "release": "2.el7",
1790
- "version": "0.7.6"
1791
- },
1792
- "cloud-utils-growpart": {
1793
- "arch": "noarch",
1794
- "epoch": "0",
1795
- "installdate": "1497381894",
1796
- "release": "13.el7",
1797
- "version": "0.27"
1798
- },
1799
- "coreutils": {
1800
- "arch": "x86_64",
1801
- "epoch": "0",
1802
- "installdate": "1497381517",
1803
- "release": "18.el7",
1804
- "version": "8.22"
1805
- },
1806
- "cpio": {
1807
- "arch": "x86_64",
1808
- "epoch": "0",
1809
- "installdate": "1497381440",
1810
- "release": "24.el7",
1811
- "version": "2.11"
1812
- },
1813
- "cracklib": {
1814
- "arch": "x86_64",
1815
- "epoch": "0",
1816
- "installdate": "1497381525",
1817
- "release": "11.el7",
1818
- "version": "2.9.0"
1819
- },
1820
- "cracklib-dicts": {
1821
- "arch": "x86_64",
1822
- "epoch": "0",
1823
- "installdate": "1497381528",
1824
- "release": "11.el7",
1825
- "version": "2.9.0"
1826
- },
1827
- "cronie": {
1828
- "arch": "x86_64",
1829
- "epoch": "0",
1830
- "installdate": "1497381662",
1831
- "release": "14.el7_2.1",
1832
- "version": "1.4.11"
1833
- },
1834
- "cronie-anacron": {
1835
- "arch": "x86_64",
1836
- "epoch": "0",
1837
- "installdate": "1497381661",
1838
- "release": "14.el7_2.1",
1839
- "version": "1.4.11"
1840
- },
1841
- "crontabs": {
1842
- "arch": "noarch",
1843
- "epoch": "0",
1844
- "installdate": "1497381662",
1845
- "release": "6.20121102git.el7",
1846
- "version": "1.11"
1847
- },
1848
- "cryptsetup-libs": {
1849
- "arch": "x86_64",
1850
- "epoch": "0",
1851
- "installdate": "1497381651",
1852
- "release": "1.el7",
1853
- "version": "1.7.2"
1854
- },
1855
- "curl": {
1856
- "arch": "x86_64",
1857
- "epoch": "0",
1858
- "installdate": "1497381635",
1859
- "release": "35.el7",
1860
- "version": "7.29.0"
1861
- },
1862
- "cyrus-sasl-lib": {
1863
- "arch": "x86_64",
1864
- "epoch": "0",
1865
- "installdate": "1497381447",
1866
- "release": "20.el7_2",
1867
- "version": "2.1.26"
1868
- },
1869
- "dbus": {
1870
- "arch": "x86_64",
1871
- "epoch": "1",
1872
- "installdate": "1497381657",
1873
- "release": "17.el7",
1874
- "version": "1.6.12"
1875
- },
1876
- "dbus-glib": {
1877
- "arch": "x86_64",
1878
- "epoch": "0",
1879
- "installdate": "1497381458",
1880
- "release": "7.el7",
1881
- "version": "0.100"
1882
- },
1883
- "dbus-libs": {
1884
- "arch": "x86_64",
1885
- "epoch": "1",
1886
- "installdate": "1497381438",
1887
- "release": "17.el7",
1888
- "version": "1.6.12"
1889
- },
1890
- "dbus-python": {
1891
- "arch": "x86_64",
1892
- "epoch": "0",
1893
- "installdate": "1497381524",
1894
- "release": "9.el7",
1895
- "version": "1.1.1"
1896
- },
1897
- "desktop-file-utils": {
1898
- "arch": "x86_64",
1899
- "epoch": "0",
1900
- "installdate": "1497381459",
1901
- "release": "1.el7",
1902
- "version": "0.22"
1903
- },
1904
- "device-mapper": {
1905
- "arch": "x86_64",
1906
- "epoch": "7",
1907
- "installdate": "1497381650",
1908
- "release": "1.el7_3.4",
1909
- "version": "1.02.135"
1910
- },
1911
- "device-mapper-libs": {
1912
- "arch": "x86_64",
1913
- "epoch": "7",
1914
- "installdate": "1497381650",
1915
- "release": "1.el7_3.4",
1916
- "version": "1.02.135"
1917
- },
1918
- "dhclient": {
1919
- "arch": "x86_64",
1920
- "epoch": "12",
1921
- "installdate": "1497381760",
1922
- "release": "47.el7",
1923
- "version": "4.2.5"
1924
- },
1925
- "dhcp-common": {
1926
- "arch": "x86_64",
1927
- "epoch": "12",
1928
- "installdate": "1497381638",
1929
- "release": "47.el7",
1930
- "version": "4.2.5"
1931
- },
1932
- "dhcp-libs": {
1933
- "arch": "x86_64",
1934
- "epoch": "12",
1935
- "installdate": "1497381637",
1936
- "release": "47.el7",
1937
- "version": "4.2.5"
1938
- },
1939
- "diffutils": {
1940
- "arch": "x86_64",
1941
- "epoch": "0",
1942
- "installdate": "1497381440",
1943
- "release": "4.el7",
1944
- "version": "3.3"
1945
- },
1946
- "dmidecode": {
1947
- "arch": "x86_64",
1948
- "epoch": "1",
1949
- "installdate": "1497381454",
1950
- "release": "2.1.el7_3",
1951
- "version": "3.0"
1952
- },
1953
- "dnsmasq": {
1954
- "arch": "x86_64",
1955
- "epoch": "0",
1956
- "installdate": "1497381664",
1957
- "release": "21.el7",
1958
- "version": "2.66"
1959
- },
1960
- "dracut": {
1961
- "arch": "x86_64",
1962
- "epoch": "0",
1963
- "installdate": "1497381651",
1964
- "release": "463.el7_3.1",
1965
- "version": "033"
1966
- },
1967
- "dracut-config-generic": {
1968
- "arch": "x86_64",
1969
- "epoch": "0",
1970
- "installdate": "1497381887",
1971
- "release": "463.el7_3.1",
1972
- "version": "033"
1973
- },
1974
- "dracut-config-rescue": {
1975
- "arch": "x86_64",
1976
- "epoch": "0",
1977
- "installdate": "1497381887",
1978
- "release": "463.el7_3.1",
1979
- "version": "033"
1980
- },
1981
- "dracut-network": {
1982
- "arch": "x86_64",
1983
- "epoch": "0",
1984
- "installdate": "1497381762",
1985
- "release": "463.el7_3.1",
1986
- "version": "033"
1987
- },
1988
- "e2fsprogs": {
1989
- "arch": "x86_64",
1990
- "epoch": "0",
1991
- "installdate": "1497381536",
1992
- "release": "9.el7",
1993
- "version": "1.42.9"
1994
- },
1995
- "e2fsprogs-libs": {
1996
- "arch": "x86_64",
1997
- "epoch": "0",
1998
- "installdate": "1497381447",
1999
- "release": "9.el7",
2000
- "version": "1.42.9"
2001
- },
2002
- "elfutils-libelf": {
2003
- "arch": "x86_64",
2004
- "epoch": "0",
2005
- "installdate": "1497381431",
2006
- "release": "2.el7",
2007
- "version": "0.166"
2008
- },
2009
- "elfutils-libs": {
2010
- "arch": "x86_64",
2011
- "epoch": "0",
2012
- "installdate": "1497381439",
2013
- "release": "2.el7",
2014
- "version": "0.166"
2015
- },
2016
- "emacs-filesystem": {
2017
- "arch": "noarch",
2018
- "epoch": "1",
2019
- "installdate": "1497381388",
2020
- "release": "18.el7",
2021
- "version": "24.3"
2022
- },
2023
- "ethtool": {
2024
- "arch": "x86_64",
2025
- "epoch": "2",
2026
- "installdate": "1497381455",
2027
- "release": "3.el7",
2028
- "version": "4.5"
2029
- },
2030
- "expat": {
2031
- "arch": "x86_64",
2032
- "epoch": "0",
2033
- "installdate": "1497381443",
2034
- "release": "10.el7_3",
2035
- "version": "2.1.0"
2036
- },
2037
- "file": {
2038
- "arch": "x86_64",
2039
- "epoch": "0",
2040
- "installdate": "1497381445",
2041
- "release": "33.el7",
2042
- "version": "5.11"
2043
- },
2044
- "file-libs": {
2045
- "arch": "x86_64",
2046
- "epoch": "0",
2047
- "installdate": "1497381445",
2048
- "release": "33.el7",
2049
- "version": "5.11"
2050
- },
2051
- "filesystem": {
2052
- "arch": "x86_64",
2053
- "epoch": "0",
2054
- "installdate": "1497381385",
2055
- "release": "21.el7",
2056
- "version": "3.2"
2057
- },
2058
- "findutils": {
2059
- "arch": "x86_64",
2060
- "epoch": "1",
2061
- "installdate": "1497381444",
2062
- "release": "5.el7",
2063
- "version": "4.5.11"
2064
- },
2065
- "fipscheck": {
2066
- "arch": "x86_64",
2067
- "epoch": "0",
2068
- "installdate": "1497381639",
2069
- "release": "5.el7",
2070
- "version": "1.4.1"
2071
- },
2072
- "fipscheck-lib": {
2073
- "arch": "x86_64",
2074
- "epoch": "0",
2075
- "installdate": "1497381639",
2076
- "release": "5.el7",
2077
- "version": "1.4.1"
2078
- },
2079
- "freetype": {
2080
- "arch": "x86_64",
2081
- "epoch": "0",
2082
- "installdate": "1497381463",
2083
- "release": "12.el7",
2084
- "version": "2.4.11"
2085
- },
2086
- "gawk": {
2087
- "arch": "x86_64",
2088
- "epoch": "0",
2089
- "installdate": "1497381430",
2090
- "release": "4.el7",
2091
- "version": "4.0.2"
2092
- },
2093
- "gdbm": {
2094
- "arch": "x86_64",
2095
- "epoch": "0",
2096
- "installdate": "1497381454",
2097
- "release": "8.el7",
2098
- "version": "1.10"
2099
- },
2100
- "gdisk": {
2101
- "arch": "x86_64",
2102
- "epoch": "0",
2103
- "installdate": "1497381992",
2104
- "release": "5.el7",
2105
- "version": "0.8.6"
2106
- },
2107
- "gettext": {
2108
- "arch": "x86_64",
2109
- "epoch": "0",
2110
- "installdate": "1497381531",
2111
- "release": "4.el7",
2112
- "version": "0.18.2.1"
2113
- },
2114
- "gettext-libs": {
2115
- "arch": "x86_64",
2116
- "epoch": "0",
2117
- "installdate": "1497381456",
2118
- "release": "4.el7",
2119
- "version": "0.18.2.1"
2120
- },
2121
- "glib-networking": {
2122
- "arch": "x86_64",
2123
- "epoch": "0",
2124
- "installdate": "1497381736",
2125
- "release": "1.el7",
2126
- "version": "2.42.0"
2127
- },
2128
- "glib2": {
2129
- "arch": "x86_64",
2130
- "epoch": "0",
2131
- "installdate": "1497381434",
2132
- "release": "4.el7",
2133
- "version": "2.46.2"
2134
- },
2135
- "glibc": {
2136
- "arch": "x86_64",
2137
- "epoch": "0",
2138
- "installdate": "1497381400",
2139
- "release": "157.el7_3.4",
2140
- "version": "2.17"
2141
- },
2142
- "glibc-common": {
2143
- "arch": "x86_64",
2144
- "epoch": "0",
2145
- "installdate": "1497381397",
2146
- "release": "157.el7_3.4",
2147
- "version": "2.17"
2148
- },
2149
- "gmp": {
2150
- "arch": "x86_64",
2151
- "epoch": "1",
2152
- "installdate": "1497381445",
2153
- "release": "12.el7_1",
2154
- "version": "6.0.0"
2155
- },
2156
- "gnupg2": {
2157
- "arch": "x86_64",
2158
- "epoch": "0",
2159
- "installdate": "1497381739",
2160
- "release": "4.el7",
2161
- "version": "2.0.22"
2162
- },
2163
- "gnutls": {
2164
- "arch": "x86_64",
2165
- "epoch": "0",
2166
- "installdate": "1497381736",
2167
- "release": "1.el7",
2168
- "version": "3.3.24"
2169
- },
2170
- "gobject-introspection": {
2171
- "arch": "x86_64",
2172
- "epoch": "0",
2173
- "installdate": "1497381447",
2174
- "release": "1.el7",
2175
- "version": "1.42.0"
2176
- },
2177
- "gpg-pubkey": {
2178
- "arch": "(none)",
2179
- "epoch": "0",
2180
- "installdate": "1570575905",
2181
- "release": "4ae0493b",
2182
- "version": "fd431d51",
2183
- "versions": [
2184
- {
2185
- "arch": "(none)",
2186
- "epoch": "0",
2187
- "installdate": "1570575905",
2188
- "release": "45700c69",
2189
- "version": "2fa658e0"
2190
- },
2191
- {
2192
- "arch": "(none)",
2193
- "epoch": "0",
2194
- "installdate": "1570575905",
2195
- "release": "4ae0493b",
2196
- "version": "fd431d51"
2197
- }
2198
- ]
2199
- },
2200
- "gpgme": {
2201
- "arch": "x86_64",
2202
- "epoch": "0",
2203
- "installdate": "1497381740",
2204
- "release": "5.el7",
2205
- "version": "1.3.2"
2206
- },
2207
- "grep": {
2208
- "arch": "x86_64",
2209
- "epoch": "0",
2210
- "installdate": "1497381430",
2211
- "release": "2.el7",
2212
- "version": "2.20"
2213
- },
2214
- "groff-base": {
2215
- "arch": "x86_64",
2216
- "epoch": "0",
2217
- "installdate": "1497381448",
2218
- "release": "8.el7",
2219
- "version": "1.22.2"
2220
- },
2221
- "grub2": {
2222
- "arch": "x86_64",
2223
- "epoch": "1",
2224
- "installdate": "1497381878",
2225
- "release": "0.44.el7",
2226
- "version": "2.02"
2227
- },
2228
- "grub2-tools": {
2229
- "arch": "x86_64",
2230
- "epoch": "1",
2231
- "installdate": "1497381664",
2232
- "release": "0.44.el7",
2233
- "version": "2.02"
2234
- },
2235
- "grubby": {
2236
- "arch": "x86_64",
2237
- "epoch": "0",
2238
- "installdate": "1497381536",
2239
- "release": "21.el7_3",
2240
- "version": "8.28"
2241
- },
2242
- "gsettings-desktop-schemas": {
2243
- "arch": "x86_64",
2244
- "epoch": "0",
2245
- "installdate": "1497381460",
2246
- "release": "1.el7",
2247
- "version": "3.14.2"
2248
- },
2249
- "gzip": {
2250
- "arch": "x86_64",
2251
- "epoch": "0",
2252
- "installdate": "1497381524",
2253
- "release": "8.el7",
2254
- "version": "1.5"
2255
- },
2256
- "hardlink": {
2257
- "arch": "x86_64",
2258
- "epoch": "1",
2259
- "installdate": "1497381650",
2260
- "release": "19.el7",
2261
- "version": "1.0"
2262
- },
2263
- "hostname": {
2264
- "arch": "x86_64",
2265
- "epoch": "0",
2266
- "installdate": "1497381454",
2267
- "release": "3.el7",
2268
- "version": "3.13"
2269
- },
2270
- "hwdata": {
2271
- "arch": "x86_64",
2272
- "epoch": "0",
2273
- "installdate": "1497381661",
2274
- "release": "8.4.el7",
2275
- "version": "0.252"
2276
- },
2277
- "info": {
2278
- "arch": "x86_64",
2279
- "epoch": "0",
2280
- "installdate": "1497381407",
2281
- "release": "4.el7",
2282
- "version": "5.1"
2283
- },
2284
- "initscripts": {
2285
- "arch": "x86_64",
2286
- "epoch": "0",
2287
- "installdate": "1497381659",
2288
- "release": "1.el7_3.1",
2289
- "version": "9.49.37"
2290
- },
2291
- "iproute": {
2292
- "arch": "x86_64",
2293
- "epoch": "0",
2294
- "installdate": "1497381456",
2295
- "release": "74.el7",
2296
- "version": "3.10.0"
2297
- },
2298
- "iptables": {
2299
- "arch": "x86_64",
2300
- "epoch": "0",
2301
- "installdate": "1497381455",
2302
- "release": "17.el7",
2303
- "version": "1.4.21"
2304
- },
2305
- "iputils": {
2306
- "arch": "x86_64",
2307
- "epoch": "0",
2308
- "installdate": "1497381658",
2309
- "release": "8.el7",
2310
- "version": "20160308"
2311
- },
2312
- "irqbalance": {
2313
- "arch": "x86_64",
2314
- "epoch": "3",
2315
- "installdate": "1497381884",
2316
- "release": "6.el7",
2317
- "version": "1.0.7"
2318
- },
2319
- "iwl7265-firmware": {
2320
- "arch": "noarch",
2321
- "epoch": "0",
2322
- "installdate": "1497381995",
2323
- "release": "49.el7",
2324
- "version": "22.0.7.0"
2325
- },
2326
- "jansson": {
2327
- "arch": "x86_64",
2328
- "epoch": "0",
2329
- "installdate": "1497381444",
2330
- "release": "6.el7",
2331
- "version": "2.4"
2332
- },
2333
- "json-c": {
2334
- "arch": "x86_64",
2335
- "epoch": "0",
2336
- "installdate": "1497381738",
2337
- "release": "4.el7_0",
2338
- "version": "0.11"
2339
- },
2340
- "kbd": {
2341
- "arch": "x86_64",
2342
- "epoch": "0",
2343
- "installdate": "1497381870",
2344
- "release": "12.el7",
2345
- "version": "1.15.5"
2346
- },
2347
- "kbd-legacy": {
2348
- "arch": "noarch",
2349
- "epoch": "0",
2350
- "installdate": "1497381745",
2351
- "release": "12.el7",
2352
- "version": "1.15.5"
2353
- },
2354
- "kbd-misc": {
2355
- "arch": "noarch",
2356
- "epoch": "0",
2357
- "installdate": "1497381745",
2358
- "release": "12.el7",
2359
- "version": "1.15.5"
2360
- },
2361
- "kernel": {
2362
- "arch": "x86_64",
2363
- "epoch": "0",
2364
- "installdate": "1497381869",
2365
- "release": "514.21.2.el7",
2366
- "version": "3.10.0"
2367
- },
2368
- "kernel-tools": {
2369
- "arch": "x86_64",
2370
- "epoch": "0",
2371
- "installdate": "1497381888",
2372
- "release": "514.21.2.el7",
2373
- "version": "3.10.0"
2374
- },
2375
- "kernel-tools-libs": {
2376
- "arch": "x86_64",
2377
- "epoch": "0",
2378
- "installdate": "1497381648",
2379
- "release": "514.21.2.el7",
2380
- "version": "3.10.0"
2381
- },
2382
- "kexec-tools": {
2383
- "arch": "x86_64",
2384
- "epoch": "0",
2385
- "installdate": "1497381763",
2386
- "release": "50.el7",
2387
- "version": "2.0.7"
2388
- },
2389
- "keyutils-libs": {
2390
- "arch": "x86_64",
2391
- "epoch": "0",
2392
- "installdate": "1497381454",
2393
- "release": "3.el7",
2394
- "version": "1.5.8"
2395
- },
2396
- "kmod": {
2397
- "arch": "x86_64",
2398
- "epoch": "0",
2399
- "installdate": "1497381652",
2400
- "release": "9.el7",
2401
- "version": "20"
2402
- },
2403
- "kmod-libs": {
2404
- "arch": "x86_64",
2405
- "epoch": "0",
2406
- "installdate": "1497381448",
2407
- "release": "9.el7",
2408
- "version": "20"
2409
- },
2410
- "kpartx": {
2411
- "arch": "x86_64",
2412
- "epoch": "0",
2413
- "installdate": "1497381650",
2414
- "release": "99.el7_3.3",
2415
- "version": "0.4.9"
2416
- },
2417
- "krb5-libs": {
2418
- "arch": "x86_64",
2419
- "epoch": "0",
2420
- "installdate": "1497381517",
2421
- "release": "27.el7_3",
2422
- "version": "1.14.1"
2423
- },
2424
- "less": {
2425
- "arch": "x86_64",
2426
- "epoch": "0",
2427
- "installdate": "1497381457",
2428
- "release": "9.el7",
2429
- "version": "458"
2430
- },
2431
- "libacl": {
2432
- "arch": "x86_64",
2433
- "epoch": "0",
2434
- "installdate": "1497381438",
2435
- "release": "12.el7",
2436
- "version": "2.2.51"
2437
- },
2438
- "libassuan": {
2439
- "arch": "x86_64",
2440
- "epoch": "0",
2441
- "installdate": "1497381446",
2442
- "release": "3.el7",
2443
- "version": "2.1.0"
2444
- },
2445
- "libattr": {
2446
- "arch": "x86_64",
2447
- "epoch": "0",
2448
- "installdate": "1497381438",
2449
- "release": "12.el7",
2450
- "version": "2.4.46"
2451
- },
2452
- "libblkid": {
2453
- "arch": "x86_64",
2454
- "epoch": "0",
2455
- "installdate": "1497381523",
2456
- "release": "33.el7_3.2",
2457
- "version": "2.23.2"
2458
- },
2459
- "libcap": {
2460
- "arch": "x86_64",
2461
- "epoch": "0",
2462
- "installdate": "1497381438",
2463
- "release": "8.el7",
2464
- "version": "2.22"
2465
- },
2466
- "libcap-ng": {
2467
- "arch": "x86_64",
2468
- "epoch": "0",
2469
- "installdate": "1497381431",
2470
- "release": "4.el7",
2471
- "version": "0.7.5"
2472
- },
2473
- "libcgroup": {
2474
- "arch": "x86_64",
2475
- "epoch": "0",
2476
- "installdate": "1497381734",
2477
- "release": "11.el7",
2478
- "version": "0.41"
2479
- },
2480
- "libcom_err": {
2481
- "arch": "x86_64",
2482
- "epoch": "0",
2483
- "installdate": "1497381409",
2484
- "release": "9.el7",
2485
- "version": "1.42.9"
2486
- },
2487
- "libcroco": {
2488
- "arch": "x86_64",
2489
- "epoch": "0",
2490
- "installdate": "1497381447",
2491
- "release": "5.el7",
2492
- "version": "0.6.8"
2493
- },
2494
- "libcurl": {
2495
- "arch": "x86_64",
2496
- "epoch": "0",
2497
- "installdate": "1497381635",
2498
- "release": "35.el7",
2499
- "version": "7.29.0"
2500
- },
2501
- "libdaemon": {
2502
- "arch": "x86_64",
2503
- "epoch": "0",
2504
- "installdate": "1497381648",
2505
- "release": "7.el7",
2506
- "version": "0.14"
2507
- },
2508
- "libdb": {
2509
- "arch": "x86_64",
2510
- "epoch": "0",
2511
- "installdate": "1497381430",
2512
- "release": "19.el7",
2513
- "version": "5.3.21"
2514
- },
2515
- "libdb-utils": {
2516
- "arch": "x86_64",
2517
- "epoch": "0",
2518
- "installdate": "1497381460",
2519
- "release": "19.el7",
2520
- "version": "5.3.21"
2521
- },
2522
- "libedit": {
2523
- "arch": "x86_64",
2524
- "epoch": "0",
2525
- "installdate": "1497381449",
2526
- "release": "12.20121213cvs.el7",
2527
- "version": "3.0"
2528
- },
2529
- "libestr": {
2530
- "arch": "x86_64",
2531
- "epoch": "0",
2532
- "installdate": "1497381640",
2533
- "release": "2.el7",
2534
- "version": "0.1.9"
2535
- },
2536
- "libffi": {
2537
- "arch": "x86_64",
2538
- "epoch": "0",
2539
- "installdate": "1497381432",
2540
- "release": "18.el7",
2541
- "version": "3.0.13"
2542
- },
2543
- "libgcc": {
2544
- "arch": "x86_64",
2545
- "epoch": "0",
2546
- "installdate": "1497381384",
2547
- "release": "11.el7",
2548
- "version": "4.8.5"
2549
- },
2550
- "libgcrypt": {
2551
- "arch": "x86_64",
2552
- "epoch": "0",
2553
- "installdate": "1497381437",
2554
- "release": "13.el7_3.1",
2555
- "version": "1.5.3"
2556
- },
2557
- "libgomp": {
2558
- "arch": "x86_64",
2559
- "epoch": "0",
2560
- "installdate": "1497381449",
2561
- "release": "11.el7",
2562
- "version": "4.8.5"
2563
- },
2564
- "libgpg-error": {
2565
- "arch": "x86_64",
2566
- "epoch": "0",
2567
- "installdate": "1497381437",
2568
- "release": "3.el7",
2569
- "version": "1.12"
2570
- },
2571
- "libgudev1": {
2572
- "arch": "x86_64",
2573
- "epoch": "0",
2574
- "installdate": "1497381530",
2575
- "release": "30.el7_3.9",
2576
- "version": "219"
2577
- },
2578
- "libicu": {
2579
- "arch": "x86_64",
2580
- "epoch": "0",
2581
- "installdate": "1497381466",
2582
- "release": "15.el7",
2583
- "version": "50.1.2"
2584
- },
2585
- "libidn": {
2586
- "arch": "x86_64",
2587
- "epoch": "0",
2588
- "installdate": "1497381444",
2589
- "release": "4.el7",
2590
- "version": "1.28"
2591
- },
2592
- "libmnl": {
2593
- "arch": "x86_64",
2594
- "epoch": "0",
2595
- "installdate": "1497381445",
2596
- "release": "7.el7",
2597
- "version": "1.0.3"
2598
- },
2599
- "libmodman": {
2600
- "arch": "x86_64",
2601
- "epoch": "0",
2602
- "installdate": "1497381466",
2603
- "release": "8.el7",
2604
- "version": "2.0.1"
2605
- },
2606
- "libmount": {
2607
- "arch": "x86_64",
2608
- "epoch": "0",
2609
- "installdate": "1497381531",
2610
- "release": "33.el7_3.2",
2611
- "version": "2.23.2"
2612
- },
2613
- "libndp": {
2614
- "arch": "x86_64",
2615
- "epoch": "0",
2616
- "installdate": "1497381648",
2617
- "release": "7.el7",
2618
- "version": "1.2"
2619
- },
2620
- "libnetfilter_conntrack": {
2621
- "arch": "x86_64",
2622
- "epoch": "0",
2623
- "installdate": "1497381455",
2624
- "release": "1.el7_3",
2625
- "version": "1.0.6"
2626
- },
2627
- "libnfnetlink": {
2628
- "arch": "x86_64",
2629
- "epoch": "0",
2630
- "installdate": "1497381452",
2631
- "release": "4.el7",
2632
- "version": "1.0.1"
2633
- },
2634
- "libnl": {
2635
- "arch": "x86_64",
2636
- "epoch": "0",
2637
- "installdate": "1497381640",
2638
- "release": "3.el7",
2639
- "version": "1.1.4"
2640
- },
2641
- "libnl3": {
2642
- "arch": "x86_64",
2643
- "epoch": "0",
2644
- "installdate": "1497381439",
2645
- "release": "3.el7_3",
2646
- "version": "3.2.28"
2647
- },
2648
- "libnl3-cli": {
2649
- "arch": "x86_64",
2650
- "epoch": "0",
2651
- "installdate": "1497381446",
2652
- "release": "3.el7_3",
2653
- "version": "3.2.28"
2654
- },
2655
- "libpcap": {
2656
- "arch": "x86_64",
2657
- "epoch": "14",
2658
- "installdate": "1497381640",
2659
- "release": "8.el7",
2660
- "version": "1.5.3"
2661
- },
2662
- "libpipeline": {
2663
- "arch": "x86_64",
2664
- "epoch": "0",
2665
- "installdate": "1497381649",
2666
- "release": "3.el7",
2667
- "version": "1.2.3"
2668
- },
2669
- "libproxy": {
2670
- "arch": "x86_64",
2671
- "epoch": "0",
2672
- "installdate": "1497381466",
2673
- "release": "10.el7",
2674
- "version": "0.4.11"
2675
- },
2676
- "libpwquality": {
2677
- "arch": "x86_64",
2678
- "epoch": "0",
2679
- "installdate": "1497381528",
2680
- "release": "4.el7",
2681
- "version": "1.2.3"
2682
- },
2683
- "libselinux": {
2684
- "arch": "x86_64",
2685
- "epoch": "0",
2686
- "installdate": "1497381407",
2687
- "release": "6.el7",
2688
- "version": "2.5"
2689
- },
2690
- "libselinux-python": {
2691
- "arch": "x86_64",
2692
- "epoch": "0",
2693
- "installdate": "1497381525",
2694
- "release": "6.el7",
2695
- "version": "2.5"
2696
- },
2697
- "libselinux-utils": {
2698
- "arch": "x86_64",
2699
- "epoch": "0",
2700
- "installdate": "1497381463",
2701
- "release": "6.el7",
2702
- "version": "2.5"
2703
- },
2704
- "libsemanage": {
2705
- "arch": "x86_64",
2706
- "epoch": "0",
2707
- "installdate": "1497381641",
2708
- "release": "5.1.el7_3",
2709
- "version": "2.5"
2710
- },
2711
- "libsemanage-python": {
2712
- "arch": "x86_64",
2713
- "epoch": "0",
2714
- "installdate": "1497381647",
2715
- "release": "5.1.el7_3",
2716
- "version": "2.5"
2717
- },
2718
- "libsepol": {
2719
- "arch": "x86_64",
2720
- "epoch": "0",
2721
- "installdate": "1497381406",
2722
- "release": "6.el7",
2723
- "version": "2.5"
2724
- },
2725
- "libsoup": {
2726
- "arch": "x86_64",
2727
- "epoch": "0",
2728
- "installdate": "1497381737",
2729
- "release": "6.el7",
2730
- "version": "2.48.1"
2731
- },
2732
- "libss": {
2733
- "arch": "x86_64",
2734
- "epoch": "0",
2735
- "installdate": "1497381460",
2736
- "release": "9.el7",
2737
- "version": "1.42.9"
2738
- },
2739
- "libssh2": {
2740
- "arch": "x86_64",
2741
- "epoch": "0",
2742
- "installdate": "1497381634",
2743
- "release": "10.el7_2.1",
2744
- "version": "1.4.3"
2745
- },
2746
- "libstdc++": {
2747
- "arch": "x86_64",
2748
- "epoch": "0",
2749
- "installdate": "1497381404",
2750
- "release": "11.el7",
2751
- "version": "4.8.5"
2752
- },
2753
- "libsysfs": {
2754
- "arch": "x86_64",
2755
- "epoch": "0",
2756
- "installdate": "1497381993",
2757
- "release": "16.el7",
2758
- "version": "2.1.0"
2759
- },
2760
- "libtasn1": {
2761
- "arch": "x86_64",
2762
- "epoch": "0",
2763
- "installdate": "1497381449",
2764
- "release": "3.el7",
2765
- "version": "3.8"
2766
- },
2767
- "libteam": {
2768
- "arch": "x86_64",
2769
- "epoch": "0",
2770
- "installdate": "1497381457",
2771
- "release": "4.el7",
2772
- "version": "1.25"
2773
- },
2774
- "libunistring": {
2775
- "arch": "x86_64",
2776
- "epoch": "0",
2777
- "installdate": "1497381449",
2778
- "release": "9.el7",
2779
- "version": "0.9.3"
2780
- },
2781
- "libuser": {
2782
- "arch": "x86_64",
2783
- "epoch": "0",
2784
- "installdate": "1497381637",
2785
- "release": "7.el7_1",
2786
- "version": "0.60"
2787
- },
2788
- "libutempter": {
2789
- "arch": "x86_64",
2790
- "epoch": "0",
2791
- "installdate": "1497381643",
2792
- "release": "4.el7",
2793
- "version": "1.1.6"
2794
- },
2795
- "libuuid": {
2796
- "arch": "x86_64",
2797
- "epoch": "0",
2798
- "installdate": "1497381408",
2799
- "release": "33.el7_3.2",
2800
- "version": "2.23.2"
2801
- },
2802
- "libverto": {
2803
- "arch": "x86_64",
2804
- "epoch": "0",
2805
- "installdate": "1497381467",
2806
- "release": "4.el7",
2807
- "version": "0.2.5"
2808
- },
2809
- "libxml2": {
2810
- "arch": "x86_64",
2811
- "epoch": "0",
2812
- "installdate": "1497381429",
2813
- "release": "6.el7_2.3",
2814
- "version": "2.9.1"
2815
- },
2816
- "libxml2-python": {
2817
- "arch": "x86_64",
2818
- "epoch": "0",
2819
- "installdate": "1497381532",
2820
- "release": "6.el7_2.3",
2821
- "version": "2.9.1"
2822
- },
2823
- "libxslt": {
2824
- "arch": "x86_64",
2825
- "epoch": "0",
2826
- "installdate": "1497381459",
2827
- "release": "5.el7",
2828
- "version": "1.1.28"
2829
- },
2830
- "libyaml": {
2831
- "arch": "x86_64",
2832
- "epoch": "0",
2833
- "installdate": "1497381649",
2834
- "release": "11.el7_0",
2835
- "version": "0.1.4"
2836
- },
2837
- "logrotate": {
2838
- "arch": "x86_64",
2839
- "epoch": "0",
2840
- "installdate": "1497381631",
2841
- "release": "12.el7",
2842
- "version": "3.8.6"
2843
- },
2844
- "lua": {
2845
- "arch": "x86_64",
2846
- "epoch": "0",
2847
- "installdate": "1497381440",
2848
- "release": "15.el7",
2849
- "version": "5.1.4"
2850
- },
2851
- "lzo": {
2852
- "arch": "x86_64",
2853
- "epoch": "0",
2854
- "installdate": "1497381453",
2855
- "release": "8.el7",
2856
- "version": "2.06"
2857
- },
2858
- "m2crypto": {
2859
- "arch": "x86_64",
2860
- "epoch": "0",
2861
- "installdate": "1497381526",
2862
- "release": "17.el7",
2863
- "version": "0.21.1"
2864
- },
2865
- "make": {
2866
- "arch": "x86_64",
2867
- "epoch": "1",
2868
- "installdate": "1497381461",
2869
- "release": "23.el7",
2870
- "version": "3.82"
2871
- },
2872
- "man-db": {
2873
- "arch": "x86_64",
2874
- "epoch": "0",
2875
- "installdate": "1497381888",
2876
- "release": "9.el7",
2877
- "version": "2.6.3"
2878
- },
2879
- "mariadb-libs": {
2880
- "arch": "x86_64",
2881
- "epoch": "1",
2882
- "installdate": "1497381634",
2883
- "release": "1.el7",
2884
- "version": "5.5.52"
2885
- },
2886
- "microcode_ctl": {
2887
- "arch": "x86_64",
2888
- "epoch": "2",
2889
- "installdate": "1497381885",
2890
- "release": "16.3.el7_3",
2891
- "version": "2.1"
2892
- },
2893
- "mozjs17": {
2894
- "arch": "x86_64",
2895
- "epoch": "0",
2896
- "installdate": "1497381461",
2897
- "release": "19.el7",
2898
- "version": "17.0.0"
2899
- },
2900
- "ncurses": {
2901
- "arch": "x86_64",
2902
- "epoch": "0",
2903
- "installdate": "1497381463",
2904
- "release": "13.20130511.el7",
2905
- "version": "5.9"
2906
- },
2907
- "ncurses-base": {
2908
- "arch": "noarch",
2909
- "epoch": "0",
2910
- "installdate": "1497381389",
2911
- "release": "13.20130511.el7",
2912
- "version": "5.9"
2913
- },
2914
- "ncurses-libs": {
2915
- "arch": "x86_64",
2916
- "epoch": "0",
2917
- "installdate": "1497381405",
2918
- "release": "13.20130511.el7",
2919
- "version": "5.9"
2920
- },
2921
- "net-tools": {
2922
- "arch": "x86_64",
2923
- "epoch": "0",
2924
- "installdate": "1497381737",
2925
- "release": "0.17.20131004git.el7",
2926
- "version": "2.0"
2927
- },
2928
- "nettle": {
2929
- "arch": "x86_64",
2930
- "epoch": "0",
2931
- "installdate": "1497381457",
2932
- "release": "8.el7",
2933
- "version": "2.7.1"
2934
- },
2935
- "newt": {
2936
- "arch": "x86_64",
2937
- "epoch": "0",
2938
- "installdate": "1497381453",
2939
- "release": "4.el7",
2940
- "version": "0.52.15"
2941
- },
2942
- "newt-python": {
2943
- "arch": "x86_64",
2944
- "epoch": "0",
2945
- "installdate": "1497381526",
2946
- "release": "4.el7",
2947
- "version": "0.52.15"
2948
- },
2949
- "nspr": {
2950
- "arch": "x86_64",
2951
- "epoch": "0",
2952
- "installdate": "1497381409",
2953
- "release": "1.0.el7_3",
2954
- "version": "4.13.1"
2955
- },
2956
- "nss": {
2957
- "arch": "x86_64",
2958
- "epoch": "0",
2959
- "installdate": "1497381549",
2960
- "release": "1.2.el7_3",
2961
- "version": "3.28.4"
2962
- },
2963
- "nss-softokn": {
2964
- "arch": "x86_64",
2965
- "epoch": "0",
2966
- "installdate": "1497381446",
2967
- "release": "14.4.el7",
2968
- "version": "3.16.2.3"
2969
- },
2970
- "nss-softokn-freebl": {
2971
- "arch": "x86_64",
2972
- "epoch": "0",
2973
- "installdate": "1497381398",
2974
- "release": "14.4.el7",
2975
- "version": "3.16.2.3"
2976
- },
2977
- "nss-sysinit": {
2978
- "arch": "x86_64",
2979
- "epoch": "0",
2980
- "installdate": "1497381604",
2981
- "release": "1.2.el7_3",
2982
- "version": "3.28.4"
2983
- },
2984
- "nss-tools": {
2985
- "arch": "x86_64",
2986
- "epoch": "0",
2987
- "installdate": "1497381630",
2988
- "release": "1.2.el7_3",
2989
- "version": "3.28.4"
2990
- },
2991
- "nss-util": {
2992
- "arch": "x86_64",
2993
- "epoch": "0",
2994
- "installdate": "1497381409",
2995
- "release": "1.0.el7_3",
2996
- "version": "3.28.4"
2997
- },
2998
- "numactl-libs": {
2999
- "arch": "x86_64",
3000
- "epoch": "0",
3001
- "installdate": "1497381640",
3002
- "release": "6.el7_2",
3003
- "version": "2.0.9"
3004
- },
3005
- "openldap": {
3006
- "arch": "x86_64",
3007
- "epoch": "0",
3008
- "installdate": "1497381636",
3009
- "release": "13.el7",
3010
- "version": "2.4.40"
3011
- },
3012
- "openssh": {
3013
- "arch": "x86_64",
3014
- "epoch": "0",
3015
- "installdate": "1497381646",
3016
- "release": "31.el7",
3017
- "version": "6.6.1p1"
3018
- },
3019
- "openssh-clients": {
3020
- "arch": "x86_64",
3021
- "epoch": "0",
3022
- "installdate": "1497381893",
3023
- "release": "31.el7",
3024
- "version": "6.6.1p1"
3025
- },
3026
- "openssh-server": {
3027
- "arch": "x86_64",
3028
- "epoch": "0",
3029
- "installdate": "1497381885",
3030
- "release": "31.el7",
3031
- "version": "6.6.1p1"
3032
- },
3033
- "openssl": {
3034
- "arch": "x86_64",
3035
- "epoch": "1",
3036
- "installdate": "1497381541",
3037
- "release": "60.el7_3.1",
3038
- "version": "1.0.1e"
3039
- },
3040
- "openssl-libs": {
3041
- "arch": "x86_64",
3042
- "epoch": "1",
3043
- "installdate": "1497381467",
3044
- "release": "60.el7_3.1",
3045
- "version": "1.0.1e"
3046
- },
3047
- "os-prober": {
3048
- "arch": "x86_64",
3049
- "epoch": "0",
3050
- "installdate": "1497381659",
3051
- "release": "9.el7",
3052
- "version": "1.58"
3053
- },
3054
- "p11-kit": {
3055
- "arch": "x86_64",
3056
- "epoch": "0",
3057
- "installdate": "1497381439",
3058
- "release": "3.el7",
3059
- "version": "0.20.7"
3060
- },
3061
- "p11-kit-trust": {
3062
- "arch": "x86_64",
3063
- "epoch": "0",
3064
- "installdate": "1497381450",
3065
- "release": "3.el7",
3066
- "version": "0.20.7"
3067
- },
3068
- "pam": {
3069
- "arch": "x86_64",
3070
- "epoch": "0",
3071
- "installdate": "1497381529",
3072
- "release": "18.el7",
3073
- "version": "1.1.8"
3074
- },
3075
- "parted": {
3076
- "arch": "x86_64",
3077
- "epoch": "0",
3078
- "installdate": "1497381887",
3079
- "release": "28.el7",
3080
- "version": "3.1"
3081
- },
3082
- "passwd": {
3083
- "arch": "x86_64",
3084
- "epoch": "0",
3085
- "installdate": "1497381638",
3086
- "release": "4.el7",
3087
- "version": "0.79"
3088
- },
3089
- "pciutils": {
3090
- "arch": "x86_64",
3091
- "epoch": "0",
3092
- "installdate": "1497381662",
3093
- "release": "1.el7",
3094
- "version": "3.5.1"
3095
- },
3096
- "pciutils-libs": {
3097
- "arch": "x86_64",
3098
- "epoch": "0",
3099
- "installdate": "1497381454",
3100
- "release": "1.el7",
3101
- "version": "3.5.1"
3102
- },
3103
- "pcre": {
3104
- "arch": "x86_64",
3105
- "epoch": "0",
3106
- "installdate": "1497381407",
3107
- "release": "15.el7_2.1",
3108
- "version": "8.32"
3109
- },
3110
- "pinentry": {
3111
- "arch": "x86_64",
3112
- "epoch": "0",
3113
- "installdate": "1497381461",
3114
- "release": "17.el7",
3115
- "version": "0.8.1"
3116
- },
3117
- "pkgconfig": {
3118
- "arch": "x86_64",
3119
- "epoch": "1",
3120
- "installdate": "1497381432",
3121
- "release": "4.el7",
3122
- "version": "0.27.1"
3123
- },
3124
- "policycoreutils": {
3125
- "arch": "x86_64",
3126
- "epoch": "0",
3127
- "installdate": "1497381645",
3128
- "release": "11.el7_3",
3129
- "version": "2.5"
3130
- },
3131
- "policycoreutils-python": {
3132
- "arch": "x86_64",
3133
- "epoch": "0",
3134
- "installdate": "1497381735",
3135
- "release": "11.el7_3",
3136
- "version": "2.5"
3137
- },
3138
- "polkit": {
3139
- "arch": "x86_64",
3140
- "epoch": "0",
3141
- "installdate": "1497381658",
3142
- "release": "12.el7_3",
3143
- "version": "0.112"
3144
- },
3145
- "polkit-pkla-compat": {
3146
- "arch": "x86_64",
3147
- "epoch": "0",
3148
- "installdate": "1497381658",
3149
- "release": "4.el7",
3150
- "version": "0.1"
3151
- },
3152
- "popt": {
3153
- "arch": "x86_64",
3154
- "epoch": "0",
3155
- "installdate": "1497381408",
3156
- "release": "16.el7",
3157
- "version": "1.13"
3158
- },
3159
- "postfix": {
3160
- "arch": "x86_64",
3161
- "epoch": "2",
3162
- "installdate": "1497381883",
3163
- "release": "6.el7",
3164
- "version": "2.10.1"
3165
- },
3166
- "ppp": {
3167
- "arch": "x86_64",
3168
- "epoch": "0",
3169
- "installdate": "1497381733",
3170
- "release": "33.el7",
3171
- "version": "2.4.5"
3172
- },
3173
- "procps-ng": {
3174
- "arch": "x86_64",
3175
- "epoch": "0",
3176
- "installdate": "1497381530",
3177
- "release": "10.el7",
3178
- "version": "3.3.10"
3179
- },
3180
- "pth": {
3181
- "arch": "x86_64",
3182
- "epoch": "0",
3183
- "installdate": "1497381738",
3184
- "release": "23.el7",
3185
- "version": "2.0.7"
3186
- },
3187
- "pyOpenSSL": {
3188
- "arch": "x86_64",
3189
- "epoch": "0",
3190
- "installdate": "1497381540",
3191
- "release": "3.el7",
3192
- "version": "0.13.1"
3193
- },
3194
- "pygobject2": {
3195
- "arch": "x86_64",
3196
- "epoch": "0",
3197
- "installdate": "1497381538",
3198
- "release": "11.el7",
3199
- "version": "2.28.6"
3200
- },
3201
- "pygobject3-base": {
3202
- "arch": "x86_64",
3203
- "epoch": "0",
3204
- "installdate": "1497381527",
3205
- "release": "3.el7",
3206
- "version": "3.14.0"
3207
- },
3208
- "pygpgme": {
3209
- "arch": "x86_64",
3210
- "epoch": "0",
3211
- "installdate": "1497381741",
3212
- "release": "9.el7",
3213
- "version": "0.3"
3214
- },
3215
- "pyliblzma": {
3216
- "arch": "x86_64",
3217
- "epoch": "0",
3218
- "installdate": "1497381537",
3219
- "release": "11.el7",
3220
- "version": "0.5.3"
3221
- },
3222
- "python": {
3223
- "arch": "x86_64",
3224
- "epoch": "0",
3225
- "installdate": "1497381523",
3226
- "release": "48.el7",
3227
- "version": "2.7.5"
3228
- },
3229
- "python-IPy": {
3230
- "arch": "noarch",
3231
- "epoch": "0",
3232
- "installdate": "1497381537",
3233
- "release": "6.el7",
3234
- "version": "0.75"
3235
- },
3236
- "python-backports": {
3237
- "arch": "x86_64",
3238
- "epoch": "0",
3239
- "installdate": "1497381539",
3240
- "release": "8.el7",
3241
- "version": "1.0"
3242
- },
3243
- "python-backports-ssl_match_hostname": {
3244
- "arch": "noarch",
3245
- "epoch": "0",
3246
- "installdate": "1497381539",
3247
- "release": "4.el7",
3248
- "version": "3.4.0.2"
3249
- },
3250
- "python-chardet": {
3251
- "arch": "noarch",
3252
- "epoch": "0",
3253
- "installdate": "1497381533",
3254
- "release": "1.el7_1",
3255
- "version": "2.2.1"
3256
- },
3257
- "python-configobj": {
3258
- "arch": "noarch",
3259
- "epoch": "0",
3260
- "installdate": "1497381532",
3261
- "release": "7.el7",
3262
- "version": "4.7.2"
3263
- },
3264
- "python-dateutil": {
3265
- "arch": "noarch",
3266
- "epoch": "0",
3267
- "installdate": "1497381524",
3268
- "release": "7.el7",
3269
- "version": "1.5"
3270
- },
3271
- "python-decorator": {
3272
- "arch": "noarch",
3273
- "epoch": "0",
3274
- "installdate": "1497381525",
3275
- "release": "3.el7",
3276
- "version": "3.4.0"
3277
- },
3278
- "python-dmidecode": {
3279
- "arch": "x86_64",
3280
- "epoch": "0",
3281
- "installdate": "1497381533",
3282
- "release": "11.el7",
3283
- "version": "3.10.13"
3284
- },
3285
- "python-ethtool": {
3286
- "arch": "x86_64",
3287
- "epoch": "0",
3288
- "installdate": "1497381640",
3289
- "release": "5.el7",
3290
- "version": "0.8"
3291
- },
3292
- "python-gudev": {
3293
- "arch": "x86_64",
3294
- "epoch": "0",
3295
- "installdate": "1497381538",
3296
- "release": "7.el7",
3297
- "version": "147.2"
3298
- },
3299
- "python-hwdata": {
3300
- "arch": "noarch",
3301
- "epoch": "0",
3302
- "installdate": "1497381662",
3303
- "release": "4.el7",
3304
- "version": "1.7.3"
3305
- },
3306
- "python-iniparse": {
3307
- "arch": "noarch",
3308
- "epoch": "0",
3309
- "installdate": "1497381524",
3310
- "release": "9.el7",
3311
- "version": "0.4"
3312
- },
3313
- "python-jsonpatch": {
3314
- "arch": "noarch",
3315
- "epoch": "0",
3316
- "installdate": "1497381538",
3317
- "release": "2.el7",
3318
- "version": "1.2"
3319
- },
3320
- "python-jsonpointer": {
3321
- "arch": "noarch",
3322
- "epoch": "0",
3323
- "installdate": "1497381538",
3324
- "release": "2.el7",
3325
- "version": "1.9"
3326
- },
3327
- "python-kitchen": {
3328
- "arch": "noarch",
3329
- "epoch": "0",
3330
- "installdate": "1497381534",
3331
- "release": "5.el7",
3332
- "version": "1.1.1"
3333
- },
3334
- "python-libs": {
3335
- "arch": "x86_64",
3336
- "epoch": "0",
3337
- "installdate": "1497381523",
3338
- "release": "48.el7",
3339
- "version": "2.7.5"
3340
- },
3341
- "python-lxml": {
3342
- "arch": "x86_64",
3343
- "epoch": "0",
3344
- "installdate": "1497381534",
3345
- "release": "4.el7",
3346
- "version": "3.2.1"
3347
- },
3348
- "python-magic": {
3349
- "arch": "noarch",
3350
- "epoch": "0",
3351
- "installdate": "1497381537",
3352
- "release": "33.el7",
3353
- "version": "5.11"
3354
- },
3355
- "python-perf": {
3356
- "arch": "x86_64",
3357
- "epoch": "0",
3358
- "installdate": "1497381539",
3359
- "release": "514.21.2.el7",
3360
- "version": "3.10.0"
3361
- },
3362
- "python-prettytable": {
3363
- "arch": "noarch",
3364
- "epoch": "0",
3365
- "installdate": "1497381539",
3366
- "release": "1.el7",
3367
- "version": "0.7.2"
3368
- },
3369
- "python-pycurl": {
3370
- "arch": "x86_64",
3371
- "epoch": "0",
3372
- "installdate": "1497381639",
3373
- "release": "19.el7",
3374
- "version": "7.19.0"
3375
- },
3376
- "python-pyudev": {
3377
- "arch": "noarch",
3378
- "epoch": "0",
3379
- "installdate": "1497381535",
3380
- "release": "7.el7_2.1",
3381
- "version": "0.15"
3382
- },
3383
- "python-requests": {
3384
- "arch": "noarch",
3385
- "epoch": "0",
3386
- "installdate": "1497381540",
3387
- "release": "1.el7_1",
3388
- "version": "2.6.0"
3389
- },
3390
- "python-rhsm": {
3391
- "arch": "x86_64",
3392
- "epoch": "0",
3393
- "installdate": "1497381740",
3394
- "release": "1.el7",
3395
- "version": "1.17.9"
3396
- },
3397
- "python-rhsm-certificates": {
3398
- "arch": "x86_64",
3399
- "epoch": "0",
3400
- "installdate": "1497381388",
3401
- "release": "1.el7",
3402
- "version": "1.17.9"
3403
- },
3404
- "python-six": {
3405
- "arch": "noarch",
3406
- "epoch": "0",
3407
- "installdate": "1497381539",
3408
- "release": "2.el7",
3409
- "version": "1.9.0"
3410
- },
3411
- "python-urlgrabber": {
3412
- "arch": "noarch",
3413
- "epoch": "0",
3414
- "installdate": "1497381639",
3415
- "release": "8.el7",
3416
- "version": "3.10"
3417
- },
3418
- "python-urllib3": {
3419
- "arch": "noarch",
3420
- "epoch": "0",
3421
- "installdate": "1497381540",
3422
- "release": "2.el7_1",
3423
- "version": "1.10.2"
3424
- },
3425
- "pyxattr": {
3426
- "arch": "x86_64",
3427
- "epoch": "0",
3428
- "installdate": "1497381540",
3429
- "release": "5.el7",
3430
- "version": "0.5.1"
3431
- },
3432
- "qrencode-libs": {
3433
- "arch": "x86_64",
3434
- "epoch": "0",
3435
- "installdate": "1497381649",
3436
- "release": "3.el7",
3437
- "version": "3.4.1"
3438
- },
3439
- "rdma": {
3440
- "arch": "noarch",
3441
- "epoch": "0",
3442
- "installdate": "1497381878",
3443
- "release": "6.el7_3",
3444
- "version": "7.3_4.7_rc2"
3445
- },
3446
- "readline": {
3447
- "arch": "x86_64",
3448
- "epoch": "0",
3449
- "installdate": "1497381431",
3450
- "release": "9.el7",
3451
- "version": "6.2"
3452
- },
3453
- "redhat-logos": {
3454
- "arch": "noarch",
3455
- "epoch": "0",
3456
- "installdate": "1497381548",
3457
- "release": "6.el7",
3458
- "version": "70.0.3"
3459
- },
3460
- "redhat-release-server": {
3461
- "arch": "x86_64",
3462
- "epoch": "0",
3463
- "installdate": "1497381384",
3464
- "release": "7.el7",
3465
- "version": "7.3"
3466
- },
3467
- "redhat-support-lib-python": {
3468
- "arch": "noarch",
3469
- "epoch": "0",
3470
- "installdate": "1497381740",
3471
- "release": "6.el7",
3472
- "version": "0.9.7"
3473
- },
3474
- "redhat-support-tool": {
3475
- "arch": "noarch",
3476
- "epoch": "0",
3477
- "installdate": "1497381875",
3478
- "release": "6.el7",
3479
- "version": "0.9.8"
3480
- },
3481
- "rh-amazon-rhui-client": {
3482
- "arch": "noarch",
3483
- "epoch": "0",
3484
- "installdate": "1497381870",
3485
- "release": "1.el7",
3486
- "version": "2.2.118"
3487
- },
3488
- "rhn-check": {
3489
- "arch": "noarch",
3490
- "epoch": "0",
3491
- "installdate": "1497381743",
3492
- "release": "8.el7",
3493
- "version": "2.0.2"
3494
- },
3495
- "rhn-client-tools": {
3496
- "arch": "noarch",
3497
- "epoch": "0",
3498
- "installdate": "1497381742",
3499
- "release": "8.el7",
3500
- "version": "2.0.2"
3501
- },
3502
- "rhn-setup": {
3503
- "arch": "noarch",
3504
- "epoch": "0",
3505
- "installdate": "1497381743",
3506
- "release": "8.el7",
3507
- "version": "2.0.2"
3508
- },
3509
- "rhnlib": {
3510
- "arch": "noarch",
3511
- "epoch": "0",
3512
- "installdate": "1497381541",
3513
- "release": "2.el7",
3514
- "version": "2.5.65"
3515
- },
3516
- "rhnsd": {
3517
- "arch": "x86_64",
3518
- "epoch": "0",
3519
- "installdate": "1497381742",
3520
- "release": "5.el7",
3521
- "version": "5.0.13"
3522
- },
3523
- "rootfiles": {
3524
- "arch": "noarch",
3525
- "epoch": "0",
3526
- "installdate": "1497381993",
3527
- "release": "11.el7",
3528
- "version": "8.1"
3529
- },
3530
- "rpm": {
3531
- "arch": "x86_64",
3532
- "epoch": "0",
3533
- "installdate": "1497381636",
3534
- "release": "21.el7",
3535
- "version": "4.11.3"
3536
- },
3537
- "rpm-build-libs": {
3538
- "arch": "x86_64",
3539
- "epoch": "0",
3540
- "installdate": "1497381739",
3541
- "release": "21.el7",
3542
- "version": "4.11.3"
3543
- },
3544
- "rpm-libs": {
3545
- "arch": "x86_64",
3546
- "epoch": "0",
3547
- "installdate": "1497381635",
3548
- "release": "21.el7",
3549
- "version": "4.11.3"
3550
- },
3551
- "rpm-python": {
3552
- "arch": "x86_64",
3553
- "epoch": "0",
3554
- "installdate": "1497381739",
3555
- "release": "21.el7",
3556
- "version": "4.11.3"
3557
- },
3558
- "rsync": {
3559
- "arch": "x86_64",
3560
- "epoch": "0",
3561
- "installdate": "1497381886",
3562
- "release": "17.el7",
3563
- "version": "3.0.9"
3564
- },
3565
- "rsyslog": {
3566
- "arch": "x86_64",
3567
- "epoch": "0",
3568
- "installdate": "1497381876",
3569
- "release": "16.el7",
3570
- "version": "7.4.7"
3571
- },
3572
- "sed": {
3573
- "arch": "x86_64",
3574
- "epoch": "0",
3575
- "installdate": "1497381408",
3576
- "release": "5.el7",
3577
- "version": "4.2.2"
3578
- },
3579
- "selinux-policy": {
3580
- "arch": "noarch",
3581
- "epoch": "0",
3582
- "installdate": "1497381646",
3583
- "release": "102.el7",
3584
- "version": "3.13.1"
3585
- },
3586
- "selinux-policy-targeted": {
3587
- "arch": "noarch",
3588
- "epoch": "0",
3589
- "installdate": "1497381892",
3590
- "release": "102.el7",
3591
- "version": "3.13.1"
3592
- },
3593
- "setools-libs": {
3594
- "arch": "x86_64",
3595
- "epoch": "0",
3596
- "installdate": "1497381458",
3597
- "release": "1.1.el7",
3598
- "version": "3.3.8"
3599
- },
3600
- "setup": {
3601
- "arch": "noarch",
3602
- "epoch": "0",
3603
- "installdate": "1497381385",
3604
- "release": "7.el7",
3605
- "version": "2.8.71"
3606
- },
3607
- "shadow-utils": {
3608
- "arch": "x86_64",
3609
- "epoch": "2",
3610
- "installdate": "1497381642",
3611
- "release": "24.el7",
3612
- "version": "4.1.5.1"
3613
- },
3614
- "shared-mime-info": {
3615
- "arch": "x86_64",
3616
- "epoch": "0",
3617
- "installdate": "1497381436",
3618
- "release": "9.el7",
3619
- "version": "1.1"
3620
- },
3621
- "slang": {
3622
- "arch": "x86_64",
3623
- "epoch": "0",
3624
- "installdate": "1497381453",
3625
- "release": "11.el7",
3626
- "version": "2.2.4"
3627
- },
3628
- "snappy": {
3629
- "arch": "x86_64",
3630
- "epoch": "0",
3631
- "installdate": "1497381466",
3632
- "release": "3.el7",
3633
- "version": "1.1.0"
3634
- },
3635
- "sqlite": {
3636
- "arch": "x86_64",
3637
- "epoch": "0",
3638
- "installdate": "1497381438",
3639
- "release": "8.el7",
3640
- "version": "3.7.17"
3641
- },
3642
- "subscription-manager": {
3643
- "arch": "x86_64",
3644
- "epoch": "0",
3645
- "installdate": "1497381874",
3646
- "release": "1.el7",
3647
- "version": "1.17.15"
3648
- },
3649
- "sudo": {
3650
- "arch": "x86_64",
3651
- "epoch": "0",
3652
- "installdate": "1497381894",
3653
- "release": "20.el7",
3654
- "version": "1.8.6p7"
3655
- },
3656
- "systemd": {
3657
- "arch": "x86_64",
3658
- "epoch": "0",
3659
- "installdate": "1497381656",
3660
- "release": "30.el7_3.9",
3661
- "version": "219"
3662
- },
3663
- "systemd-libs": {
3664
- "arch": "x86_64",
3665
- "epoch": "0",
3666
- "installdate": "1497381530",
3667
- "release": "30.el7_3.9",
3668
- "version": "219"
3669
- },
3670
- "systemd-sysv": {
3671
- "arch": "x86_64",
3672
- "epoch": "0",
3673
- "installdate": "1497381657",
3674
- "release": "30.el7_3.9",
3675
- "version": "219"
3676
- },
3677
- "sysvinit-tools": {
3678
- "arch": "x86_64",
3679
- "epoch": "0",
3680
- "installdate": "1497381647",
3681
- "release": "14.dsf.el7",
3682
- "version": "2.88"
3683
- },
3684
- "tar": {
3685
- "arch": "x86_64",
3686
- "epoch": "2",
3687
- "installdate": "1497381458",
3688
- "release": "31.el7",
3689
- "version": "1.26"
3690
- },
3691
- "tcp_wrappers-libs": {
3692
- "arch": "x86_64",
3693
- "epoch": "0",
3694
- "installdate": "1497381453",
3695
- "release": "77.el7",
3696
- "version": "7.6"
3697
- },
3698
- "teamd": {
3699
- "arch": "x86_64",
3700
- "epoch": "0",
3701
- "installdate": "1497381648",
3702
- "release": "4.el7",
3703
- "version": "1.25"
3704
- },
3705
- "trousers": {
3706
- "arch": "x86_64",
3707
- "epoch": "0",
3708
- "installdate": "1497381735",
3709
- "release": "1.el7",
3710
- "version": "0.3.13"
3711
- },
3712
- "tuned": {
3713
- "arch": "noarch",
3714
- "epoch": "0",
3715
- "installdate": "1497381880",
3716
- "release": "3.el7_3.2",
3717
- "version": "2.7.1"
3718
- },
3719
- "tzdata": {
3720
- "arch": "noarch",
3721
- "epoch": "0",
3722
- "installdate": "1497381388",
3723
- "release": "1.el7",
3724
- "version": "2017b"
3725
- },
3726
- "usermode": {
3727
- "arch": "x86_64",
3728
- "epoch": "0",
3729
- "installdate": "1497381646",
3730
- "release": "5.el7",
3731
- "version": "1.111"
3732
- },
3733
- "ustr": {
3734
- "arch": "x86_64",
3735
- "epoch": "0",
3736
- "installdate": "1497381641",
3737
- "release": "16.el7",
3738
- "version": "1.0.4"
3739
- },
3740
- "util-linux": {
3741
- "arch": "x86_64",
3742
- "epoch": "0",
3743
- "installdate": "1497381644",
3744
- "release": "33.el7_3.2",
3745
- "version": "2.23.2"
3746
- },
3747
- "vim-minimal": {
3748
- "arch": "x86_64",
3749
- "epoch": "2",
3750
- "installdate": "1497381459",
3751
- "release": "1.el7",
3752
- "version": "7.4.160"
3753
- },
3754
- "virt-what": {
3755
- "arch": "x86_64",
3756
- "epoch": "0",
3757
- "installdate": "1497381645",
3758
- "release": "8.el7",
3759
- "version": "1.13"
3760
- },
3761
- "which": {
3762
- "arch": "x86_64",
3763
- "epoch": "0",
3764
- "installdate": "1497381444",
3765
- "release": "7.el7",
3766
- "version": "2.20"
3767
- },
3768
- "wpa_supplicant": {
3769
- "arch": "x86_64",
3770
- "epoch": "1",
3771
- "installdate": "1497381720",
3772
- "release": "21.el7_3",
3773
- "version": "2.0"
3774
- },
3775
- "xdg-utils": {
3776
- "arch": "noarch",
3777
- "epoch": "0",
3778
- "installdate": "1497381549",
3779
- "release": "0.17.20120809git.el7",
3780
- "version": "1.1.0"
3781
- },
3782
- "xfsprogs": {
3783
- "arch": "x86_64",
3784
- "epoch": "0",
3785
- "installdate": "1497381992",
3786
- "release": "8.el7",
3787
- "version": "4.5.0"
3788
- },
3789
- "xz": {
3790
- "arch": "x86_64",
3791
- "epoch": "0",
3792
- "installdate": "1497381449",
3793
- "release": "1.el7",
3794
- "version": "5.2.2"
3795
- },
3796
- "xz-libs": {
3797
- "arch": "x86_64",
3798
- "epoch": "0",
3799
- "installdate": "1497381407",
3800
- "release": "1.el7",
3801
- "version": "5.2.2"
3802
- },
3803
- "yum": {
3804
- "arch": "noarch",
3805
- "epoch": "0",
3806
- "installdate": "1497381741",
3807
- "release": "150.el7",
3808
- "version": "3.4.3"
3809
- },
3810
- "yum-metadata-parser": {
3811
- "arch": "x86_64",
3812
- "epoch": "0",
3813
- "installdate": "1497381538",
3814
- "release": "10.el7",
3815
- "version": "1.1.4"
3816
- },
3817
- "yum-rhn-plugin": {
3818
- "arch": "noarch",
3819
- "epoch": "0",
3820
- "installdate": "1497381743",
3821
- "release": "6.1.el7_3",
3822
- "version": "2.0.1"
3823
- },
3824
- "yum-utils": {
3825
- "arch": "noarch",
3826
- "epoch": "0",
3827
- "installdate": "1497381873",
3828
- "release": "40.el7",
3829
- "version": "1.1.31"
3830
- },
3831
- "zlib": {
3832
- "arch": "x86_64",
3833
- "epoch": "0",
3834
- "installdate": "1497381407",
3835
- "release": "17.el7",
3836
- "version": "1.2.7"
3837
- }
3838
- },
3839
- "platform": "redhat",
3840
- "platform_family": "rhel",
3841
- "platform_version": "7.3",
3842
- "root_group": "root",
3843
- "shard_seed": 220547345,
3844
- "shells": [
3845
- "/bin/sh",
3846
- "/bin/bash",
3847
- "/sbin/nologin",
3848
- "/usr/bin/sh",
3849
- "/usr/bin/bash",
3850
- "/usr/sbin/nologin"
3851
- ],
3852
- "time": {
3853
- "timezone": "GMT"
3854
- },
3855
- "uptime": "30 days 15 hours 07 minutes 30 seconds",
3856
- "uptime_seconds": 2646450,
3857
- "virtualization": {
3858
- "systems": {}
3859
- }
3860
- }