facterdb 1.8.0 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +2 -0
  3. data/CHANGELOG.md +55 -0
  4. data/README.md +106 -95
  5. data/Rakefile +6 -1
  6. data/facts/1.6/debian-11-x86_64.facts +57 -0
  7. data/facts/1.6/freebsd-13-x86_64.facts +51 -0
  8. data/facts/1.6/oraclelinux-8-x86_64.facts +59 -0
  9. data/facts/1.7/debian-11-x86_64.facts +74 -0
  10. data/facts/1.7/freebsd-13-x86_64.facts +69 -0
  11. data/facts/1.7/oraclelinux-8-x86_64.facts +82 -0
  12. data/facts/2.0/debian-11-x86_64.facts +76 -0
  13. data/facts/2.0/freebsd-13-x86_64.facts +70 -0
  14. data/facts/2.0/oraclelinux-8-x86_64.facts +82 -0
  15. data/facts/2.1/debian-11-x86_64.facts +84 -0
  16. data/facts/2.1/freebsd-13-x86_64.facts +70 -0
  17. data/facts/2.1/oraclelinux-8-x86_64.facts +92 -0
  18. data/facts/2.2/debian-11-x86_64.facts +115 -0
  19. data/facts/2.2/freebsd-13-x86_64.facts +91 -0
  20. data/facts/2.2/oraclelinux-8-x86_64.facts +115 -0
  21. data/facts/2.3/debian-11-x86_64.facts +116 -0
  22. data/facts/2.3/freebsd-13-x86_64.facts +92 -0
  23. data/facts/2.3/oraclelinux-8-x86_64.facts +143 -0
  24. data/facts/2.4/debian-11-x86_64.facts +118 -0
  25. data/facts/2.4/freebsd-13-x86_64.facts +92 -0
  26. data/facts/2.4/oraclelinux-8-x86_64.facts +160 -0
  27. data/facts/2.5/debian-11-x86_64.facts +118 -0
  28. data/facts/2.5/freebsd-13-x86_64.facts +92 -0
  29. data/facts/2.5/oraclelinux-8-x86_64.facts +160 -0
  30. data/facts/3.11/oraclelinux-8-x86_64.facts +494 -0
  31. data/facts/3.11/redhat-8-x86_64.facts +128 -127
  32. data/facts/3.11/ubuntu-18.04-x86_64.facts +216 -101
  33. data/facts/3.12/oraclelinux-8-x86_64.facts +400 -0
  34. data/facts/3.12/redhat-8-x86_64.facts +109 -105
  35. data/facts/3.13/oraclelinux-8-x86_64.facts +406 -0
  36. data/facts/3.13/redhat-8-x86_64.facts +111 -113
  37. data/facts/3.13/ubuntu-18.04-x86_64.facts +216 -101
  38. data/facts/3.14/debian-11-x86_64.facts +508 -0
  39. data/facts/3.14/fedora-32-x86_64.facts +490 -0
  40. data/facts/3.14/fedora-33-x86_64.facts +482 -0
  41. data/facts/3.14/fedora-34-x86_64.facts +493 -0
  42. data/facts/3.14/freebsd-11-x86_64.facts +479 -0
  43. data/facts/3.14/freebsd-12-x86_64.facts +479 -0
  44. data/facts/3.14/freebsd-13-x86_64.facts +475 -0
  45. data/facts/3.14/oraclelinux-8-x86_64.facts +406 -0
  46. data/facts/3.14/redhat-8-x86_64.facts +111 -113
  47. data/facts/3.14/rocky-8-x86_64.facts +625 -0
  48. data/facts/3.14/ubuntu-18.04-x86_64.facts +91 -91
  49. data/facts/3.14/ubuntu-20.04-x86_64.facts +138 -184
  50. data/facts/3.14/ubuntu-21.04-x86_64.facts +510 -0
  51. data/facts/4.0/almalinux-8-x86_64.facts +302 -67
  52. data/facts/4.0/debian-11-x86_64.facts +324 -0
  53. data/facts/4.0/fedora-32-x86_64.facts +308 -0
  54. data/facts/4.0/fedora-33-x86_64.facts +303 -0
  55. data/facts/4.0/fedora-34-x86_64.facts +308 -0
  56. data/facts/4.0/freebsd-11-x86_64.facts +262 -0
  57. data/facts/4.0/freebsd-12-x86_64.facts +262 -0
  58. data/facts/4.0/freebsd-13-x86_64.facts +207 -0
  59. data/facts/4.0/oraclelinux-7-x86_64.facts +706 -0
  60. data/facts/4.0/redhat-7-x86_64.facts +706 -0
  61. data/facts/4.0/redhat-8-x86_64.facts +523 -0
  62. data/facts/4.0/rocky-8-x86_64.facts +523 -0
  63. data/facts/4.0/scientific-7-x86_64.facts +706 -0
  64. data/facts/4.0/ubuntu-18.04-x86_64.facts +331 -0
  65. data/facts/4.0/ubuntu-20.04-x86_64.facts +349 -0
  66. data/facts/4.1/almalinux-8-x86_64.facts +544 -0
  67. data/facts/4.1/debian-11-x86_64.facts +326 -0
  68. data/facts/4.1/fedora-32-x86_64.facts +310 -0
  69. data/facts/4.1/fedora-33-x86_64.facts +305 -0
  70. data/facts/4.1/fedora-34-x86_64.facts +310 -0
  71. data/facts/4.1/freebsd-11-x86_64.facts +262 -0
  72. data/facts/4.1/freebsd-12-x86_64.facts +262 -0
  73. data/facts/4.1/freebsd-13-x86_64.facts +207 -0
  74. data/facts/4.1/redhat-8-x86_64.facts +525 -0
  75. data/facts/4.1/rocky-8-x86_64.facts +525 -0
  76. data/facts/4.1/ubuntu-18.04-x86_64.facts +333 -0
  77. data/facts/4.1/ubuntu-20.04-x86_64.facts +351 -0
  78. data/facts/4.2/almalinux-8-x86_64.facts +550 -0
  79. data/facts/4.2/centos-7-x86_64.facts +593 -0
  80. data/facts/4.2/centos-8-x86_64.facts +591 -0
  81. data/facts/4.2/debian-10-x86_64.facts +574 -0
  82. data/facts/4.2/debian-11-x86_64.facts +520 -0
  83. data/facts/4.2/debian-9-x86_64.facts +597 -0
  84. data/facts/4.2/fedora-32-x86_64.facts +310 -0
  85. data/facts/4.2/fedora-33-x86_64.facts +305 -0
  86. data/facts/4.2/fedora-34-x86_64.facts +511 -0
  87. data/facts/4.2/freebsd-11-x86_64.facts +261 -0
  88. data/facts/4.2/freebsd-12-x86_64.facts +261 -0
  89. data/facts/4.2/freebsd-13-x86_64.facts +260 -0
  90. data/facts/4.2/oraclelinux-7-x86_64.facts +593 -0
  91. data/facts/4.2/oraclelinux-8-x86_64.facts +591 -0
  92. data/facts/4.2/oraclelinux-9-x86_64.facts +291 -0
  93. data/facts/4.2/redhat-7-x86_64.facts +593 -0
  94. data/facts/4.2/redhat-8-x86_64.facts +525 -0
  95. data/facts/4.2/redhat-9-x86_64.facts +291 -0
  96. data/facts/4.2/rocky-8-x86_64.facts +525 -0
  97. data/facts/4.2/scientific-7-x86_64.facts +593 -0
  98. data/facts/4.2/ubuntu-18.04-x86_64.facts +339 -0
  99. data/facts/4.2/ubuntu-20.04-x86_64.facts +357 -0
  100. data/facts/Gemfile +2 -0
  101. data/facts/Vagrantfile +40 -166
  102. data/facts/get_facts.sh +81 -22
  103. data/lib/facterdb/version.rb +1 -1
  104. metadata +87 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b1227033e5bcabacb16131097ae799b9af27a53b0f38cca614bb8df69b849aa
4
- data.tar.gz: 99c27e3aba4f0a2f8f8595509607f9d5948da0db61cdc9cafb64006c0f7867ee
3
+ metadata.gz: 485aff7ab2dd221772104ba8db54ee5677aa5c7a9621d7b6ca99a5338622cede
4
+ data.tar.gz: 2e5c93170b1c7627c4d79d8125df566e7979974875a76ea436396c9ac7eb5531
5
5
  SHA512:
6
- metadata.gz: aa4ea8e4b5740771fbb43a12dff25162475cad91cfbe42be28a470b74e1b05af1c081d364d3b62b64f32a7a69fdf448120e98ef8c7cc2db9ba9868d8bec83643
7
- data.tar.gz: 3d6d07a67c4e3b175f1304aff48fd8c78df056364f70af8d22fc7ffe627209690ff3999efa07a157f5f646e71a3b6c752d1d074efea283a16bc032a02ed09020
6
+ metadata.gz: 3dde9be9097dfe488d336befb410e7a3be1404ca2e1308a355adb0483f0c00c636c4e864f1fe9f3a1b2d682223454fcf5bac435ba32a18c3cc2a7ece2a3401c5
7
+ data.tar.gz: fd4b2c748560a9f57883d816e1217edd98084b633b85ce7bdb46bb958a32e2a9ff5cd573d0f78f41ad3ec0e6ef128928f543f29cd133e6c5f733d973a9408605
@@ -26,3 +26,5 @@ jobs:
26
26
  BUNDLE_WITHOUT: release
27
27
  - name: Run tests
28
28
  run: bundle exec rake spec
29
+ - name: Build gem
30
+ run: gem build *.gemspec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.0](https://rubygems.org/gems/facterdb/versions/1.11.0) (2021-11-05)
4
+
5
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.10.1...1.11.0)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Add Almalinux facts [\#207](https://github.com/voxpupuli/facterdb/pull/207) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
10
+ - Add facter 4.x facts for RockyLinux 8 [\#205](https://github.com/voxpupuli/facterdb/pull/205) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
11
+ - Generate OL/RHEL/SL facts [\#203](https://github.com/voxpupuli/facterdb/pull/203) ([bastelfreak](https://github.com/bastelfreak))
12
+ - Add Facts for Ubuntu 21.04 x86-64, facter 3.14 [\#201](https://github.com/voxpupuli/facterdb/pull/201) ([towo](https://github.com/towo))
13
+ - Add Fedora 33 and 34 factsets [\#199](https://github.com/voxpupuli/facterdb/pull/199) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
14
+ - Add Fedora 32 facts [\#198](https://github.com/voxpupuli/facterdb/pull/198) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
15
+
16
+ **Fixed bugs:**
17
+
18
+ - Add sys-filesystem so that mountpoints fact resolves [\#206](https://github.com/voxpupuli/facterdb/pull/206) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
19
+ - \(\#200\) Updated get\_facts.sh and several os facts missing mountpoints [\#202](https://github.com/voxpupuli/facterdb/pull/202) ([michael-riddle](https://github.com/michael-riddle))
20
+
21
+ ## [1.10.1](https://rubygems.org/gems/facterdb/versions/1.10.1) (2021-10-09)
22
+
23
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.10.0...1.10.1)
24
+
25
+ **Fixed bugs:**
26
+
27
+ - facter 4.0: Regenerate factsets with legacy facts [\#195](https://github.com/voxpupuli/facterdb/pull/195) ([bastelfreak](https://github.com/bastelfreak))
28
+ - facter 4.1: Regenerate factsets with legacy facts [\#194](https://github.com/voxpupuli/facterdb/pull/194) ([bastelfreak](https://github.com/bastelfreak))
29
+ - facter 4.2: Regenerate factsets with legacy facts [\#193](https://github.com/voxpupuli/facterdb/pull/193) ([bastelfreak](https://github.com/bastelfreak))
30
+ - get\_facts.sh: Collect legacy facts as well [\#191](https://github.com/voxpupuli/facterdb/pull/191) ([bastelfreak](https://github.com/bastelfreak))
31
+
32
+ **Merged pull requests:**
33
+
34
+ - CI: Test if the gem builds [\#196](https://github.com/voxpupuli/facterdb/pull/196) ([bastelfreak](https://github.com/bastelfreak))
35
+ - Remove EoL OSes from Vagrantfile [\#192](https://github.com/voxpupuli/facterdb/pull/192) ([bastelfreak](https://github.com/bastelfreak))
36
+ - get\_facts.sh: Ignore facter 1.X/2.x [\#190](https://github.com/voxpupuli/facterdb/pull/190) ([bastelfreak](https://github.com/bastelfreak))
37
+
38
+ ## [1.10.0](https://rubygems.org/gems/facterdb/versions/1.10.0) (2021-09-23)
39
+
40
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.9.0...1.10.0)
41
+
42
+ **Implemented enhancements:**
43
+
44
+ - Ubuntu 18.04/20.04, RedHat 8: Update factsets [\#188](https://github.com/voxpupuli/facterdb/pull/188) ([bastelfreak](https://github.com/bastelfreak))
45
+
46
+ ## [1.9.0](https://rubygems.org/gems/facterdb/versions/1.9.0) (2021-08-25)
47
+
48
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.8.0...1.9.0)
49
+
50
+ **Implemented enhancements:**
51
+
52
+ - Add Debian 11 facts [\#185](https://github.com/voxpupuli/facterdb/pull/185) ([smortex](https://github.com/smortex))
53
+ - Add more FreeBSD facts [\#184](https://github.com/voxpupuli/facterdb/pull/184) ([smortex](https://github.com/smortex))
54
+ - Add Oracle Linux 8 facts [\#183](https://github.com/voxpupuli/facterdb/pull/183) ([as0bu](https://github.com/as0bu))
55
+ - Adding puppet7 facter4.2 facts for centos7/8 and debian9/10 [\#181](https://github.com/voxpupuli/facterdb/pull/181) ([jacobmw](https://github.com/jacobmw))
56
+ - Adds Rocky Linux vagrant image, facts and get\_facts.sh support [\#176](https://github.com/voxpupuli/facterdb/pull/176) ([fuero](https://github.com/fuero))
57
+
3
58
  ## [1.8.0](https://rubygems.org/gems/facterdb/versions/1.8.0) (2021-08-06)
4
59
 
5
60
  [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.7.0...1.8.0)
data/README.md CHANGED
@@ -59,101 +59,112 @@ FacterDB::get_facts('osfamily=Debian')
59
59
 
60
60
  ## Facter version and Operating System coverage
61
61
 
62
- | operating system | 1.6 | 1.7 | 2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 2.5 | 3.0 | 3.1 | 3.2 | 3.3 | 3.4 | 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 | 4.0 | 4.2 |
63
- | --------------------------- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
64
- | AIX 5300 | | | | | | | | | | | 1 | | | | | | | | | | | | | | |
65
- | AIX 6100 | | | | | | | | | | | 1 | | | | | | | | | | | | | | |
66
- | AIX 7100 | | | | | | | | | | | 1 | | | | | | | 1 | | | | | | | |
67
- | AlmaLinux 8 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | |
68
- | Amazon | 3 | | | | 1 | 1 | 1 | | | | | | | | | | | | | | | | | | |
69
- | Amazon 2 | | | | | | | | 1 | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
70
- | Amazon 2016 | | | | | 1 | 1 | 1 | 1 | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
71
- | Amazon 2017 | | | | | 1 | 1 | 1 | | | | | | | | 1 | | | | | | | | | | |
72
- | Amazon 4 | | 3 | 3 | 3 | | | | | 1 | 1 | | 1 | | | | | | | | | | | | | |
73
- | Archlinux | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
74
- | CentOS 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | |
75
- | CentOS 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | |
76
- | CentOS 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | |
77
- | CentOS 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | |
78
- | Darwin | | | 4 | 4 | | | | | | | | | | | | | | | | | | | | | |
79
- | Darwin 14 | | | 2 | 2 | 2 | 2 | 2 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | |
80
- | Darwin 15 | | | | | 1 | 1 | 1 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
81
- | Darwin 16 | | | | | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
82
- | Darwin 17 | | | | | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
83
- | Darwin 18 | | | | | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | 1 | 1 | | |
84
- | Darwin 19 | | | | | | | | | | | | | | | | | | | | | | | 1 | | |
85
- | Darwin 20 | | | | | | | | | | | | | | | | | | | | | | | 1 | | 1 |
86
- | Debian 10 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | 1 | 1 | 1 | |
87
- | Debian 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | | | | | | | | | | | | | | |
88
- | Debian 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | |
89
- | Debian 8 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | |
90
- | Debian 9 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | |
91
- | Fedora 19 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
92
- | Fedora 22 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | | | | | | | | |
93
- | Fedora 23 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | | | | | | | | |
94
- | Fedora 24 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | |
95
- | Fedora 25 | | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | 2 | 2 | 2 | | | | | | | | |
96
- | Fedora 26 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | | | | | |
97
- | Fedora 27 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | 1 | | | | | 1 | | | | | |
98
- | Fedora 28 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | |
99
- | Fedora 29 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | |
100
- | Fedora 30 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | | 1 | | |
101
- | FreeBSD 10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | | | | | | | |
102
- | FreeBSD 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
103
- | FreeBSD 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
104
- | FreeBSD 9 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
105
- | Gentoo | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | 1 | | | 1 | | |
106
- | LinuxMint 18 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | | 1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
107
- | LinuxMint 19 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | |
108
- | OpenBSD 5.7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
109
- | OpenBSD 5.8 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
110
- | OpenBSD 5.9 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
111
- | OpenBSD 6.0 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
112
- | OpenBSD 6.2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | 2 | | | | | | | | |
113
- | OpenBSD 6.3 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 2 | | | | | | |
114
- | OpenBSD 6.4 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | 1 | | | | |
115
- | OpenSuSE 12 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
116
- | OpenSuSE 13 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
117
- | OpenSuSE 15 | | | | | | | | | | | | | | | | | | | | 1 | | | | | |
118
- | OpenSuSE 42 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | |
119
- | OracleLinux 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | | | |
120
- | OracleLinux 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 2 | 1 | 1 | 1 | | |
121
- | OracleLinux 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | |
122
- | Raspbian 10 | | | | | | | | | | | | | | | | | | | | 2 | | | | | |
123
- | Raspbian 9 | | | | | | | 2 | | | | | | | | | | | | | | | | | | |
124
- | RedHat 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | |
125
- | RedHat 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 3 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | |
126
- | RedHat 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | |
127
- | RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | |
128
- | SLES 11 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | |
129
- | SLES 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
130
- | SLES 15 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | |
131
- | Scientific 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | |
132
- | Scientific 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | |
133
- | Scientific 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | |
134
- | Solaris 10 | | | | | | | | 1 | | | | | | | | | | 1 | | 1 | | | | | |
135
- | Solaris 11 | 1 | 1 | 1 | 1 | 1 | 2 | 2 | 1 | | | | | | | | | | | | 2 | | | 2 | 1 | |
136
- | Ubuntu 10.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
137
- | Ubuntu 12.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | | | |
138
- | Ubuntu 14.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | |
139
- | Ubuntu 14.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
140
- | Ubuntu 15.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | |
141
- | Ubuntu 15.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | | | |
142
- | Ubuntu 16.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | |
143
- | Ubuntu 16.10 | | | | | | | | | | | | | | | 2 | | | | | | | | | | |
144
- | Ubuntu 18.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | | |
145
- | Ubuntu 20.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | | |
146
- | VirtuozzoLinux 7 | | | | | | | | | | | | | | | | | | | | | | | 1 | | |
147
- | Windows 10 | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | |
148
- | Windows 7 | | | | 1 | 1 | 1 | 2 | 1 | 2 | 2 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | |
149
- | Windows 8.1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | |
150
- | Windows Server 2008 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | |
151
- | Windows Server 2008 R2 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | |
152
- | Windows Server 2012 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
153
- | Windows Server 2012 R2 | | | | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
154
- | Windows Server 2012 R2 Core | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
155
- | Windows Server 2016 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
156
- | Windows Server 2019 | | | | | | | | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
62
+ | operating system | 1.6 | 1.7 | 2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 2.5 | 3.0 | 3.1 | 3.2 | 3.3 | 3.4 | 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 | 4.0 | 4.1 | 4.2 |
63
+ | --------------------------- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
64
+ | AIX 5300 | | | | | | | | | | | 1 | | | | | | | | | | | | | | | |
65
+ | AIX 6100 | | | | | | | | | | | 1 | | | | | | | | | | | | | | | |
66
+ | AIX 7100 | | | | | | | | | | | 1 | | | | | | | 1 | | | | | | | | |
67
+ | AlmaLinux 8 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
68
+ | Amazon | 3 | | | | 1 | 1 | 1 | | | | | | | | | | | | | | | | | | | |
69
+ | Amazon 2 | | | | | | | | 1 | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
70
+ | Amazon 4 | | 3 | 3 | 3 | | | | | 1 | 1 | | 1 | | | | | | | | | | | | | | |
71
+ | Amazon 2016 | | | | | 1 | 1 | 1 | 1 | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
72
+ | Amazon 2017 | | | | | 1 | 1 | 1 | | | | | | | | 1 | | | | | | | | | | | |
73
+ | Archlinux | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | | |
74
+ | CentOS 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
75
+ | CentOS 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
76
+ | CentOS 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | | 1 |
77
+ | CentOS 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | 1 |
78
+ | CentOS 9 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | | | | | | | 1 |
79
+ | Darwin | | | 4 | 4 | | | | | | | | | | | | | | | | | | | | | | |
80
+ | Darwin 14 | | | 2 | 2 | 2 | 2 | 2 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
81
+ | Darwin 15 | | | | | 1 | 1 | 1 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | |
82
+ | Darwin 16 | | | | | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
83
+ | Darwin 17 | | | | | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | | |
84
+ | Darwin 18 | | | | | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | 1 | 1 | | | |
85
+ | Darwin 19 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | |
86
+ | Darwin 20 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | 1 |
87
+ | Debian 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | | | | | | | | | | | | | | | |
88
+ | Debian 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | |
89
+ | Debian 8 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
90
+ | Debian 9 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | | 1 |
91
+ | Debian 10 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | 1 | 1 | 1 | | 1 |
92
+ | Debian 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
93
+ | Fedora 19 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
94
+ | Fedora 22 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | | | | | | | | | |
95
+ | Fedora 23 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | | | | | | | | | |
96
+ | Fedora 24 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | |
97
+ | Fedora 25 | | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | 2 | 2 | 2 | | | | | | | | | |
98
+ | Fedora 26 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | | | | | | |
99
+ | Fedora 27 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | 1 | | | | | 1 | | | | | | |
100
+ | Fedora 28 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
101
+ | Fedora 29 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
102
+ | Fedora 30 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | | 1 | | | |
103
+ | Fedora 32 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
104
+ | Fedora 33 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
105
+ | Fedora 34 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
106
+ | FreeBSD 9 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
107
+ | FreeBSD 10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | | | | | | | | |
108
+ | FreeBSD 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
109
+ | FreeBSD 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
110
+ | FreeBSD 13 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
111
+ | Gentoo | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | 1 | | | 1 | | | |
112
+ | LinuxMint 18 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | | 1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
113
+ | LinuxMint 19 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
114
+ | OpenBSD 5.7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
115
+ | OpenBSD 5.8 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
116
+ | OpenBSD 5.9 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
117
+ | OpenBSD 6.0 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
118
+ | OpenBSD 6.2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | 2 | | | | | | | | | |
119
+ | OpenBSD 6.3 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 2 | | | | | | | |
120
+ | OpenBSD 6.4 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | 1 | | | | | |
121
+ | OpenSuSE 12 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
122
+ | OpenSuSE 13 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
123
+ | OpenSuSE 15 | | | | | | | | | | | | | | | | | | | | 1 | | | | | | |
124
+ | OpenSuSE 42 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | |
125
+ | OracleLinux 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | | | | |
126
+ | OracleLinux 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 2 | 1 | 1 | 1 | | | |
127
+ | OracleLinux 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | | 1 |
128
+ | OracleLinux 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | 1 |
129
+ | OracleLinux 9 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | | | | | | | 1 |
130
+ | Raspbian 9 | | | | | | | 2 | | | | | | | | | | | | | | | | | | | |
131
+ | Raspbian 10 | | | | | | | | | | | | | | | | | | | | 2 | | | | | | |
132
+ | RedHat 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
133
+ | RedHat 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 3 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
134
+ | RedHat 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | | 1 |
135
+ | RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
136
+ | RedHat 9 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | | | | | | | 1 |
137
+ | Rocky 8 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
138
+ | SLES 11 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
139
+ | SLES 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
140
+ | SLES 15 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
141
+ | Scientific 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
142
+ | Scientific 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
143
+ | Scientific 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | | 1 |
144
+ | Solaris 10 | | | | | | | | 1 | | | | | | | | | | 1 | | 1 | | | | | | |
145
+ | Solaris 11 | 1 | 1 | 1 | 1 | 1 | 2 | 2 | 1 | | | | | | | | | | | | 2 | | | 2 | 1 | | |
146
+ | Ubuntu 10.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
147
+ | Ubuntu 12.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | | | | |
148
+ | Ubuntu 14.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
149
+ | Ubuntu 14.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
150
+ | Ubuntu 15.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
151
+ | Ubuntu 15.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | | | | |
152
+ | Ubuntu 16.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
153
+ | Ubuntu 16.10 | | | | | | | | | | | | | | | 2 | | | | | | | | | | | |
154
+ | Ubuntu 18.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
155
+ | Ubuntu 20.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
156
+ | Ubuntu 21.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | |
157
+ | VirtuozzoLinux 7 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | |
158
+ | Windows 7 | | | | 1 | 1 | 1 | 2 | 1 | 2 | 2 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
159
+ | Windows 8.1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
160
+ | Windows 10 | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | |
161
+ | Windows Server 2008 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
162
+ | Windows Server 2008 R2 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
163
+ | Windows Server 2012 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
164
+ | Windows Server 2012 R2 | | | | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
165
+ | Windows Server 2012 R2 Core | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
166
+ | Windows Server 2016 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
167
+ | Windows Server 2019 | | | | | | | | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
157
168
 
158
169
  Where the number (1, 2 etc.) are the number of factsets for that OS and facter combination (e.g., x86_64 and i386 architectures).
159
170
 
data/Rakefile CHANGED
@@ -122,7 +122,12 @@ task :table do
122
122
  os_facter_matrix[label][fv] += 1
123
123
  end
124
124
  # Extract the OS list
125
- os_versions = os_facter_matrix.keys.uniq.sort
125
+ os_versions = os_facter_matrix.keys.uniq.sort_by do |label|
126
+ string_pieces = label.split(/\d+/)
127
+ number_pieces = label.split(/\D+/).map(&:to_i)
128
+ number_pieces.shift
129
+ string_pieces.zip(number_pieces).flatten.compact
130
+ end
126
131
 
127
132
  readme_path = File.expand_path(File.join(__dir__, 'README.md'))
128
133
  readme = File.read(readme_path).split("\n")
@@ -0,0 +1,57 @@
1
+ {
2
+ "gem_version": "~> 1.6.0",
3
+ "architecture": "amd64",
4
+ "kernel": "Linux",
5
+ "augeasversion": "1.12.0",
6
+ "domain": "example.com",
7
+ "operatingsystem": "Debian",
8
+ "lsbdistid": "Debian",
9
+ "facterversion": "1.6.18",
10
+ "fqdn": "foo.example.com",
11
+ "hardwareisa": "unknown",
12
+ "hardwaremodel": "x86_64",
13
+ "hostname": "foo",
14
+ "id": "root",
15
+ "ipaddress": "127.0.2.1",
16
+ "kernelmajversion": "5.10",
17
+ "kernelrelease": "5.10.0-8-amd64",
18
+ "kernelversion": "5.10.0",
19
+ "lsbdistcodename": "bullseye",
20
+ "lsbdistdescription": "Debian GNU/Linux 11 (bullseye)",
21
+ "lsbdistrelease": "11",
22
+ "lsbmajdistrelease": "11",
23
+ "boardmanufacturer": "Oracle Corporation",
24
+ "boardproductname": "VirtualBox",
25
+ "boardserialnumber": "0",
26
+ "manufacturer": "innotek GmbH",
27
+ "productname": "VirtualBox",
28
+ "serialnumber": "0",
29
+ "type": "Other",
30
+ "memorysize": "1.94 GB",
31
+ "memoryfree": "1.78 GB",
32
+ "swapsize": "0.00 kB",
33
+ "swapfree": "0.00 kB",
34
+ "memorytotal": "1.94 GB",
35
+ "operatingsystemrelease": "11.0",
36
+ "osfamily": "Debian",
37
+ "path": "/home/vagrant/vendor/bundler/ruby/2.5.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
38
+ "physicalprocessorcount": 1,
39
+ "processor0": "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz",
40
+ "processor1": "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz",
41
+ "processorcount": "2",
42
+ "ps": "ps -ef",
43
+ "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
44
+ "rubyversion": "2.5.9",
45
+ "selinux": "false",
46
+ "sshdsakey": "AAAAB3NzaC1kc3MAAACBAJCfRs00CvOvqRaAKeE504GNxD2JWIKb832loDnlcXThaLEgfZipZlkvLfU94f2LT/826vOTnvFny+3CF5uVUXtdWQt3I8aWEY/SJcM093eYAljJt5otKk2Cc4QHCXe68I8PxuVe1SKwNdzxttjoN0wYWxjQnyqoFJv4XU9DlMABAAAAFQCLZTi6HGL5lsGSLTAmkYV8GUC7mQAAAIAldTX9CjubrrRY/r2UAyCP8b2Xu1Dl9WBgPllyAQqiGgVJ1sato2JnGSaVUQQwtXMiFPhXDJOZizJZTigGsXe9AMGdO4m7zP5YT5t3eWE/uI3fLSgQ9RUaTsj19ZROLipbie/sv1B+Tp7z0TCOJgnw2R9zIEM1JP94PZAzKUdNBAAAAIBXtNBmn8PlddX7SkylQmd5pQKIuBW95phhW2yIdbRKfDqLKMYlTDM6t9gKHAUNCRbYswtn7Pgz0s+34DJEi+MNVoZMPVA76H9hpN8q0XAuLcEW13LspmmCt9WpdE8LdM4fW4ugqGJiAllXljuJqI/ocnogn/7ARsDKkawfkqIM0A==",
47
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDd4LWvSjrT1akHgI17RZBMxK+PUJ7aG5yJ3qgirPSrHpVnFx6RX20WOgSSzBBAqIM6aiaUV+3zYFoB7rGON8HLFCbJc+3sY1bgEIL9qrDTyuKe4HPn6f1Jw2w4ZTSn7Y+AYTbg2u/UyUDEDjfRozlvrpe6+VlQDZNNZMP//o3cQPaOjoEEtlyxfCAl8lRNBy8jWw/8xvcRU5vmcfzv6dzhdoTZj3HZOzI4hg+0U5zx9VixVmn2BWtJE1Pash7n8BreE6fKF2dHtRHwh9D24v9YamnwmxWz24jin3GewCeWgTrSD8EAnssaB8roRvx1ydo75BlMMlo4BIYkFfjBmNvg9yQifsbfn2y/zuy7Lk5zc3qLrE8aerd1cPG4ljYAVoNbhENqN5Z6VMllva9Py9Mb7i/Kcj6ZS/aQr2bDDQxv4qFhG26h7KThF91MLkoISN5XRnfzy4QA33ra9IHPwwFRQm4cPH9+4918nO0Dw6v08sTb4+CTDIFI9CkZilnTp48=",
48
+ "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAFiou0ZcDkWTvxqpyMESHlslJHI8Jac/XT3oYdd5GgoK4C6w+DK+dqfxJGd/1LXgMPeQKaFSYcVHJ2Vnc0TeAQ=",
49
+ "timezone": "UTC",
50
+ "uniqueid": "007f0102",
51
+ "uptime": "0:02 hours",
52
+ "uptime_days": 0,
53
+ "uptime_hours": 0,
54
+ "uptime_seconds": 152,
55
+ "virtual": "kvm",
56
+ "is_virtual": "true"
57
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "gem_version": "~> 1.6.0",
3
+ "architecture": "amd64",
4
+ "kernel": "FreeBSD",
5
+ "domain": "example.com",
6
+ "macaddress": "08:00:27:37:c2:4d",
7
+ "operatingsystem": "FreeBSD",
8
+ "facterversion": "1.6.18",
9
+ "fqdn": "foo.example.com",
10
+ "hardwareisa": "amd64",
11
+ "hardwaremodel": "amd64",
12
+ "hostname": "foo",
13
+ "id": "root",
14
+ "interfaces": "em0,lo0",
15
+ "ipaddress_em0": "10.0.2.15",
16
+ "macaddress_em0": "08:00:27:37:c2:4d",
17
+ "netmask_em0": "255.255.255.0",
18
+ "mtu_em0": "1500",
19
+ "ipaddress_lo0": "127.0.0.1",
20
+ "netmask_lo0": "255.0.0.0",
21
+ "mtu_lo0": "16384",
22
+ "ipaddress": "10.0.2.15",
23
+ "kernelmajversion": "13.0",
24
+ "kernelrelease": "13.0-RELEASE",
25
+ "kernelversion": "13.0",
26
+ "boardmanufacturer": "Oracle Corporation",
27
+ "boardproductname": "VirtualBox",
28
+ "boardserialnumber": "0",
29
+ "manufacturer": "innotek GmbH",
30
+ "productname": "VirtualBox",
31
+ "serialnumber": "0",
32
+ "type": "Other",
33
+ "netmask": "255.255.255.0",
34
+ "network_em0": "10.0.2.0",
35
+ "network_lo0": "127.0.0.0",
36
+ "operatingsystemrelease": "13.0-RELEASE",
37
+ "osfamily": "FreeBSD",
38
+ "path": "/usr/home/vagrant/vendor/bundler/ruby/2.7/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/home/vagrant/bin",
39
+ "ps": "ps auxwww",
40
+ "rubysitedir": "/usr/local/lib/ruby/site_ruby/2.7",
41
+ "rubyversion": "2.7.3",
42
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCvTUsmTLlYzmSFQBalEC6yoI2nHsROPn6sUXXOAClXC9jwA52cP/InDscEnK6ubdiY4bivlXfZNJJdjqVWiv3E8wG8M8i7S2g7JcfF7615/L9w5GA7qwneCNUtwhIdwiYptCzxctkftwLmGKfWOZw7alvt7ebzPJjuw7KBKGBxOhG8oDaMmnTWRO2JjuR1bpMxbCj2NCGAe+ZTcwJfqtrVKBGZM2A+/ZqVqMHR5lYCj6lRUyOFKxa0OmkFt9MXAkJra11lqd+LcyI9PdcMom9UicLhv91HXxwuET4IHoUxvusr8L1ZP7iBKjH68kBSdpOhdXoqokOXqzWc/kYAdbdd",
43
+ "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN9OG+cdLT6ab+c6+JrCk/lrdKey1byW3oUxWY9ybbF3Wih5IygSaz6iyyr+Xge1Mxi0HMf9IAqkE911iSZi3kk=",
44
+ "timezone": "UTC",
45
+ "uptime": "0:03 hours",
46
+ "uptime_days": 0,
47
+ "uptime_hours": 0,
48
+ "uptime_seconds": 202,
49
+ "virtual": "virtualbox",
50
+ "is_virtual": "true"
51
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "gem_version": "~> 1.6.0",
3
+ "architecture": "x86_64",
4
+ "kernel": "Linux",
5
+ "augeasversion": "1.12.0",
6
+ "domain": "example.com",
7
+ "macaddress": "00:0a:95:9d:68:16",
8
+ "facterversion": "1.6.18",
9
+ "fqdn": "foo.example.com",
10
+ "hardwareisa": "x86_64",
11
+ "hardwaremodel": "x86_64",
12
+ "hostname": "foo",
13
+ "id": "root",
14
+ "interfaces": "eth0,lo",
15
+ "macaddress_eth0": "00:0a:95:9d:68:16",
16
+ "ipaddress": "10.0.2.15",
17
+ "kernelmajversion": "4.18",
18
+ "kernelrelease": "4.18.0-80.el8.x86_64",
19
+ "kernelversion": "4.18.0",
20
+ "boardmanufacturer": "Oracle Corporation",
21
+ "boardproductname": "VirtualBox",
22
+ "boardserialnumber": "0",
23
+ "manufacturer": "innotek GmbH",
24
+ "productname": "VirtualBox",
25
+ "serialnumber": "0",
26
+ "type": "Other",
27
+ "memorysize": "477.41 MB",
28
+ "memoryfree": "310.43 MB",
29
+ "swapsize": "2.00 GB",
30
+ "swapfree": "1.98 GB",
31
+ "memorytotal": "477.41 MB",
32
+ "operatingsystem": "OracleLinux",
33
+ "operatingsystemrelease": "8.3.2011",
34
+ "osfamily": "RedHat",
35
+ "path": "/home/vagrant/vendor/bundler/ruby/2.5.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
36
+ "physicalprocessorcount": 1,
37
+ "processor0": "Intel Core Processor (Broadwell, IBRS)",
38
+ "processorcount": "1",
39
+ "ps": "ps -ef",
40
+ "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
41
+ "rubyversion": "2.5.3",
42
+ "selinux": "true",
43
+ "selinux_enforced": "true",
44
+ "selinux_policyversion": "31",
45
+ "selinux_current_mode": "enforcing",
46
+ "selinux_config_mode": "enforcing",
47
+ "selinux_config_policy": "unknown",
48
+ "selinux_mode": "unknown",
49
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC/ZfDSV1GAanLrOMXOPgrgRjfeGk/gCRcsdECLwfWDMft306K8t1B/UsK9UM+/m3qzNAGGuF3RP+YQ+Y+/2vJv8nCw72OGDSu/r1lj6VWeLdNE8Pvakb+jmbNpz80UMIliJP/Q68Omy//LcuI/Tc2Gz0bVlw4nLfB8+aNZsf+/2wljYBSjsKbouTfqhkxCy8ro9F0PWUlj65bCIsiYN20OEcptabz2T0ElxKtj23e5Samrf5W8A9WeNTzeyhqAjp0/qLVlsFrcvpi9OXPgTAaFZkExUp8AszcfbDjeUDX4DBMNtrScTc00RYl5keNfon2jZf/wyGNNBOmW/VOAsWaN",
50
+ "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNgF8jA2VyzG9T3XiXu4Tg+X0omtP2qBh0bTMT2AY0OYfuqEQYb6ER2XBq8VPt1XqvI1ogEBSKezWpwM4ELMH64=",
51
+ "timezone": "UTC",
52
+ "uniqueid": "007f0100",
53
+ "uptime": "0:06 hours",
54
+ "uptime_days": 0,
55
+ "uptime_hours": 0,
56
+ "uptime_seconds": 362,
57
+ "virtual": "kvm",
58
+ "is_virtual": "true"
59
+ }