fauxhai 5.3.0 → 5.4.0

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