fauxhai-ng 8.0.0 → 8.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/fauxhai +8 -8
- data/lib/.DS_Store +0 -0
- data/lib/fauxhai.rb +5 -5
- data/lib/fauxhai/.DS_Store +0 -0
- data/lib/fauxhai/fetcher.rb +9 -8
- data/lib/fauxhai/mocker.rb +14 -14
- data/lib/fauxhai/platforms/.DS_Store +0 -0
- data/lib/fauxhai/platforms/amazon/.DS_Store +0 -0
- data/lib/fauxhai/platforms/amazon/2.json +683 -660
- data/lib/fauxhai/platforms/amazon/2016.03.json +135 -135
- data/lib/fauxhai/platforms/amazon/2016.09.json +134 -134
- data/lib/fauxhai/platforms/amazon/2017.03.json +125 -125
- data/lib/fauxhai/platforms/amazon/2017.09.json +112 -112
- data/lib/fauxhai/platforms/amazon/2018.03.json +544 -551
- data/lib/fauxhai/platforms/centos/.DS_Store +0 -0
- data/lib/fauxhai/platforms/centos/5.11.json +1 -0
- data/lib/fauxhai/platforms/centos/6.10.json +314 -314
- data/lib/fauxhai/platforms/centos/6.9.json +1 -0
- data/lib/fauxhai/platforms/centos/7.5.1804.json +1 -0
- data/lib/fauxhai/platforms/centos/7.6.1810.json +40 -40
- data/lib/fauxhai/platforms/centos/7.7.1908.json +1512 -7517
- data/lib/fauxhai/platforms/centos/7.8.2003.json +3797 -0
- data/lib/fauxhai/platforms/centos/8.json +1229 -2348
- data/lib/fauxhai/platforms/debian/10.json +420 -208
- data/lib/fauxhai/platforms/debian/8.11.json +1 -0
- data/lib/fauxhai/platforms/debian/9.11.json +53 -44
- data/lib/fauxhai/platforms/debian/{8.10.json → 9.12.json} +994 -1644
- data/lib/fauxhai/platforms/debian/9.8.json +52 -42
- data/lib/fauxhai/platforms/debian/9.9.json +55 -45
- data/lib/fauxhai/platforms/fedora/29.json +1 -1
- data/lib/fauxhai/platforms/fedora/30.json +514 -506
- data/lib/fauxhai/platforms/fedora/31.json +734 -712
- data/lib/fauxhai/platforms/fedora/32.json +3547 -0
- data/lib/fauxhai/platforms/mac_os_x/10.15.json +268 -392
- data/lib/fauxhai/platforms/opensuse/15.0.json +4383 -37
- data/lib/fauxhai/platforms/opensuse/15.1.json +5775 -0
- data/lib/fauxhai/platforms/opensuse/15.2.json +5961 -0
- data/lib/fauxhai/platforms/oracle/5.11.json +1 -0
- data/lib/fauxhai/platforms/oracle/6.10.json +19 -19
- data/lib/fauxhai/platforms/oracle/6.9.json +1 -0
- data/lib/fauxhai/platforms/oracle/7.5.json +480 -496
- data/lib/fauxhai/platforms/oracle/7.6.json +39 -39
- data/lib/fauxhai/platforms/redhat/.DS_Store +0 -0
- data/lib/fauxhai/platforms/redhat/5.11.json +1 -0
- data/lib/fauxhai/platforms/redhat/6.10.json +49 -40
- data/lib/fauxhai/platforms/redhat/6.9.json +40 -31
- data/lib/fauxhai/platforms/redhat/7.4.json +57 -48
- data/lib/fauxhai/platforms/redhat/7.5.json +55 -45
- data/lib/fauxhai/platforms/redhat/7.6.json +508 -657
- data/lib/fauxhai/platforms/redhat/7.7.json +58 -49
- data/lib/fauxhai/platforms/redhat/7.8.json +3954 -0
- data/lib/fauxhai/platforms/redhat/8.json +942 -908
- data/lib/fauxhai/platforms/suse/.DS_Store +0 -0
- data/lib/fauxhai/platforms/suse/12.3.json +38 -40
- data/lib/fauxhai/platforms/suse/12.4.json +50 -52
- data/lib/fauxhai/platforms/suse/12.5.json +5922 -0
- data/lib/fauxhai/platforms/suse/15.json +999 -1001
- data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
- data/lib/fauxhai/platforms/ubuntu/16.04.json +291 -278
- data/lib/fauxhai/platforms/ubuntu/18.04.json +384 -377
- data/lib/fauxhai/platforms/ubuntu/20.04.json +4144 -0
- data/lib/fauxhai/runner.rb +27 -27
- data/lib/fauxhai/runner/default.rb +128 -128
- data/lib/fauxhai/runner/windows.rb +77 -77
- data/lib/fauxhai/version.rb +1 -1
- metadata +14 -18
- data/lib/fauxhai/platforms/aix/.DS_Store +0 -0
- data/lib/fauxhai/platforms/clearos/.DS_Store +0 -0
- data/lib/fauxhai/platforms/debian/8.9.json +0 -3614
- data/lib/fauxhai/platforms/freebsd/.DS_Store +0 -0
- data/lib/fauxhai/platforms/gentoo/.DS_Store +0 -0
- data/lib/fauxhai/platforms/linuxmint/.DS_Store +0 -0
- data/lib/fauxhai/platforms/mac_os_x/.DS_Store +0 -0
- data/lib/fauxhai/platforms/openbsd/.DS_Store +0 -0
- data/lib/fauxhai/platforms/raspbian/.DS_Store +0 -0
- data/lib/fauxhai/platforms/solaris2/.DS_Store +0 -0
- data/lib/fauxhai/platforms/windows/.DS_Store +0 -0
@@ -10,12 +10,12 @@
|
|
10
10
|
},
|
11
11
|
"chef_packages": {
|
12
12
|
"chef": {
|
13
|
-
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.
|
14
|
-
"version": "
|
13
|
+
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib",
|
14
|
+
"version": "16.6.14"
|
15
15
|
},
|
16
16
|
"ohai": {
|
17
|
-
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.
|
18
|
-
"version": "
|
17
|
+
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai",
|
18
|
+
"version": "16.6.5"
|
19
19
|
}
|
20
20
|
},
|
21
21
|
"command": {
|
@@ -73,6 +73,7 @@
|
|
73
73
|
"total": 1
|
74
74
|
},
|
75
75
|
"current_user": "fauxhai",
|
76
|
+
"deprecated": true,
|
76
77
|
"dmi": {
|
77
78
|
"bios": {
|
78
79
|
"address": "0xE8000",
|
@@ -81,8 +82,6 @@
|
|
81
82
|
"Address": "0xE8000",
|
82
83
|
"BIOS Revision": "4.2",
|
83
84
|
"Characteristics": {
|
84
|
-
"EDD is supported": null,
|
85
|
-
"PCI is supported": null,
|
86
85
|
"Targeted content distribution is supported": null
|
87
86
|
},
|
88
87
|
"ROM Size": "64 kB",
|
@@ -188,8 +187,8 @@
|
|
188
187
|
"Manufacturer": "Xen",
|
189
188
|
"Product Name": "HVM domU",
|
190
189
|
"SKU Number": "Not Specified",
|
191
|
-
"Serial Number": "
|
192
|
-
"UUID": "
|
190
|
+
"Serial Number": "ec219fc4-14de-aac3-887d-64ba36841564",
|
191
|
+
"UUID": "EC219FC4-14DE-AAC3-887D-64BA36841564",
|
193
192
|
"Version": "4.2.amazon",
|
194
193
|
"Wake-up Type": "Power Switch",
|
195
194
|
"application_identifier": "System Information",
|
@@ -200,9 +199,9 @@
|
|
200
199
|
"family": "Not Specified",
|
201
200
|
"manufacturer": "Xen",
|
202
201
|
"product_name": "HVM domU",
|
203
|
-
"serial_number": "
|
202
|
+
"serial_number": "ec219fc4-14de-aac3-887d-64ba36841564",
|
204
203
|
"sku_number": "Not Specified",
|
205
|
-
"uuid": "
|
204
|
+
"uuid": "EC219FC4-14DE-AAC3-887D-64BA36841564",
|
206
205
|
"version": "4.2.amazon",
|
207
206
|
"wake_up_type": "Power Switch"
|
208
207
|
}
|
@@ -215,12 +214,12 @@
|
|
215
214
|
},
|
216
215
|
"/dev/xvda1": {
|
217
216
|
"fs_type": "ext4",
|
218
|
-
"inodes_available": "
|
219
|
-
"inodes_percent_used": "
|
220
|
-
"inodes_used": "
|
221
|
-
"kb_available": "
|
217
|
+
"inodes_available": "474540",
|
218
|
+
"inodes_percent_used": "10%",
|
219
|
+
"inodes_used": "49748",
|
220
|
+
"kb_available": "6614556",
|
222
221
|
"kb_size": "8190392",
|
223
|
-
"kb_used": "
|
222
|
+
"kb_used": "1140076",
|
224
223
|
"mount_options": [
|
225
224
|
"rw",
|
226
225
|
"relatime",
|
@@ -231,7 +230,7 @@
|
|
231
230
|
"mounts": [
|
232
231
|
"/"
|
233
232
|
],
|
234
|
-
"percent_used": "
|
233
|
+
"percent_used": "15%",
|
235
234
|
"total_inodes": "524288",
|
236
235
|
"uuid": "23483a8e-b42d-49cc-9881-3ff535438f79"
|
237
236
|
},
|
@@ -243,19 +242,19 @@
|
|
243
242
|
"nodev",
|
244
243
|
"noexec",
|
245
244
|
"relatime",
|
246
|
-
"
|
245
|
+
"memory"
|
247
246
|
],
|
248
247
|
"mounts": [
|
249
248
|
"/sys/fs/cgroup/systemd",
|
250
|
-
"/sys/fs/cgroup/cpu,cpuacct",
|
251
|
-
"/sys/fs/cgroup/cpuset",
|
252
|
-
"/sys/fs/cgroup/memory",
|
253
|
-
"/sys/fs/cgroup/net_cls,net_prio",
|
254
249
|
"/sys/fs/cgroup/freezer",
|
250
|
+
"/sys/fs/cgroup/blkio",
|
251
|
+
"/sys/fs/cgroup/cpu,cpuacct",
|
255
252
|
"/sys/fs/cgroup/perf_event",
|
256
|
-
"/sys/fs/cgroup/
|
253
|
+
"/sys/fs/cgroup/net_cls,net_prio",
|
257
254
|
"/sys/fs/cgroup/pids",
|
258
|
-
"/sys/fs/cgroup/
|
255
|
+
"/sys/fs/cgroup/devices",
|
256
|
+
"/sys/fs/cgroup/cpuset",
|
257
|
+
"/sys/fs/cgroup/memory"
|
259
258
|
]
|
260
259
|
},
|
261
260
|
"debugfs": {
|
@@ -366,7 +365,7 @@
|
|
366
365
|
"minproto=5",
|
367
366
|
"maxproto=5",
|
368
367
|
"direct",
|
369
|
-
"pipe_ino=
|
368
|
+
"pipe_ino=9570"
|
370
369
|
],
|
371
370
|
"mounts": [
|
372
371
|
"/proc/sys/fs/binfmt_misc"
|
@@ -429,12 +428,12 @@
|
|
429
428
|
"/dev/xvda1"
|
430
429
|
],
|
431
430
|
"fs_type": "ext4",
|
432
|
-
"inodes_available": "
|
433
|
-
"inodes_percent_used": "
|
434
|
-
"inodes_used": "
|
435
|
-
"kb_available": "
|
431
|
+
"inodes_available": "474540",
|
432
|
+
"inodes_percent_used": "10%",
|
433
|
+
"inodes_used": "49748",
|
434
|
+
"kb_available": "6614556",
|
436
435
|
"kb_size": "8190392",
|
437
|
-
"kb_used": "
|
436
|
+
"kb_used": "1140076",
|
438
437
|
"mount_options": [
|
439
438
|
"rw",
|
440
439
|
"relatime",
|
@@ -442,7 +441,7 @@
|
|
442
441
|
"errors=remount-ro",
|
443
442
|
"data=ordered"
|
444
443
|
],
|
445
|
-
"percent_used": "
|
444
|
+
"percent_used": "15%",
|
446
445
|
"total_inodes": "524288",
|
447
446
|
"uuid": "23483a8e-b42d-49cc-9881-3ff535438f79"
|
448
447
|
},
|
@@ -549,7 +548,7 @@
|
|
549
548
|
"minproto=5",
|
550
549
|
"maxproto=5",
|
551
550
|
"direct",
|
552
|
-
"pipe_ino=
|
551
|
+
"pipe_ino=9570"
|
553
552
|
]
|
554
553
|
},
|
555
554
|
"/run": {
|
@@ -842,12 +841,12 @@
|
|
842
841
|
"/dev/xvda1,/": {
|
843
842
|
"device": "/dev/xvda1",
|
844
843
|
"fs_type": "ext4",
|
845
|
-
"inodes_available": "
|
846
|
-
"inodes_percent_used": "
|
847
|
-
"inodes_used": "
|
848
|
-
"kb_available": "
|
844
|
+
"inodes_available": "474540",
|
845
|
+
"inodes_percent_used": "10%",
|
846
|
+
"inodes_used": "49748",
|
847
|
+
"kb_available": "6614556",
|
849
848
|
"kb_size": "8190392",
|
850
|
-
"kb_used": "
|
849
|
+
"kb_used": "1140076",
|
851
850
|
"mount": "/",
|
852
851
|
"mount_options": [
|
853
852
|
"rw",
|
@@ -856,7 +855,7 @@
|
|
856
855
|
"errors=remount-ro",
|
857
856
|
"data=ordered"
|
858
857
|
],
|
859
|
-
"percent_used": "
|
858
|
+
"percent_used": "15%",
|
860
859
|
"total_inodes": "524288",
|
861
860
|
"uuid": "23483a8e-b42d-49cc-9881-3ff535438f79"
|
862
861
|
},
|
@@ -1096,7 +1095,7 @@
|
|
1096
1095
|
"minproto=5",
|
1097
1096
|
"maxproto=5",
|
1098
1097
|
"direct",
|
1099
|
-
"pipe_ino=
|
1098
|
+
"pipe_ino=9570"
|
1100
1099
|
]
|
1101
1100
|
},
|
1102
1101
|
"tmpfs,/dev/shm": {
|
@@ -1425,7 +1424,18 @@
|
|
1425
1424
|
"bin_dir": "/usr/local/bin",
|
1426
1425
|
"gem_bin": "/usr/local/bin/gem",
|
1427
1426
|
"gems_dir": "/usr/local/gems",
|
1428
|
-
"
|
1427
|
+
"host": "x86_64-pc-linux-gnu",
|
1428
|
+
"host_cpu": "x86_64",
|
1429
|
+
"host_os": "linux-gnu",
|
1430
|
+
"host_vendor": "pc",
|
1431
|
+
"platform": "x86_64-linux",
|
1432
|
+
"release_date": "2020-10-01",
|
1433
|
+
"ruby_bin": "/usr/local/bin/ruby",
|
1434
|
+
"target": "x86_64-pc-linux-gnu",
|
1435
|
+
"target_cpu": "x86_64",
|
1436
|
+
"target_os": "linux",
|
1437
|
+
"target_vendor": "pc",
|
1438
|
+
"version": "2.7.2"
|
1429
1439
|
}
|
1430
1440
|
},
|
1431
1441
|
"lsb": {
|
@@ -1528,7 +1538,7 @@
|
|
1528
1538
|
}
|
1529
1539
|
}
|
1530
1540
|
},
|
1531
|
-
"ohai_time":
|
1541
|
+
"ohai_time": 1604985197.9821608,
|
1532
1542
|
"os": "linux",
|
1533
1543
|
"os_version": "4.9.0-8-amd64",
|
1534
1544
|
"packages": {
|
@@ -1594,7 +1604,7 @@
|
|
1594
1604
|
},
|
1595
1605
|
"chef": {
|
1596
1606
|
"arch": "amd64",
|
1597
|
-
"version": "
|
1607
|
+
"version": "16.6.14-1"
|
1598
1608
|
},
|
1599
1609
|
"chrony": {
|
1600
1610
|
"arch": "amd64",
|
@@ -2909,7 +2919,7 @@
|
|
2909
2919
|
"platform_family": "debian",
|
2910
2920
|
"platform_version": "9",
|
2911
2921
|
"root_group": "root",
|
2912
|
-
"shard_seed":
|
2922
|
+
"shard_seed": 50461090,
|
2913
2923
|
"shells": [
|
2914
2924
|
"/bin/sh",
|
2915
2925
|
"/bin/dash",
|
@@ -10,12 +10,12 @@
|
|
10
10
|
},
|
11
11
|
"chef_packages": {
|
12
12
|
"chef": {
|
13
|
-
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.
|
14
|
-
"version": "
|
13
|
+
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib",
|
14
|
+
"version": "16.6.14"
|
15
15
|
},
|
16
16
|
"ohai": {
|
17
|
-
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.
|
18
|
-
"version": "
|
17
|
+
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai",
|
18
|
+
"version": "16.6.5"
|
19
19
|
}
|
20
20
|
},
|
21
21
|
"command": {
|
@@ -73,6 +73,7 @@
|
|
73
73
|
"total": 1
|
74
74
|
},
|
75
75
|
"current_user": "fauxhai",
|
76
|
+
"deprecated": true,
|
76
77
|
"dmi": {
|
77
78
|
"bios": {
|
78
79
|
"address": "0xE8000",
|
@@ -81,8 +82,6 @@
|
|
81
82
|
"Address": "0xE8000",
|
82
83
|
"BIOS Revision": "4.2",
|
83
84
|
"Characteristics": {
|
84
|
-
"EDD is supported": null,
|
85
|
-
"PCI is supported": null,
|
86
85
|
"Targeted content distribution is supported": null
|
87
86
|
},
|
88
87
|
"ROM Size": "64 kB",
|
@@ -188,8 +187,8 @@
|
|
188
187
|
"Manufacturer": "Xen",
|
189
188
|
"Product Name": "HVM domU",
|
190
189
|
"SKU Number": "Not Specified",
|
191
|
-
"Serial Number": "
|
192
|
-
"UUID": "
|
190
|
+
"Serial Number": "ec20e92d-6311-c71a-61b9-b757ff148b23",
|
191
|
+
"UUID": "EC20E92D-6311-C71A-61B9-B757FF148B23",
|
193
192
|
"Version": "4.2.amazon",
|
194
193
|
"Wake-up Type": "Power Switch",
|
195
194
|
"application_identifier": "System Information",
|
@@ -200,9 +199,9 @@
|
|
200
199
|
"family": "Not Specified",
|
201
200
|
"manufacturer": "Xen",
|
202
201
|
"product_name": "HVM domU",
|
203
|
-
"serial_number": "
|
202
|
+
"serial_number": "ec20e92d-6311-c71a-61b9-b757ff148b23",
|
204
203
|
"sku_number": "Not Specified",
|
205
|
-
"uuid": "
|
204
|
+
"uuid": "EC20E92D-6311-C71A-61B9-B757FF148B23",
|
206
205
|
"version": "4.2.amazon",
|
207
206
|
"wake_up_type": "Power Switch"
|
208
207
|
}
|
@@ -215,12 +214,12 @@
|
|
215
214
|
},
|
216
215
|
"/dev/xvda1": {
|
217
216
|
"fs_type": "ext4",
|
218
|
-
"inodes_available": "
|
219
|
-
"inodes_percent_used": "
|
220
|
-
"inodes_used": "
|
221
|
-
"kb_available": "
|
217
|
+
"inodes_available": "474546",
|
218
|
+
"inodes_percent_used": "10%",
|
219
|
+
"inodes_used": "49742",
|
220
|
+
"kb_available": "6614400",
|
222
221
|
"kb_size": "8190392",
|
223
|
-
"kb_used": "
|
222
|
+
"kb_used": "1140232",
|
224
223
|
"mount_options": [
|
225
224
|
"rw",
|
226
225
|
"relatime",
|
@@ -231,7 +230,7 @@
|
|
231
230
|
"mounts": [
|
232
231
|
"/"
|
233
232
|
],
|
234
|
-
"percent_used": "
|
233
|
+
"percent_used": "15%",
|
235
234
|
"total_inodes": "524288",
|
236
235
|
"uuid": "3866caa4-0449-4478-899b-60eb6f71dd26"
|
237
236
|
},
|
@@ -243,19 +242,19 @@
|
|
243
242
|
"nodev",
|
244
243
|
"noexec",
|
245
244
|
"relatime",
|
246
|
-
"
|
245
|
+
"freezer"
|
247
246
|
],
|
248
247
|
"mounts": [
|
249
248
|
"/sys/fs/cgroup/systemd",
|
249
|
+
"/sys/fs/cgroup/pids",
|
250
|
+
"/sys/fs/cgroup/blkio",
|
250
251
|
"/sys/fs/cgroup/devices",
|
252
|
+
"/sys/fs/cgroup/perf_event",
|
253
|
+
"/sys/fs/cgroup/cpuset",
|
254
|
+
"/sys/fs/cgroup/cpu,cpuacct",
|
251
255
|
"/sys/fs/cgroup/net_cls,net_prio",
|
252
|
-
"/sys/fs/cgroup/blkio",
|
253
256
|
"/sys/fs/cgroup/memory",
|
254
|
-
"/sys/fs/cgroup/freezer"
|
255
|
-
"/sys/fs/cgroup/cpu,cpuacct",
|
256
|
-
"/sys/fs/cgroup/pids",
|
257
|
-
"/sys/fs/cgroup/perf_event",
|
258
|
-
"/sys/fs/cgroup/cpuset"
|
257
|
+
"/sys/fs/cgroup/freezer"
|
259
258
|
]
|
260
259
|
},
|
261
260
|
"debugfs": {
|
@@ -360,13 +359,13 @@
|
|
360
359
|
"mount_options": [
|
361
360
|
"rw",
|
362
361
|
"relatime",
|
363
|
-
"fd=
|
362
|
+
"fd=37",
|
364
363
|
"pgrp=1",
|
365
364
|
"timeout=0",
|
366
365
|
"minproto=5",
|
367
366
|
"maxproto=5",
|
368
367
|
"direct",
|
369
|
-
"pipe_ino=
|
368
|
+
"pipe_ino=9612"
|
370
369
|
],
|
371
370
|
"mounts": [
|
372
371
|
"/proc/sys/fs/binfmt_misc"
|
@@ -429,12 +428,12 @@
|
|
429
428
|
"/dev/xvda1"
|
430
429
|
],
|
431
430
|
"fs_type": "ext4",
|
432
|
-
"inodes_available": "
|
433
|
-
"inodes_percent_used": "
|
434
|
-
"inodes_used": "
|
435
|
-
"kb_available": "
|
431
|
+
"inodes_available": "474546",
|
432
|
+
"inodes_percent_used": "10%",
|
433
|
+
"inodes_used": "49742",
|
434
|
+
"kb_available": "6614400",
|
436
435
|
"kb_size": "8190392",
|
437
|
-
"kb_used": "
|
436
|
+
"kb_used": "1140232",
|
438
437
|
"mount_options": [
|
439
438
|
"rw",
|
440
439
|
"relatime",
|
@@ -442,7 +441,7 @@
|
|
442
441
|
"errors=remount-ro",
|
443
442
|
"data=ordered"
|
444
443
|
],
|
445
|
-
"percent_used": "
|
444
|
+
"percent_used": "15%",
|
446
445
|
"total_inodes": "524288",
|
447
446
|
"uuid": "3866caa4-0449-4478-899b-60eb6f71dd26"
|
448
447
|
},
|
@@ -543,13 +542,13 @@
|
|
543
542
|
"mount_options": [
|
544
543
|
"rw",
|
545
544
|
"relatime",
|
546
|
-
"fd=
|
545
|
+
"fd=37",
|
547
546
|
"pgrp=1",
|
548
547
|
"timeout=0",
|
549
548
|
"minproto=5",
|
550
549
|
"maxproto=5",
|
551
550
|
"direct",
|
552
|
-
"pipe_ino=
|
551
|
+
"pipe_ino=9612"
|
553
552
|
]
|
554
553
|
},
|
555
554
|
"/run": {
|
@@ -842,12 +841,12 @@
|
|
842
841
|
"/dev/xvda1,/": {
|
843
842
|
"device": "/dev/xvda1",
|
844
843
|
"fs_type": "ext4",
|
845
|
-
"inodes_available": "
|
846
|
-
"inodes_percent_used": "
|
847
|
-
"inodes_used": "
|
848
|
-
"kb_available": "
|
844
|
+
"inodes_available": "474546",
|
845
|
+
"inodes_percent_used": "10%",
|
846
|
+
"inodes_used": "49742",
|
847
|
+
"kb_available": "6614400",
|
849
848
|
"kb_size": "8190392",
|
850
|
-
"kb_used": "
|
849
|
+
"kb_used": "1140232",
|
851
850
|
"mount": "/",
|
852
851
|
"mount_options": [
|
853
852
|
"rw",
|
@@ -856,7 +855,7 @@
|
|
856
855
|
"errors=remount-ro",
|
857
856
|
"data=ordered"
|
858
857
|
],
|
859
|
-
"percent_used": "
|
858
|
+
"percent_used": "15%",
|
860
859
|
"total_inodes": "524288",
|
861
860
|
"uuid": "3866caa4-0449-4478-899b-60eb6f71dd26"
|
862
861
|
},
|
@@ -1090,13 +1089,13 @@
|
|
1090
1089
|
"mount_options": [
|
1091
1090
|
"rw",
|
1092
1091
|
"relatime",
|
1093
|
-
"fd=
|
1092
|
+
"fd=37",
|
1094
1093
|
"pgrp=1",
|
1095
1094
|
"timeout=0",
|
1096
1095
|
"minproto=5",
|
1097
1096
|
"maxproto=5",
|
1098
1097
|
"direct",
|
1099
|
-
"pipe_ino=
|
1098
|
+
"pipe_ino=9612"
|
1100
1099
|
]
|
1101
1100
|
},
|
1102
1101
|
"tmpfs,/dev/shm": {
|
@@ -1425,7 +1424,18 @@
|
|
1425
1424
|
"bin_dir": "/usr/local/bin",
|
1426
1425
|
"gem_bin": "/usr/local/bin/gem",
|
1427
1426
|
"gems_dir": "/usr/local/gems",
|
1428
|
-
"
|
1427
|
+
"host": "x86_64-pc-linux-gnu",
|
1428
|
+
"host_cpu": "x86_64",
|
1429
|
+
"host_os": "linux-gnu",
|
1430
|
+
"host_vendor": "pc",
|
1431
|
+
"platform": "x86_64-linux",
|
1432
|
+
"release_date": "2020-10-01",
|
1433
|
+
"ruby_bin": "/usr/local/bin/ruby",
|
1434
|
+
"target": "x86_64-pc-linux-gnu",
|
1435
|
+
"target_cpu": "x86_64",
|
1436
|
+
"target_os": "linux",
|
1437
|
+
"target_vendor": "pc",
|
1438
|
+
"version": "2.7.2"
|
1429
1439
|
}
|
1430
1440
|
},
|
1431
1441
|
"lsb": {
|
@@ -1528,7 +1538,7 @@
|
|
1528
1538
|
}
|
1529
1539
|
}
|
1530
1540
|
},
|
1531
|
-
"ohai_time":
|
1541
|
+
"ohai_time": 1604985312.5831692,
|
1532
1542
|
"os": "linux",
|
1533
1543
|
"os_version": "4.9.0-9-amd64",
|
1534
1544
|
"packages": {
|
@@ -1594,7 +1604,7 @@
|
|
1594
1604
|
},
|
1595
1605
|
"chef": {
|
1596
1606
|
"arch": "amd64",
|
1597
|
-
"version": "
|
1607
|
+
"version": "16.6.14-1"
|
1598
1608
|
},
|
1599
1609
|
"chrony": {
|
1600
1610
|
"arch": "amd64",
|
@@ -2909,7 +2919,7 @@
|
|
2909
2919
|
"platform_family": "debian",
|
2910
2920
|
"platform_version": "9",
|
2911
2921
|
"root_group": "root",
|
2912
|
-
"shard_seed":
|
2922
|
+
"shard_seed": 163158122,
|
2913
2923
|
"shells": [
|
2914
2924
|
"/bin/sh",
|
2915
2925
|
"/bin/dash",
|