onceover 3.19.1 → 3.19.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,27 +8,28 @@ classes:
8
8
  # Nodes to tests classes on, this refers to a 'factset' or 'nodeset'
9
9
  # depending on whether you are running 'spec' or 'acceptance' tests
10
10
  nodes:
11
+ - AIX-6.1-powerpc
11
12
  - AIX-7.1-powerpc
12
- - SLES-12.1-64
13
- - Debian-6.0.10-32
14
- - CentOS-6.6-64
15
- - Ubuntu-12.04-32
16
- - Ubuntu-12.04-64
13
+ - CentOS-5.11-32
14
+ - CentOS-5.11-64
17
15
  - CentOS-6.6-32
16
+ - CentOS-6.6-64
17
+ - CentOS-7.0-64
18
+ - Debian-6.0.10-32
18
19
  - Debian-6.0.10-64
19
- - AIX-6.1-powerpc
20
- - Windows_Server-2012r2-64
21
20
  - Debian-7.8-32
22
- - Windows_Server-2008r2-64
23
- - SLES-11.3-64
24
21
  - Debian-7.8-64
22
+ - Debian-10-facter-4
23
+ - SLES-11.3-64
24
+ - SLES-12.1-64
25
25
  - solaris-10_u9-sparc-64
26
26
  - solaris-11.2-sparc-64
27
+ - Ubuntu-12.04-32
28
+ - Ubuntu-12.04-64
27
29
  - Ubuntu-14.04-32
28
- - CentOS-5.11-64
29
- - CentOS-5.11-32
30
- - CentOS-7.0-64
31
30
  - Ubuntu-14.04-64
31
+ - Windows_Server-2008r2-64
32
+ - Windows_Server-2012r2-64
32
33
 
33
34
  # You can group classes here to save typing
34
35
  class_groups:
@@ -0,0 +1,706 @@
1
+ {
2
+ "os": {
3
+ "family": "RedHat",
4
+ "name": "CentOS",
5
+ "distro": {
6
+ "id": "CentOS",
7
+ "codename": "Core",
8
+ "description": "CentOS Linux release 7.2.1511 (Core)",
9
+ "release": {
10
+ "full": "7.2.1511",
11
+ "major": "7",
12
+ "minor": "2"
13
+ }
14
+ },
15
+ "release": {
16
+ "full": "7.2.1511",
17
+ "major": "7",
18
+ "minor": "2"
19
+ },
20
+ "architecture": "x86_64",
21
+ "hardware": "x86_64",
22
+ "selinux": {
23
+ "enabled": false
24
+ }
25
+ },
26
+ "disks": {
27
+ "sda": {
28
+ "model": "Virtual disk",
29
+ "size_bytes": 75161927680,
30
+ "size": "70.00 GiB",
31
+ "vendor": "VMware",
32
+ "type": "hdd"
33
+ },
34
+ "sr0": {
35
+ "model": "VMware IDE CDR10",
36
+ "size_bytes": 1073741312,
37
+ "size": "1.00 GiB",
38
+ "vendor": "NECVMWar",
39
+ "type": "hdd"
40
+ }
41
+ },
42
+ "processors": {
43
+ "isa": "x86_64",
44
+ "models": [
45
+ "Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz",
46
+ "Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz"
47
+ ],
48
+ "physicalcount": 2,
49
+ "speed": "2.29 GHz",
50
+ "count": 2
51
+ },
52
+ "dmi": {
53
+ "manufacturer": "VMware, Inc.",
54
+ "bios": {
55
+ "version": "6.00",
56
+ "release_date": "12/12/2018",
57
+ "vendor": "Phoenix Technologies LTD"
58
+ },
59
+ "product": {
60
+ "serial_number": "VMware-42 1a 82 af c5 f4 ae ed-3c 68 d6 f5 a9 f6 8b 4f",
61
+ "uuid": "421A82AF-C5F4-AEED-3C68-D6F5A9F68B4F",
62
+ "name": "VMware Virtual Platform"
63
+ },
64
+ "board": {
65
+ "manufacturer": "Intel Corporation",
66
+ "product": "440BX Desktop Reference Platform",
67
+ "serial_number": "None"
68
+ },
69
+ "chassis": {
70
+ "type": "Other",
71
+ "asset_tag": "No Asset Tag"
72
+ }
73
+ },
74
+ "virtual": "vmware",
75
+ "facterversion": "4.0.52",
76
+ "filesystems": "xfs",
77
+ "partitions": {
78
+ "/dev/sda1": {
79
+ "size_bytes": 524288000,
80
+ "size": "500.00 MiB",
81
+ "filesystem": "xfs",
82
+ "uuid": "c09f15ab-207f-4177-bdc7-8daa7e6081bc",
83
+ "mount": "/boot"
84
+ },
85
+ "/dev/sda2": {
86
+ "size_bytes": 74636574208,
87
+ "size": "69.51 GiB",
88
+ "filesystem": "LVM2_member",
89
+ "uuid": "b2tvC3-PJFs-mmT4-kBjc-bBXV-Uf8y-bznmpv"
90
+ },
91
+ "/dev/mapper/centos-root": {
92
+ "size_bytes": 73559703552,
93
+ "size": "68.51 GiB",
94
+ "filesystem": "xfs",
95
+ "uuid": "38606c1b-3f90-4b89-88a2-b24f9d76ea3e",
96
+ "mount": "/"
97
+ },
98
+ "/dev/mapper/centos-swap": {
99
+ "size_bytes": 1073741824,
100
+ "size": "1.00 GiB",
101
+ "filesystem": "swap",
102
+ "uuid": "2d3926f4-35c8-4fe8-9b9d-31b1371a9616"
103
+ }
104
+ },
105
+ "fips_enabled": false,
106
+ "system_uptime": {
107
+ "hours": 0,
108
+ "seconds": 428,
109
+ "uptime": "0:07 hours",
110
+ "days": 0
111
+ },
112
+ "networking": {
113
+ "network6": "fe80::",
114
+ "primary": "ens160",
115
+ "scope6": "link",
116
+ "dhcp": "10.32.22.10",
117
+ "hostname": "foo",
118
+ "interfaces": {
119
+ "lo": {
120
+ "bindings": [
121
+ {
122
+ "address": "127.0.0.1",
123
+ "netmask": "255.0.0.0",
124
+ "network": "127.0.0.0"
125
+ }
126
+ ],
127
+ "bindings6": [
128
+ {
129
+ "address": "::1",
130
+ "netmask": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
131
+ "network": "::1",
132
+ "scope6": "host"
133
+ }
134
+ ],
135
+ "mtu": 65536,
136
+ "ip": "127.0.0.1",
137
+ "netmask": "255.0.0.0",
138
+ "network": "127.0.0.0",
139
+ "ip6": "::1",
140
+ "netmask6": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
141
+ "network6": "::1",
142
+ "scope6": "host"
143
+ },
144
+ "ens160": {
145
+ "mac": "00:50:56:9a:3a:fb",
146
+ "bindings": [
147
+ {
148
+ "address": "10.16.115.28",
149
+ "netmask": "255.255.240.0",
150
+ "network": "10.16.112.0"
151
+ }
152
+ ],
153
+ "bindings6": [
154
+ {
155
+ "address": "fe80::250:56ff:fe9a:3afb",
156
+ "netmask": "ffff:ffff:ffff:ffff::",
157
+ "network": "fe80::",
158
+ "scope6": "link"
159
+ }
160
+ ],
161
+ "mtu": 1500,
162
+ "dhcp": "10.32.22.10",
163
+ "ip": "10.16.115.28",
164
+ "netmask": "255.255.240.0",
165
+ "network": "10.16.112.0",
166
+ "ip6": "fe80::250:56ff:fe9a:3afb",
167
+ "netmask6": "ffff:ffff:ffff:ffff::",
168
+ "network6": "fe80::",
169
+ "scope6": "link"
170
+ }
171
+ },
172
+ "domain": "example.com",
173
+ "ip": "10.16.115.28",
174
+ "ip6": "fe80::250:56ff:fe9a:3afb",
175
+ "fqdn": "foo.example.com",
176
+ "mac": "00:50:56:9a:3a:fb",
177
+ "netmask": "255.255.240.0",
178
+ "netmask6": "ffff:ffff:ffff:ffff::",
179
+ "mtu": 1500,
180
+ "network": "10.16.112.0"
181
+ },
182
+ "hypervisors": {
183
+ "vmware": {
184
+ "version": "ESXi 6.7"
185
+ },
186
+ "ldom": {
187
+ "domain_name": "foo"
188
+ }
189
+ },
190
+ "load_averages": {
191
+ "1m": 0.01,
192
+ "5m": 0.07,
193
+ "15m": 0.05
194
+ },
195
+ "ssh": {
196
+ "rsa": {
197
+ "fingerprints": {
198
+ "sha1": "SSHFP 1 1 14bf05ea55895d355c5f93084f8e4918a265b17c",
199
+ "sha256": "SSHFP 1 2 0d29863d9911711d66f9433866873ec99719dcd4f4585f4560e2c6dd50d0f9f2"
200
+ },
201
+ "key": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDYebI2aBIKbhv7xjQ25BZmpvlwoOXDRd2kUVM+a56MlKCz6SdmiaiWuvlBZtLaKUK/VseYSw/dTO+QEhq1fxZdNGdf+JVwATnuIUP0Jyp6dO/D2ioM3jqhMZDX/p8vzHMew82NFATFrASmWQYy9/dW4X/c1FSMVKGjV24fi+PKIodcYnpv2JHi6j2jAF2D8lWXpNrAxrFDVMTjy5l5k33cGTltSFPC+bS+a8/f6QBG0cnFDGQ6pQWGC6ezA7igGWr9+PpJTEpQ4dvgoA5f47eTxVziEhp/IYzajjYjH55Fm7zKGxkBuqAxCHn5OCAksyK7dtzlNzBdmX+mhcYBug0l",
202
+ "type": "ssh-rsa"
203
+ },
204
+ "ecdsa": {
205
+ "fingerprints": {
206
+ "sha1": "SSHFP 3 1 57ad36841469adfe43fe54d248f412a8c2cebf0c",
207
+ "sha256": "SSHFP 3 2 860d729121a8b6570b7e39ab478f57a339a1082bed1ccc5d75d31876ce860133"
208
+ },
209
+ "key": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHyJXV2wV3Jb8UuOur+7q7CBsBfMTTzpSeYM/n0kttIHdQEG9mhlAKwtuJ3UAZi9xo4Qi5elQtM5BvAZz232seg=",
210
+ "type": "ecdsa-sha2-nistp256"
211
+ },
212
+ "ed25519": {
213
+ "fingerprints": {
214
+ "sha1": "SSHFP 4 1 9e7bf9c4187bd54303e699e3a20c2eea6fd51c73",
215
+ "sha256": "SSHFP 4 2 ebe7efee29d04a05360ee605e4da254e5185eb133c441453c355ba07dadb1e47"
216
+ },
217
+ "key": "AAAAC3NzaC1lZDI1NTE5AAAAINPlae1fNM6UnCY0EqCP90s5kTtI2LL42UgPs0AOkWS+",
218
+ "type": "ssh-ed25519"
219
+ }
220
+ },
221
+ "path": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/sbin",
222
+ "identity": {
223
+ "gid": 0,
224
+ "group": "root",
225
+ "privileged": true,
226
+ "uid": 0,
227
+ "user": "root"
228
+ },
229
+ "is_virtual": true,
230
+ "memory": {
231
+ "swap": {
232
+ "available": "1.00 GiB",
233
+ "available_bytes": 1073737728,
234
+ "capacity": "0.00%",
235
+ "total": "1.00 GiB",
236
+ "total_bytes": 1073737728,
237
+ "used": "0 bytes",
238
+ "used_bytes": 0
239
+ },
240
+ "system": {
241
+ "available": "7.16 GiB",
242
+ "available_bytes": 7689355264,
243
+ "capacity": "6.25%",
244
+ "total": "7.64 GiB",
245
+ "total_bytes": 8202276864,
246
+ "used": "489.16 MiB",
247
+ "used_bytes": 512921600
248
+ }
249
+ },
250
+ "kernelmajversion": "3.10",
251
+ "kernelrelease": "3.10.0-862.3.2.el7.x86_64",
252
+ "augeas": {
253
+ "version": "1.12.0"
254
+ },
255
+ "kernelversion": "3.10.0",
256
+ "ruby": {
257
+ "platform": "x86_64-linux",
258
+ "version": "2.7.2",
259
+ "sitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.7.0"
260
+ },
261
+ "mountpoints": {
262
+ "/": {
263
+ "device": "/dev/mapper/centos-root",
264
+ "filesystem": "xfs",
265
+ "options": [
266
+ "rw",
267
+ "relatime",
268
+ "attr2",
269
+ "inode64",
270
+ "noquota"
271
+ ],
272
+ "size_bytes": 73549217792,
273
+ "available_bytes": 71886938112,
274
+ "used_bytes": 1662279680,
275
+ "capacity": "2.26%",
276
+ "size": "68.50 GiB",
277
+ "available": "66.95 GiB",
278
+ "used": "1.55 GiB"
279
+ },
280
+ "/dev": {
281
+ "device": "devtmpfs",
282
+ "filesystem": "devtmpfs",
283
+ "options": [
284
+ "rw",
285
+ "nosuid",
286
+ "size=3992900k",
287
+ "nr_inodes=998225",
288
+ "mode=755"
289
+ ],
290
+ "size_bytes": 4088729600,
291
+ "available_bytes": 4088729600,
292
+ "used_bytes": 0,
293
+ "capacity": "0%",
294
+ "size": "3.81 GiB",
295
+ "available": "3.81 GiB",
296
+ "used": "0 bytes"
297
+ },
298
+ "/dev/shm": {
299
+ "device": "tmpfs",
300
+ "filesystem": "tmpfs",
301
+ "options": [
302
+ "rw",
303
+ "nosuid",
304
+ "nodev"
305
+ ],
306
+ "size_bytes": 4101136384,
307
+ "available_bytes": 4101136384,
308
+ "used_bytes": 0,
309
+ "capacity": "0%",
310
+ "size": "3.82 GiB",
311
+ "available": "3.82 GiB",
312
+ "used": "0 bytes"
313
+ },
314
+ "/dev/pts": {
315
+ "device": "devpts",
316
+ "filesystem": "devpts",
317
+ "options": [
318
+ "rw",
319
+ "nosuid",
320
+ "noexec",
321
+ "relatime",
322
+ "gid=5",
323
+ "mode=620",
324
+ "ptmxmode=000"
325
+ ],
326
+ "size_bytes": 0,
327
+ "available_bytes": 0,
328
+ "used_bytes": 0,
329
+ "capacity": "100%",
330
+ "size": "0 bytes",
331
+ "available": "0 bytes",
332
+ "used": "0 bytes"
333
+ },
334
+ "/run": {
335
+ "device": "tmpfs",
336
+ "filesystem": "tmpfs",
337
+ "options": [
338
+ "rw",
339
+ "nosuid",
340
+ "nodev",
341
+ "mode=755"
342
+ ],
343
+ "size_bytes": 4101136384,
344
+ "available_bytes": 4092194816,
345
+ "used_bytes": 8941568,
346
+ "capacity": "0.22%",
347
+ "size": "3.82 GiB",
348
+ "available": "3.81 GiB",
349
+ "used": "8.53 MiB"
350
+ },
351
+ "/sys/fs/cgroup": {
352
+ "device": "tmpfs",
353
+ "filesystem": "tmpfs",
354
+ "options": [
355
+ "ro",
356
+ "nosuid",
357
+ "nodev",
358
+ "noexec",
359
+ "mode=755"
360
+ ],
361
+ "size_bytes": 4101136384,
362
+ "available_bytes": 4101136384,
363
+ "used_bytes": 0,
364
+ "capacity": "0%",
365
+ "size": "3.82 GiB",
366
+ "available": "3.82 GiB",
367
+ "used": "0 bytes"
368
+ },
369
+ "/dev/mqueue": {
370
+ "device": "mqueue",
371
+ "filesystem": "mqueue",
372
+ "options": [
373
+ "rw",
374
+ "relatime"
375
+ ],
376
+ "size_bytes": 0,
377
+ "available_bytes": 0,
378
+ "used_bytes": 0,
379
+ "capacity": "100%",
380
+ "size": "0 bytes",
381
+ "available": "0 bytes",
382
+ "used": "0 bytes"
383
+ },
384
+ "/dev/hugepages": {
385
+ "device": "hugetlbfs",
386
+ "filesystem": "hugetlbfs",
387
+ "options": [
388
+ "rw",
389
+ "relatime"
390
+ ],
391
+ "size_bytes": 0,
392
+ "available_bytes": 0,
393
+ "used_bytes": 0,
394
+ "capacity": "100%",
395
+ "size": "0 bytes",
396
+ "available": "0 bytes",
397
+ "used": "0 bytes"
398
+ },
399
+ "/var/lib/nfs/rpc_pipefs": {
400
+ "device": "sunrpc",
401
+ "filesystem": "rpc_pipefs",
402
+ "options": [
403
+ "rw",
404
+ "relatime"
405
+ ],
406
+ "size_bytes": 0,
407
+ "available_bytes": 0,
408
+ "used_bytes": 0,
409
+ "capacity": "100%",
410
+ "size": "0 bytes",
411
+ "available": "0 bytes",
412
+ "used": "0 bytes"
413
+ },
414
+ "/boot": {
415
+ "device": "/dev/sda1",
416
+ "filesystem": "xfs",
417
+ "options": [
418
+ "rw",
419
+ "relatime",
420
+ "attr2",
421
+ "inode64",
422
+ "noquota"
423
+ ],
424
+ "size_bytes": 520794112,
425
+ "available_bytes": 345763840,
426
+ "used_bytes": 175030272,
427
+ "capacity": "33.61%",
428
+ "size": "496.67 MiB",
429
+ "available": "329.75 MiB",
430
+ "used": "166.92 MiB"
431
+ },
432
+ "/run/user/0": {
433
+ "device": "tmpfs",
434
+ "filesystem": "tmpfs",
435
+ "options": [
436
+ "rw",
437
+ "nosuid",
438
+ "nodev",
439
+ "relatime",
440
+ "size=801004k",
441
+ "mode=700"
442
+ ],
443
+ "size_bytes": 820228096,
444
+ "available_bytes": 820228096,
445
+ "used_bytes": 0,
446
+ "capacity": "0%",
447
+ "size": "782.23 MiB",
448
+ "available": "782.23 MiB",
449
+ "used": "0 bytes"
450
+ }
451
+ },
452
+ "kernel": "Linux",
453
+ "timezone": "UTC",
454
+ "puppetversion": "7.5.0",
455
+ "whereami": "pdx",
456
+ "function": "",
457
+ "env_temp_variable": "/tmp",
458
+ "haszfs": false,
459
+ "ip6tables_version": "1.4.21",
460
+ "mongodb_is_master": "not_installed",
461
+ "puppet_cert_paths": {
462
+ "confdir": "/etc/puppetlabs/puppet",
463
+ "ssldir": "/etc/puppetlabs/puppet/ssl",
464
+ "cert_dir": "/etc/puppetlabs/puppet/ssl/certs",
465
+ "ca_path": "/etc/puppetlabs/puppet/ssl/certs/ca.pem",
466
+ "client_cert_path": "/etc/puppetlabs/puppet/ssl/certs/.pem",
467
+ "client_key_path": "/etc/puppetlabs/puppet/ssl/private_keys/.pem"
468
+ },
469
+ "primary_ip": "10.16.115.28",
470
+ "number_string": "",
471
+ "meltdown": {
472
+ "CVE-2017-5753": {
473
+ "CVE": "2017-5753",
474
+ "description": "SPECTRE VARIANT 1",
475
+ "vulnerable": false,
476
+ "info": {
477
+ "hardware": "Mitigation: Load fences"
478
+ }
479
+ },
480
+ "CVE-2017-5715": {
481
+ "CVE": "2017-5715",
482
+ "description": "SPECTRE VARIANT 2",
483
+ "vulnerable": true,
484
+ "info": {
485
+ "hardware": "IBRS+IBPB or retpoline+IBPB+RSB filling, is needed to mitigate the vulnerability"
486
+ }
487
+ },
488
+ "CVE-2017-5754": {
489
+ "CVE": "2017-5754",
490
+ "description": "MELTDOWN",
491
+ "vulnerable": false,
492
+ "info": {
493
+ "hardware": "Mitigation: PTI"
494
+ }
495
+ },
496
+ "CVE-2018-3640": {
497
+ "CVE": "2018-3640",
498
+ "description": "VARIANT 3A",
499
+ "vulnerable": false,
500
+ "info": {
501
+ "hardware": "your CPU microcode mitigates the vulnerability"
502
+ }
503
+ },
504
+ "CVE-2018-3639": {
505
+ "CVE": "2018-3639",
506
+ "description": "VARIANT 4",
507
+ "vulnerable": false,
508
+ "info": {
509
+ "hardware": "Mitigation: Speculative Store Bypass disabled via prctl"
510
+ }
511
+ },
512
+ "CVE-2018-3615": {
513
+ "CVE": "2018-3615",
514
+ "description": "L1TF SGX",
515
+ "vulnerable": false,
516
+ "info": {
517
+ "hardware": "your CPU vendor reported your CPU model as not vulnerable"
518
+ }
519
+ },
520
+ "CVE-2018-3620": {
521
+ "CVE": "2018-3620",
522
+ "description": "L1TF OS",
523
+ "vulnerable": true,
524
+ "info": {
525
+ "hardware": "Your kernel doesn't support PTE inversion, update it"
526
+ }
527
+ },
528
+ "CVE-2018-3646": {
529
+ "CVE": "2018-3646",
530
+ "description": "L1TF VMM",
531
+ "vulnerable": false,
532
+ "info": {
533
+ "hardware": "this system is not running a hypervisor"
534
+ }
535
+ },
536
+ "CVE-2018-12126": {
537
+ "CVE": "2018-12126",
538
+ "description": "MSBDS",
539
+ "vulnerable": true,
540
+ "info": {
541
+ "hardware": "Your microcode supports mitigation, but your kernel doesn't, upgrade it to mitigate the vulnerability"
542
+ }
543
+ },
544
+ "CVE-2018-12130": {
545
+ "CVE": "2018-12130",
546
+ "description": "MFBDS",
547
+ "vulnerable": true,
548
+ "info": {
549
+ "hardware": "Your microcode supports mitigation, but your kernel doesn't, upgrade it to mitigate the vulnerability"
550
+ }
551
+ },
552
+ "CVE-2018-12127": {
553
+ "CVE": "2018-12127",
554
+ "description": "MLPDS",
555
+ "vulnerable": true,
556
+ "info": {
557
+ "hardware": "Your microcode supports mitigation, but your kernel doesn't, upgrade it to mitigate the vulnerability"
558
+ }
559
+ },
560
+ "CVE-2019-11091": {
561
+ "CVE": "2019-11091",
562
+ "description": "MDSUM",
563
+ "vulnerable": true,
564
+ "info": {
565
+ "hardware": "Your microcode supports mitigation, but your kernel doesn't, upgrade it to mitigate the vulnerability"
566
+ }
567
+ }
568
+ },
569
+ "puppetserver_installed": false,
570
+ "platform_symlink_writable": true,
571
+ "platform_tag": "el-7-x86_64",
572
+ "jenkins_plugins": "",
573
+ "python_release": "2.7",
574
+ "python2_release": "2.7",
575
+ "puppet_ssldir": "/etc/puppetlabs/puppet/ssl",
576
+ "puppet_digest_algorithm": "sha256",
577
+ "puppet_config": "/etc/puppetlabs/puppet/puppet.conf",
578
+ "puppet_stringify_facts": false,
579
+ "mco_confdir": "/etc/mcollective/etc",
580
+ "os_maj_version": "7",
581
+ "pper_installed": false,
582
+ "vcsrepo_svn_ver": "",
583
+ "windows_java_temp": "\\tmp",
584
+ "is_valid_hostname": false,
585
+ "puppet_files_dir_present": false,
586
+ "context": "",
587
+ "package_provider": "yum",
588
+ "systemd": true,
589
+ "systemd_version": "219",
590
+ "systemd_internal_services": {
591
+ "systemd-bootchart.service": "disabled",
592
+ "systemd-nspawn@.service": "disabled",
593
+ "systemd-readahead-collect.service": "enabled",
594
+ "systemd-readahead-done.service": "indirect",
595
+ "systemd-readahead-drop.service": "enabled",
596
+ "systemd-readahead-replay.service": "enabled"
597
+ },
598
+ "current_environment": "production",
599
+ "primary_iface": "eth0",
600
+ "staging_http_get": "curl",
601
+ "iptables_version": "1.4.21",
602
+ "lvm_support": true,
603
+ "lvm_vgs": 1,
604
+ "lvm_vg_0": "centos",
605
+ "lvm_vg_centos_pvs": "/dev/sda2",
606
+ "lvm_pvs": 1,
607
+ "lvm_pv_0": "/dev/sda2",
608
+ "puppet_agent_pid": 2569,
609
+ "python_version": "2.7.5",
610
+ "python2_version": "2.7.5",
611
+ "aio_agent_build": "7.4.1.59.g5d5199a8a",
612
+ "aio_agent_version": "7.4.1.59",
613
+ "docker_home_dirs": {
614
+ "root": "/root",
615
+ "bin": "/bin",
616
+ "daemon": "/sbin",
617
+ "adm": "/var/adm",
618
+ "lp": "/var/spool/lpd",
619
+ "sync": "/sbin",
620
+ "shutdown": "/sbin",
621
+ "halt": "/sbin",
622
+ "mail": "/var/spool/mail",
623
+ "operator": "/root",
624
+ "games": "/usr/games",
625
+ "ftp": "/var/ftp",
626
+ "nobody": "/",
627
+ "avahi-autoipd": "/var/lib/avahi-autoipd",
628
+ "systemd-bus-proxy": "/",
629
+ "systemd-network": "/",
630
+ "dbus": "/",
631
+ "polkitd": "/",
632
+ "rpc": "/var/lib/rpcbind",
633
+ "tss": "/dev/null",
634
+ "rpcuser": "/var/lib/nfs",
635
+ "nfsnobody": "/var/lib/nfs",
636
+ "postfix": "/var/spool/postfix",
637
+ "sshd": "/var/empty/sshd"
638
+ },
639
+ "prometheus_alert_manager_running": false,
640
+ "who2bug": [],
641
+ "classification": {
642
+ "hostname": "live-pulp",
643
+ "parts": [
644
+ "live",
645
+ "",
646
+ "",
647
+ "",
648
+ "pulp",
649
+ ""
650
+ ],
651
+ "version": 0,
652
+ "group": "live",
653
+ "function": "",
654
+ "number": "",
655
+ "number_string": "",
656
+ "context": "",
657
+ "stage": "pulp",
658
+ "id": ""
659
+ },
660
+ "network_nexthop_ip": "10.16.112.1",
661
+ "network_primary_interface": "ens160",
662
+ "network_primary_ip": "10.16.115.28",
663
+ "group": "live",
664
+ "puppet_inventory_metadata": {
665
+ "packages": {
666
+ "collection_enabled": false,
667
+ "last_collection_time": "0.0s"
668
+ }
669
+ },
670
+ "function_number": "",
671
+ "root_home": "/root",
672
+ "virt_libvirt": false,
673
+ "stage": "pulp",
674
+ "mysql_server_id": 23179131,
675
+ "puppet_vardir": "/opt/puppetlabs/puppet/cache",
676
+ "puppet_environmentpath": "/etc/puppetlabs/code/environments",
677
+ "puppet_server": "pe-infranext-prod.infc-aws.puppet.net",
678
+ "selinux_python_command": "python",
679
+ "is_pe": false,
680
+ "service_provider": "systemd",
681
+ "pe_patch": {
682
+ "package_updates": [],
683
+ "package_update_count": 0,
684
+ "missing_update_kbs": [],
685
+ "security_package_updates": [],
686
+ "security_package_update_count": 0,
687
+ "blackouts": {},
688
+ "pinned_packages": [],
689
+ "last_run": {},
690
+ "patch_group": "",
691
+ "reboot_override": "default",
692
+ "reboots": {
693
+ "reboot_required": "unknown"
694
+ },
695
+ "block_patching_on_warnings": "false",
696
+ "warnings": {
697
+ "update_file": "Update file not found, update information invalid",
698
+ "security_update_file": "Security update file not found, update information invalid"
699
+ },
700
+ "blocked": false,
701
+ "blocked_reasons": []
702
+ },
703
+ "domain": "example.com",
704
+ "fqdn": "foo.example.com",
705
+ "hostname": "foo"
706
+ }