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