facterdb 1.12.1 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +1 -0
  3. data/CHANGELOG.md +43 -0
  4. data/README.md +4 -2
  5. data/Rakefile +2 -0
  6. data/facterdb.gemspec +3 -0
  7. data/facts/1.6/amazon-2017-x86_64.facts +3 -3
  8. data/facts/1.6/archlinux-x86_64.facts +1 -0
  9. data/facts/1.6/fedora-19-i386.facts +1 -0
  10. data/facts/1.6/fedora-19-x86_64.facts +1 -0
  11. data/facts/1.6/ubuntu-18.04-aarch64.facts +1 -1
  12. data/facts/1.7/amazon-2017-x86_64.facts +3 -3
  13. data/facts/1.7/archlinux-x86_64.facts +1 -0
  14. data/facts/1.7/centos-9-x86_64.facts +3 -3
  15. data/facts/1.7/ubuntu-18.04-aarch64.facts +1 -1
  16. data/facts/2.0/amazon-2017-x86_64.facts +3 -3
  17. data/facts/2.0/archlinux-x86_64.facts +1 -0
  18. data/facts/2.0/centos-9-x86_64.facts +3 -3
  19. data/facts/2.0/ubuntu-18.04-aarch64.facts +3 -1
  20. data/facts/2.1/amazon-2017-x86_64.facts +9 -9
  21. data/facts/2.1/archlinux-x86_64.facts +1 -0
  22. data/facts/2.1/centos-9-x86_64.facts +3 -3
  23. data/facts/2.1/ubuntu-18.04-aarch64.facts +3 -2
  24. data/facts/2.2/amazon-2017-x86_64.facts +9 -9
  25. data/facts/2.2/archlinux-x86_64.facts +1 -0
  26. data/facts/2.2/centos-9-x86_64.facts +3 -3
  27. data/facts/2.2/sles-15-x86_64.facts +1 -0
  28. data/facts/2.2/ubuntu-18.04-aarch64.facts +3 -2
  29. data/facts/2.3/amazon-2017-x86_64.facts +9 -9
  30. data/facts/2.3/archlinux-x86_64.facts +1 -0
  31. data/facts/2.3/centos-9-x86_64.facts +3 -3
  32. data/facts/2.3/sles-15-x86_64.facts +1 -0
  33. data/facts/2.3/ubuntu-18.04-aarch64.facts +3 -2
  34. data/facts/2.4/amazon-2017-x86_64.facts +9 -9
  35. data/facts/2.4/archlinux-x86_64.facts +1 -0
  36. data/facts/2.4/centos-9-x86_64.facts +3 -3
  37. data/facts/2.4/sles-15-x86_64.facts +1 -0
  38. data/facts/2.4/ubuntu-18.04-aarch64.facts +3 -2
  39. data/facts/2.4/windows-2012 r2-x64.facts +1 -0
  40. data/facts/2.4/windows-7-x64.facts +1 -0
  41. data/facts/2.5/archlinux-x86_64.facts +1 -0
  42. data/facts/2.5/sles-15-x86_64.facts +2 -0
  43. data/facts/2.5/solaris-10-i86pc.facts +4 -4
  44. data/facts/2.5/ubuntu-18.04-aarch64.facts +3 -2
  45. data/facts/3.0/ubuntu-15.10-i386.facts +6 -0
  46. data/facts/3.0/ubuntu-15.10-x86_64.facts +6 -0
  47. data/facts/3.10/archlinux-x86_64.facts +2 -1
  48. data/facts/3.10/ubuntu-18.04-aarch64.facts +9 -2
  49. data/facts/3.11/archlinux-x86_64.facts +3 -2
  50. data/facts/3.11/solaris-10-i86pc.facts +4 -4
  51. data/facts/3.12/archlinux-x86_64.facts +3 -2
  52. data/facts/3.13/ubuntu-16.04-x86_64.facts +218 -104
  53. data/facts/3.14/VirtuozzoLinux-7-x86_64.facts +4 -4
  54. data/facts/3.14/archlinux-x86_64.facts +2 -1
  55. data/facts/3.14/centos-9-x86_64.facts +478 -0
  56. data/facts/3.14/rocky-8-x86_64.facts +6 -6
  57. data/facts/3.14/ubuntu-16.04-x86_64.facts +94 -94
  58. data/facts/3.14/ubuntu-21.04-x86_64.facts +6 -6
  59. data/facts/3.2/aix-53-powerpc.facts +8 -2
  60. data/facts/3.2/aix-61-powerpc.facts +8 -2
  61. data/facts/3.2/aix-71-powerpc.facts +8 -2
  62. data/facts/3.6/amazon-2017-x86_64.facts +9 -9
  63. data/facts/3.6/pcs-6-x86_64.facts +8 -2
  64. data/facts/3.9/aix-7.1-power.facts +4 -4
  65. data/facts/3.9/archlinux-x86_64.facts +2 -1
  66. data/facts/3.9/solaris-10-i86pc.facts +4 -4
  67. data/facts/4.0/centos-7-x86_64.facts +3 -0
  68. data/facts/4.0/debian-10-x86_64.facts +3 -0
  69. data/facts/4.0/fedora-35-x86_64.facts +504 -0
  70. data/facts/4.0/oraclelinux-7-x86_64.facts +3 -0
  71. data/facts/4.0/redhat-7-x86_64.facts +3 -0
  72. data/facts/4.0/scientific-7-x86_64.facts +3 -0
  73. data/facts/4.0/solaris-11-sun4v.facts +3 -0
  74. data/facts/4.0/ubuntu-16.04-x86_64.facts +551 -0
  75. data/facts/4.1/fedora-35-x86_64.facts +506 -0
  76. data/facts/4.1/ubuntu-16.04-x86_64.facts +553 -0
  77. data/facts/4.2/centos-9-x86_64.facts +14 -3
  78. data/facts/4.2/fedora-35-x86_64.facts +506 -0
  79. data/facts/4.2/oraclelinux-9-x86_64.facts +14 -3
  80. data/facts/4.2/popos-21.10-x86_64.facts +551 -0
  81. data/facts/4.2/redhat-9-x86_64.facts +14 -3
  82. data/facts/4.2/ubuntu-16.04-x86_64.facts +559 -0
  83. data/facts/Vagrantfile +11 -62
  84. data/facts/get_facts.sh +9 -183
  85. data/lib/facterdb/version.rb +1 -1
  86. data/spec/facts_spec.rb +18 -42
  87. metadata +11 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3eddd6b67188fcedcb9cf6a6a99ff4bcd485292235c2a46993e7e70126087575
4
- data.tar.gz: '09a205ac7198b59504a0f2e3abdb9d4cda3e8448ccb09fabe3ce71dece886f0a'
3
+ metadata.gz: fcb3c0c735ac25a5ee6b47108137fc4fd4968a1a5fdf6b37e87d304b53c4c6f0
4
+ data.tar.gz: 6a49aca075950570d258cc587e374067a28305e118b07d41384ce3ff9e522cf7
5
5
  SHA512:
6
- metadata.gz: cbcd8b09a755897d5244b6633a263c20083fd01791bc401225022ce4e5940c1cddaf3c5a33a125fca4c97763f53f80f4722d6ad58df35ecc9d0cc34ca8f5ad91
7
- data.tar.gz: 693ec5b5c00366e4f526bd63e6728feb9270d8e7c2034283307c03ac588733a4f6f5a06582198013d11bd38625818ac56e44eb2ed81b6a7716f39e5c1a65347c
6
+ metadata.gz: 21a0de43ebdd1eedac7dca90eabb983ba83d4b669557cb295bf0265fe014e9c3dda0057a4937e778a6e516e124616dbcd2f3aa9a5e25b3b307299f0e12440d4d
7
+ data.tar.gz: 2cc68297fd0a501fd1557d41184e91b4d86d5f8b83e05af4c5d851fb963ecee9da2ec11b0b0ffaf8a6df1354ad670a3555618365e19c1b8609143f468adf1948
@@ -15,6 +15,7 @@ jobs:
15
15
  - '2.6'
16
16
  - '2.7'
17
17
  - '3.0'
18
+ - '3.1'
18
19
  steps:
19
20
  - uses: actions/checkout@v2
20
21
  - name: Install Ruby ${{ matrix.ruby }}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.14.0](https://rubygems.org/gems/facterdb/versions/1.14.0) (2022-02-28)
4
+
5
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.13.0...1.14.0)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Ubuntu 16: Update facter 3/4 factsets [\#238](https://github.com/voxpupuli/facterdb/pull/238) ([bastelfreak](https://github.com/bastelfreak))
10
+ - Add popos 21.10 x86\_64 facts [\#236](https://github.com/voxpupuli/facterdb/pull/236) ([logicminds](https://github.com/logicminds))
11
+
12
+ ## [1.13.0](https://rubygems.org/gems/facterdb/versions/1.13.0) (2022-02-11)
13
+
14
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.12.2...1.13.0)
15
+
16
+ **Implemented enhancements:**
17
+
18
+ - Add CentOS 9 facter 3.14 facts [\#231](https://github.com/voxpupuli/facterdb/pull/231) ([bastelfreak](https://github.com/bastelfreak))
19
+
20
+ **Merged pull requests:**
21
+
22
+ - document minimal Ruby 2.5 version in gemspec [\#233](https://github.com/voxpupuli/facterdb/pull/233) ([bastelfreak](https://github.com/bastelfreak))
23
+ - Add Ruby 3.1 to CI matrix [\#232](https://github.com/voxpupuli/facterdb/pull/232) ([bastelfreak](https://github.com/bastelfreak))
24
+ - Ensure all facts have osfamily/operatingsystem facts [\#230](https://github.com/voxpupuli/facterdb/pull/230) ([bastelfreak](https://github.com/bastelfreak))
25
+ - add spec tests for legacy osfamily and operatingsystem facts [\#228](https://github.com/voxpupuli/facterdb/pull/228) ([jhoblitt](https://github.com/jhoblitt))
26
+ - add a default rake target [\#227](https://github.com/voxpupuli/facterdb/pull/227) ([jhoblitt](https://github.com/jhoblitt))
27
+ - Remove EOL things from fact collection and align Red Hat OSes [\#187](https://github.com/voxpupuli/facterdb/pull/187) ([ekohl](https://github.com/ekohl))
28
+
29
+ ## [1.12.2](https://rubygems.org/gems/facterdb/versions/1.12.2) (2021-12-15)
30
+
31
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.12.1...1.12.2)
32
+
33
+ **Implemented enhancements:**
34
+
35
+ - Adding facts for Fedora 35 [\#218](https://github.com/voxpupuli/facterdb/pull/218) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
36
+
37
+ **Fixed bugs:**
38
+
39
+ - validate all factsets to legacy facts & fix renaming network related facts [\#225](https://github.com/voxpupuli/facterdb/pull/225) ([bastelfreak](https://github.com/bastelfreak))
40
+ - Validate legacy domain/fqdn/hostname fact on all factsets & Add missing fqdn/domain/hostname fact to all factsets [\#224](https://github.com/voxpupuli/facterdb/pull/224) ([bastelfreak](https://github.com/bastelfreak))
41
+ - Add test for legacy domain fact & Add/correct legacy domain fact [\#223](https://github.com/voxpupuli/facterdb/pull/223) ([bastelfreak](https://github.com/bastelfreak))
42
+ - Add test for legacy FQDN/hostname & correct FQDN/hostname facts [\#222](https://github.com/voxpupuli/facterdb/pull/222) ([bastelfreak](https://github.com/bastelfreak))
43
+ - Oraclelinux/RHEL 9: Add legacy facts [\#220](https://github.com/voxpupuli/facterdb/pull/220) ([bastelfreak](https://github.com/bastelfreak))
44
+ - Add some CentOS 9 legacy facts [\#219](https://github.com/voxpupuli/facterdb/pull/219) ([traylenator](https://github.com/traylenator))
45
+
3
46
  ## [1.12.1](https://rubygems.org/gems/facterdb/versions/1.12.1) (2021-11-25)
4
47
 
5
48
  [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.12.0...1.12.1)
data/README.md CHANGED
@@ -75,7 +75,7 @@ FacterDB::get_facts('osfamily=Debian')
75
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
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
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 |
78
+ | CentOS 9 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | | | | 1 | | | 1 |
79
79
  | Darwin | | | 4 | 4 | | | | | | | | | | | | | | | | | | | | | | |
80
80
  | Darwin 14 | | | 2 | 2 | 2 | 2 | 2 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
81
81
  | Darwin 15 | | | | | 1 | 1 | 1 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | |
@@ -103,6 +103,7 @@ FacterDB::get_facts('osfamily=Debian')
103
103
  | Fedora 32 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
104
104
  | Fedora 33 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
105
105
  | Fedora 34 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
106
+ | Fedora 35 | | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 |
106
107
  | FreeBSD 9 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
107
108
  | FreeBSD 10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | | | | | | | | |
108
109
  | FreeBSD 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
@@ -127,6 +128,7 @@ FacterDB::get_facts('osfamily=Debian')
127
128
  | 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
129
  | OracleLinux 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | 1 |
129
130
  | OracleLinux 9 | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
131
+ | Pop!_OS 21.10 | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
130
132
  | Raspbian 9 | | | | | | | 2 | | | | | | | | | | | | | | | | | | | |
131
133
  | Raspbian 10 | | | | | | | | | | | | | | | | | | | | 2 | | | | | | |
132
134
  | RedHat 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
@@ -149,7 +151,7 @@ FacterDB::get_facts('osfamily=Debian')
149
151
  | Ubuntu 14.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
150
152
  | Ubuntu 15.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
151
153
  | 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 | | | |
154
+ | Ubuntu 16.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
153
155
  | Ubuntu 16.10 | | | | | | | | | | | | | | | 2 | | | | | | | | | | | |
154
156
  | Ubuntu 18.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
155
157
  | Ubuntu 20.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
data/Rakefile CHANGED
@@ -148,3 +148,5 @@ task :table do
148
148
  fd.puts (new_readme + readme[readme.rindex { |r| r.start_with?('| ') } + 1..-1]).join("\n")
149
149
  end
150
150
  end
151
+
152
+ task default: 'spec'
data/facterdb.gemspec CHANGED
@@ -16,6 +16,9 @@ Gem::Specification.new do |s|
16
16
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
 
19
+ # we have that configured in our CI file
20
+ s.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
21
+
19
22
  s.add_development_dependency 'coveralls'
20
23
  s.add_development_dependency 'rake'
21
24
  s.add_development_dependency 'pry'
@@ -3,14 +3,14 @@
3
3
  "architecture": "x86_64",
4
4
  "kernel": "Linux",
5
5
  "augeasversion": "1.4.0",
6
- "domain": "us-gov-west-1.compute.internal",
6
+ "domain": "example.com",
7
7
  "macaddress": "02:85:E9:60:90:D4",
8
8
  "operatingsystem": "Amazon",
9
9
  "facterversion": "1.6.18",
10
- "fqdn": "ip-10-254-253-132.us-gov-west-1.compute.internal",
10
+ "fqdn": "foo.example.com",
11
11
  "hardwareisa": "x86_64",
12
12
  "hardwaremodel": "x86_64",
13
- "hostname": "ip-10-254-253-132",
13
+ "hostname": "foo",
14
14
  "id": "root",
15
15
  "interfaces": "eth0,lo",
16
16
  "ipaddress_eth0": "10.254.253.132",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
2
3
  "gem_version": "~> 1.6.0",
3
4
  "architecture": "x86_64",
4
5
  "kernel": "Linux",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
2
3
  "gem_version": "~> 1.6.0",
3
4
  "architecture": "i386",
4
5
  "kernel": "Linux",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
2
3
  "gem_version": "~> 1.6.0",
3
4
  "architecture": "x86_64",
4
5
  "kernel": "Linux",
@@ -1 +1 @@
1
- {"gem_version":"~> 1.6.0","architecture":"aarch64","kernel":"Linux","augeasversion":"1.10.1","macaddress":"0e:4d:7e:1d:ba:93","facterversion":"1.6.18","hardwareisa":"aarch64","hardwaremodel":"aarch64","hostname":"master1","id":"pi","interfaces":"datapath,docker0,eth0,lo,vethwe_bridge,vethwe_datapath,vethwepl1190438,vethwepl45061de,vxlan_6784,weave","macaddress_datapath":"0e:4d:7e:1d:ba:93","macaddress_docker0":"02:42:b2:a3:3e:6e","macaddress_eth0":"00:1e:06:36:82:50","macaddress_vethwe_bridge":"9e:05:83:01:88:19","macaddress_vethwe_datapath":"5a:78:67:28:0e:bf","macaddress_vethwepl1190438":"f6:84:b6:6c:50:e5","macaddress_vethwepl45061de":"da:a8:a2:71:87:c5","macaddress_vxlan_6784":"1e:04:e7:91:ea:97","macaddress_weave":"9a:7c:ff:7c:17:5a","ipaddress":"172.17.0.1","kernelmajversion":"4.19","kernelrelease":"4.19.20-meson64","kernelversion":"4.19.20","lsbdistcodename":"bionic","lsbdistdescription":"Ubuntu 18.04.2 LTS","lsbdistid":"Ubuntu","lsbdistrelease":"18.04","lsbmajdistrelease":"18","memorysize":"1.93 GB","memoryfree":"630.89 MB","swapsize":"0.00 kB","swapfree":"0.00 kB","memorytotal":"1.93 GB","operatingsystem":"Ubuntu","operatingsystemrelease":"18.04","osfamily":"Debian","path":"/var/lib/gems/2.5.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games","physicalprocessorcount":1,"processorcount":"4","ps":"ps -ef","puppetversion":"5.4.0","rubysitedir":"/usr/local/lib/site_ruby/2.5.0","rubyversion":"2.5.1","selinux":"false","sshrsakey":"AAAAB3NzaC1yc2EAAAADAQABAAABAQDNfqIh9u1n6hnzc/m9UBY+x3WPYJ6oEQE6CwgVPuL0F0ZPnl8U+NsUGwezYnszdGyyw08NNrxDBW881+rrXtFFpbd8Owl0/AcEVAr1iCPbP5v/jZ7VYkXJJiEqiupSPfmkhbuCWviYqK4VFhiKyhnRrkojnzfCZrSDh0BpZj+jGZTV4bPvxF9iCq2e4ySNt4Icmw0//pMDrvCYqPqeuJT5svG7ULTkIqWBh2p2/Nihe+AQZ2GfwbnrQlfDED83i6a8igdux3C7ERhP05N4IXdKcWXR23a6rfo/f+tAMQqGxpo5m6PwLjyOpbYXpkkU/gNrS7u4IoVq8IN8u1MsgI5P","sshecdsakey":"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD315RI/2z56nPdxYxXmGHuZmxEPcScc5Mna4+5j1T4L5LJ27886y6l+g04keuaJZJnMN3UTU04zw8vwqgt2x4k=","timezone":"UTC","uniqueid":"a8c00501","uptime":"1 day","uptime_days":1,"uptime_hours":27,"uptime_seconds":99678,"virtual":"physical","is_virtual":"false"}
1
+ {"domain": "example.com", "fqdn": "foo.example.com","gem_version":"~> 1.6.0","architecture":"aarch64","kernel":"Linux","augeasversion":"1.10.1","macaddress":"0e:4d:7e:1d:ba:93","facterversion":"1.6.18","hardwareisa":"aarch64","hardwaremodel":"aarch64","hostname":"foo","id":"pi","interfaces":"datapath,docker0,eth0,lo,vethwe_bridge,vethwe_datapath,vethwepl1190438,vethwepl45061de,vxlan_6784,weave","macaddress_datapath":"0e:4d:7e:1d:ba:93","macaddress_docker0":"02:42:b2:a3:3e:6e","macaddress_eth0":"00:1e:06:36:82:50","macaddress_vethwe_bridge":"9e:05:83:01:88:19","macaddress_vethwe_datapath":"5a:78:67:28:0e:bf","macaddress_vethwepl1190438":"f6:84:b6:6c:50:e5","macaddress_vethwepl45061de":"da:a8:a2:71:87:c5","macaddress_vxlan_6784":"1e:04:e7:91:ea:97","macaddress_weave":"9a:7c:ff:7c:17:5a","ipaddress":"172.17.0.1","kernelmajversion":"4.19","kernelrelease":"4.19.20-meson64","kernelversion":"4.19.20","lsbdistcodename":"bionic","lsbdistdescription":"Ubuntu 18.04.2 LTS","lsbdistid":"Ubuntu","lsbdistrelease":"18.04","lsbmajdistrelease":"18","memorysize":"1.93 GB","memoryfree":"630.89 MB","swapsize":"0.00 kB","swapfree":"0.00 kB","memorytotal":"1.93 GB","operatingsystem":"Ubuntu","operatingsystemrelease":"18.04","osfamily":"Debian","path":"/var/lib/gems/2.5.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games","physicalprocessorcount":1,"processorcount":"4","ps":"ps -ef","puppetversion":"5.4.0","rubysitedir":"/usr/local/lib/site_ruby/2.5.0","rubyversion":"2.5.1","selinux":"false","sshrsakey":"AAAAB3NzaC1yc2EAAAADAQABAAABAQDNfqIh9u1n6hnzc/m9UBY+x3WPYJ6oEQE6CwgVPuL0F0ZPnl8U+NsUGwezYnszdGyyw08NNrxDBW881+rrXtFFpbd8Owl0/AcEVAr1iCPbP5v/jZ7VYkXJJiEqiupSPfmkhbuCWviYqK4VFhiKyhnRrkojnzfCZrSDh0BpZj+jGZTV4bPvxF9iCq2e4ySNt4Icmw0//pMDrvCYqPqeuJT5svG7ULTkIqWBh2p2/Nihe+AQZ2GfwbnrQlfDED83i6a8igdux3C7ERhP05N4IXdKcWXR23a6rfo/f+tAMQqGxpo5m6PwLjyOpbYXpkkU/gNrS7u4IoVq8IN8u1MsgI5P","sshecdsakey":"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD315RI/2z56nPdxYxXmGHuZmxEPcScc5Mna4+5j1T4L5LJ27886y6l+g04keuaJZJnMN3UTU04zw8vwqgt2x4k=","timezone":"UTC","uniqueid":"a8c00501","uptime":"1 day","uptime_days":1,"uptime_hours":27,"uptime_seconds":99678,"virtual":"physical","is_virtual":"false"}
@@ -5,16 +5,16 @@
5
5
  "kernel": "Linux",
6
6
  "blockdevice_xvda_size": 8589934592,
7
7
  "blockdevices": "xvda",
8
- "domain": "us-gov-west-1.compute.internal",
8
+ "domain": "example.com",
9
9
  "macaddress": "02:85:E9:60:90:D4",
10
10
  "osfamily": "RedHat",
11
11
  "operatingsystem": "Amazon",
12
12
  "facterversion": "1.7.6",
13
13
  "filesystems": "ext3,ext4",
14
- "fqdn": "ip-10-254-253-132.us-gov-west-1.compute.internal",
14
+ "fqdn": "foo.example.com",
15
15
  "hardwareisa": "x86_64",
16
16
  "hardwaremodel": "x86_64",
17
- "hostname": "ip-10-254-253-132",
17
+ "hostname": "foo",
18
18
  "id": "root",
19
19
  "interfaces": "eth0,lo",
20
20
  "ipaddress_eth0": "10.254.253.132",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
2
3
  "gem_version": "~> 1.7.0",
3
4
  "architecture": "x86_64",
4
5
  "kernel": "Linux",
@@ -11,16 +11,16 @@
11
11
  "blockdevice_vda_size": 100000000000,
12
12
  "blockdevice_vda_vendor": "0x1af4",
13
13
  "blockdevices": "sr0,vda,vdb",
14
- "domain": "multi-1.local",
14
+ "domain": "example.com",
15
15
  "macaddress": "52:54:00:0a:d2:26",
16
16
  "osfamily": "RedHat",
17
17
  "operatingsystem": "CentOS",
18
18
  "facterversion": "1.7.6",
19
19
  "filesystems": "iso9660,xfs",
20
- "fqdn": "multi-1.multi-1.local",
20
+ "fqdn": "foo.example.com",
21
21
  "hardwareisa": "x86_64",
22
22
  "hardwaremodel": "x86_64",
23
- "hostname": "multi-1",
23
+ "hostname": "foo",
24
24
  "id": "stack",
25
25
  "interfaces": "ens3,ens4,lo",
26
26
  "ipaddress_ens3": "10.109.1.2",
@@ -1 +1 @@
1
- {"gem_version":"~> 1.7.0","architecture":"aarch64","augeasversion":"1.10.1","kernel":"Linux","blockdevice_mmcblk1_size":32010928128,"blockdevices":"mmcblk1","macaddress":"0e:4d:7e:1d:ba:93","osfamily":"Debian","operatingsystem":"Ubuntu","lsbdistid":"Ubuntu","facterversion":"1.7.6","filesystems":"btrfs,ext2,ext3,ext4,f2fs,iso9660,jfs,msdos,udf,vfat,xfs","hardwareisa":"aarch64","hardwaremodel":"aarch64","hostname":"master1","id":"pi","interfaces":"datapath,docker0,eth0,lo,vethwe_bridge,vethwe_datapath,vethwepl1190438,vethwepl45061de,vxlan_6784,weave","macaddress_datapath":"0e:4d:7e:1d:ba:93","ipaddress_docker0":"172.17.0.1","macaddress_docker0":"02:42:b2:a3:3e:6e","netmask_docker0":"255.255.0.0","ipaddress_eth0":"192.168.1.5","macaddress_eth0":"00:1e:06:36:82:50","netmask_eth0":"255.255.255.0","ipaddress_lo":"127.0.0.1","netmask_lo":"255.0.0.0","macaddress_vethwe_bridge":"9e:05:83:01:88:19","macaddress_vethwe_datapath":"5a:78:67:28:0e:bf","macaddress_vethwepl1190438":"f6:84:b6:6c:50:e5","macaddress_vethwepl45061de":"da:a8:a2:71:87:c5","macaddress_vxlan_6784":"1e:04:e7:91:ea:97","ipaddress_weave":"172.24.0.1","macaddress_weave":"9a:7c:ff:7c:17:5a","netmask_weave":"255.252.0.0","ipaddress":"172.17.0.1","kernelmajversion":"4.19","kernelrelease":"4.19.20-meson64","kernelversion":"4.19.20","lsbdistcodename":"bionic","lsbdistdescription":"Ubuntu 18.04.2 LTS","lsbdistrelease":"18.04","lsbmajdistrelease":"18","memorysize":"1.93 GB","memoryfree":"624.57 MB","swapsize":"0.00 MB","swapfree":"0.00 MB","swapsize_mb":"0.00","swapfree_mb":"0.00","memorysize_mb":"1976.34","memoryfree_mb":"624.57","memorytotal":"1.93 GB","netmask":"255.255.0.0","network_docker0":"172.17.0.0","network_eth0":"192.168.1.0","network_lo":"127.0.0.0","network_weave":"172.24.0.0","operatingsystemrelease":"18.04","path":"/var/lib/gems/2.5.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games","physicalprocessorcount":1,"processorcount":"4","ps":"ps -ef","puppetversion":"5.4.0","rubysitedir":"/usr/local/lib/site_ruby/2.5.0","rubyversion":"2.5.1","selinux":"false","sshrsakey":"AAAAB3NzaC1yc2EAAAADAQABAAABAQDNfqIh9u1n6hnzc/m9UBY+x3WPYJ6oEQE6CwgVPuL0F0ZPnl8U+NsUGwezYnszdGyyw08NNrxDBW881+rrXtFFpbd8Owl0/AcEVAr1iCPbP5v/jZ7VYkXJJiEqiupSPfmkhbuCWviYqK4VFhiKyhnRrkojnzfCZrSDh0BpZj+jGZTV4bPvxF9iCq2e4ySNt4Icmw0//pMDrvCYqPqeuJT5svG7ULTkIqWBh2p2/Nihe+AQZ2GfwbnrQlfDED83i6a8igdux3C7ERhP05N4IXdKcWXR23a6rfo/f+tAMQqGxpo5m6PwLjyOpbYXpkkU/gNrS7u4IoVq8IN8u1MsgI5P","sshfp_rsa":"SSHFP 1 1 24b84ae09b7f8db80ed93ca2fb83d3702f43746a\nSSHFP 1 2 74bf878c7bbfcf1b60dc2811a0d6564476f975e6370e87fb03f43a26034761e7","sshecdsakey":"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD315RI/2z56nPdxYxXmGHuZmxEPcScc5Mna4+5j1T4L5LJ27886y6l+g04keuaJZJnMN3UTU04zw8vwqgt2x4k=","sshfp_ecdsa":"SSHFP 3 1 6eb842eea4719e00d2227b466a09e5e2289d9e73\nSSHFP 3 2 dc8b86430645fd7cfe394d666a866cde400cfcb3c0ef38ddf931d6998be86528","timezone":"UTC","uniqueid":"a8c00501","uptime":"1 day","uptime_days":1,"uptime_hours":27,"uptime_seconds":99702,"virtual":"physical","is_virtual":"false"}
1
+ {"domain": "example.com", "fqdn": "foo.example.com","gem_version":"~> 1.7.0","architecture":"aarch64","augeasversion":"1.10.1","kernel":"Linux","blockdevice_mmcblk1_size":32010928128,"blockdevices":"mmcblk1","macaddress":"0e:4d:7e:1d:ba:93","osfamily":"Debian","operatingsystem":"Ubuntu","lsbdistid":"Ubuntu","facterversion":"1.7.6","filesystems":"btrfs,ext2,ext3,ext4,f2fs,iso9660,jfs,msdos,udf,vfat,xfs","hardwareisa":"aarch64","hardwaremodel":"aarch64","hostname":"foo","id":"pi","interfaces":"datapath,docker0,eth0,lo,vethwe_bridge,vethwe_datapath,vethwepl1190438,vethwepl45061de,vxlan_6784,weave","macaddress_datapath":"0e:4d:7e:1d:ba:93","ipaddress_docker0":"172.17.0.1","macaddress_docker0":"02:42:b2:a3:3e:6e","netmask_docker0":"255.255.0.0","ipaddress_eth0":"192.168.1.5","macaddress_eth0":"00:1e:06:36:82:50","netmask_eth0":"255.255.255.0","ipaddress_lo":"127.0.0.1","netmask_lo":"255.0.0.0","macaddress_vethwe_bridge":"9e:05:83:01:88:19","macaddress_vethwe_datapath":"5a:78:67:28:0e:bf","macaddress_vethwepl1190438":"f6:84:b6:6c:50:e5","macaddress_vethwepl45061de":"da:a8:a2:71:87:c5","macaddress_vxlan_6784":"1e:04:e7:91:ea:97","ipaddress_weave":"172.24.0.1","macaddress_weave":"9a:7c:ff:7c:17:5a","netmask_weave":"255.252.0.0","ipaddress":"172.17.0.1","kernelmajversion":"4.19","kernelrelease":"4.19.20-meson64","kernelversion":"4.19.20","lsbdistcodename":"bionic","lsbdistdescription":"Ubuntu 18.04.2 LTS","lsbdistrelease":"18.04","lsbmajdistrelease":"18","memorysize":"1.93 GB","memoryfree":"624.57 MB","swapsize":"0.00 MB","swapfree":"0.00 MB","swapsize_mb":"0.00","swapfree_mb":"0.00","memorysize_mb":"1976.34","memoryfree_mb":"624.57","memorytotal":"1.93 GB","netmask":"255.255.0.0","network_docker0":"172.17.0.0","network_eth0":"192.168.1.0","network_lo":"127.0.0.0","network_weave":"172.24.0.0","operatingsystemrelease":"18.04","path":"/var/lib/gems/2.5.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games","physicalprocessorcount":1,"processorcount":"4","ps":"ps -ef","puppetversion":"5.4.0","rubysitedir":"/usr/local/lib/site_ruby/2.5.0","rubyversion":"2.5.1","selinux":"false","sshrsakey":"AAAAB3NzaC1yc2EAAAADAQABAAABAQDNfqIh9u1n6hnzc/m9UBY+x3WPYJ6oEQE6CwgVPuL0F0ZPnl8U+NsUGwezYnszdGyyw08NNrxDBW881+rrXtFFpbd8Owl0/AcEVAr1iCPbP5v/jZ7VYkXJJiEqiupSPfmkhbuCWviYqK4VFhiKyhnRrkojnzfCZrSDh0BpZj+jGZTV4bPvxF9iCq2e4ySNt4Icmw0//pMDrvCYqPqeuJT5svG7ULTkIqWBh2p2/Nihe+AQZ2GfwbnrQlfDED83i6a8igdux3C7ERhP05N4IXdKcWXR23a6rfo/f+tAMQqGxpo5m6PwLjyOpbYXpkkU/gNrS7u4IoVq8IN8u1MsgI5P","sshfp_rsa":"SSHFP 1 1 24b84ae09b7f8db80ed93ca2fb83d3702f43746a\nSSHFP 1 2 74bf878c7bbfcf1b60dc2811a0d6564476f975e6370e87fb03f43a26034761e7","sshecdsakey":"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD315RI/2z56nPdxYxXmGHuZmxEPcScc5Mna4+5j1T4L5LJ27886y6l+g04keuaJZJnMN3UTU04zw8vwqgt2x4k=","sshfp_ecdsa":"SSHFP 3 1 6eb842eea4719e00d2227b466a09e5e2289d9e73\nSSHFP 3 2 dc8b86430645fd7cfe394d666a866cde400cfcb3c0ef38ddf931d6998be86528","timezone":"UTC","uniqueid":"a8c00501","uptime":"1 day","uptime_days":1,"uptime_hours":27,"uptime_seconds":99702,"virtual":"physical","is_virtual":"false"}
@@ -11,9 +11,9 @@
11
11
  "mtu_lo": "65536",
12
12
  "architecture": "x86_64",
13
13
  "macaddress": "02:85:E9:60:90:D4",
14
- "domain": "us-gov-west-1.compute.internal",
14
+ "domain": "example.com",
15
15
  "operatingsystemmajrelease": "4",
16
- "fqdn": "ip-10-254-253-132.us-gov-west-1.compute.internal",
16
+ "fqdn": "foo.example.com",
17
17
  "id": "root",
18
18
  "uptime": "2:39 hours",
19
19
  "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
@@ -58,7 +58,7 @@
58
58
  "swapfree_mb": "0.00",
59
59
  "memorysize_mb": "2001.53",
60
60
  "memoryfree_mb": "1309.96",
61
- "hostname": "ip-10-254-253-132",
61
+ "hostname": "foo",
62
62
  "ps": "ps -ef",
63
63
  "uptime_days": 0,
64
64
  "operatingsystemrelease": "4.9.27-14.33.amzn1.x86_64",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
2
3
  "gem_version": "~> 2.0.0",
3
4
  "architecture": "x86_64",
4
5
  "kernel": "Linux",
@@ -11,16 +11,16 @@
11
11
  "blockdevice_vda_size": 100000000000,
12
12
  "blockdevice_vda_vendor": "0x1af4",
13
13
  "blockdevices": "sr0,vda,vdb",
14
- "domain": "multi-1.local",
14
+ "domain": "example.com",
15
15
  "macaddress": "52:54:00:0a:d2:26",
16
16
  "osfamily": "RedHat",
17
17
  "operatingsystem": "CentOS",
18
18
  "facterversion": "2.0.2",
19
19
  "filesystems": "iso9660,xfs",
20
- "fqdn": "multi-1.multi-1.local",
20
+ "fqdn": "foo.example.com",
21
21
  "hardwareisa": "x86_64",
22
22
  "hardwaremodel": "x86_64",
23
- "hostname": "multi-1",
23
+ "hostname": "foo",
24
24
  "id": "stack",
25
25
  "interfaces": "ens3,ens4,lo",
26
26
  "ipaddress_ens3": "10.109.1.2",
@@ -1,4 +1,6 @@
1
1
  {
2
+ "domain": "example.com",
3
+ "fqdn": "foo.example.com",
2
4
  "gem_version": "~> 2.0.0",
3
5
  "selinux": "false",
4
6
  "kernelrelease": "4.19.20-meson64",
@@ -68,7 +70,7 @@
68
70
  "puppetversion": "5.4.0",
69
71
  "processorcount": "4",
70
72
  "filesystems": "btrfs,ext2,ext3,ext4,f2fs,iso9660,jfs,msdos,udf,vfat,xfs",
71
- "hostname": "master1",
73
+ "hostname": "foo",
72
74
  "netmask": "255.255.0.0",
73
75
  "uptime": "1 day",
74
76
  "uptime_days": 1,
@@ -11,9 +11,9 @@
11
11
  "mtu_lo": "65536",
12
12
  "architecture": "x86_64",
13
13
  "macaddress": "02:85:E9:60:90:D4",
14
- "domain": "us-gov-west-1.compute.internal",
14
+ "domain": "example.com",
15
15
  "operatingsystemmajrelease": "4",
16
- "fqdn": "ip-10-254-253-132.us-gov-west-1.compute.internal",
16
+ "fqdn": "foo.example.com",
17
17
  "id": "root",
18
18
  "uptime": "2:39 hours",
19
19
  "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
@@ -26,7 +26,7 @@
26
26
  "ami": "/dev/xvda",
27
27
  "root": "/dev/xvda"
28
28
  },
29
- "hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
29
+ "hostname": "foo.example.com",
30
30
  "iam": {
31
31
  "info": [
32
32
  "{",
@@ -53,7 +53,7 @@
53
53
  "instance-action": "none",
54
54
  "instance-id": "i-021bd29b48d609819",
55
55
  "instance-type": "t2.small",
56
- "local-hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
56
+ "local-hostname": "foo.example.com",
57
57
  "local-ipv4": "10.254.253.132",
58
58
  "mac": "02:85:e9:60:90:d4",
59
59
  "metrics": {
@@ -65,7 +65,7 @@
65
65
  "02:85:e9:60:90:d4": {
66
66
  "device-number": "0",
67
67
  "interface-id": "eni-f53215b3",
68
- "local-hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
68
+ "local-hostname": "foo.example.com",
69
69
  "local-ipv4s": "10.254.253.132",
70
70
  "mac": "02:85:e9:60:90:d4",
71
71
  "owner-id": "050287752177",
@@ -106,7 +106,7 @@
106
106
  "ec2_ami_manifest_path": "(unknown)",
107
107
  "ec2_block_device_mapping_ami": "/dev/xvda",
108
108
  "ec2_block_device_mapping_root": "/dev/xvda",
109
- "ec2_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
109
+ "ec2_hostname": "foo.example.com",
110
110
  "ec2_iam_info_0": "{",
111
111
  "ec2_iam_info_1": " \"Code\" : \"Success\",",
112
112
  "ec2_iam_info_2": " \"LastUpdated\" : \"2017-09-14T21:04:53Z\",",
@@ -125,13 +125,13 @@
125
125
  "ec2_instance_action": "none",
126
126
  "ec2_instance_id": "i-021bd29b48d609819",
127
127
  "ec2_instance_type": "t2.small",
128
- "ec2_local_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
128
+ "ec2_local_hostname": "foo.example.com",
129
129
  "ec2_local_ipv4": "10.254.253.132",
130
130
  "ec2_mac": "02:85:e9:60:90:d4",
131
131
  "ec2_metrics_vhostmd": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>",
132
132
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_device_number": "0",
133
133
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_interface_id": "eni-f53215b3",
134
- "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
134
+ "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_hostname": "foo.example.com",
135
135
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_ipv4s": "10.254.253.132",
136
136
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_mac": "02:85:e9:60:90:d4",
137
137
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_owner_id": "050287752177",
@@ -185,7 +185,7 @@
185
185
  "swapfree_mb": "0.00",
186
186
  "memorysize_mb": "2001.53",
187
187
  "memoryfree_mb": "1308.18",
188
- "hostname": "ip-10-254-253-132",
188
+ "hostname": "foo",
189
189
  "ps": "ps -ef",
190
190
  "uptime_days": 0,
191
191
  "operatingsystemrelease": "4.9.27-14.33.amzn1.x86_64",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
2
3
  "gem_version": "~> 2.1.0",
3
4
  "architecture": "x86_64",
4
5
  "kernel": "Linux",
@@ -16,16 +16,16 @@
16
16
  "ens3": "10.109.1.1",
17
17
  "ens4": "192.168.24.1"
18
18
  },
19
- "domain": "multi-1.local",
19
+ "domain": "example.com",
20
20
  "virtual": "physical",
21
21
  "is_virtual": "false",
22
22
  "hardwaremodel": "x86_64",
23
23
  "operatingsystem": "CentOS",
24
24
  "facterversion": "2.1.0",
25
25
  "filesystems": "iso9660,xfs",
26
- "fqdn": "multi-1.multi-1.local",
26
+ "fqdn": "foo.example.com",
27
27
  "hardwareisa": "x86_64",
28
- "hostname": "multi-1",
28
+ "hostname": "foo",
29
29
  "id": "stack",
30
30
  "interfaces": "ens3,ens4,lo",
31
31
  "ipaddress_ens3": "10.109.1.2",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "domain": "example.com",
2
3
  "gem_version": "~> 2.1.0",
3
4
  "selinux": "false",
4
5
  "kernelrelease": "4.19.20-meson64",
@@ -85,8 +86,8 @@
85
86
  "puppetversion": "5.4.0",
86
87
  "processorcount": "4",
87
88
  "filesystems": "btrfs,ext2,ext3,ext4,f2fs,iso9660,jfs,msdos,udf,vfat,xfs",
88
- "fqdn": "master1",
89
- "hostname": "master1",
89
+ "fqdn": "foo.example.com",
90
+ "hostname": "foo",
90
91
  "dhcp_servers": {
91
92
  "system": "192.168.1.1",
92
93
  "eth0": "192.168.1.1"
@@ -11,7 +11,7 @@
11
11
  "mtu_lo": "65536",
12
12
  "architecture": "x86_64",
13
13
  "macaddress": "02:85:E9:60:90:D4",
14
- "domain": "us-gov-west-1.compute.internal",
14
+ "domain": "example.com",
15
15
  "operatingsystemmajrelease": "2017",
16
16
  "processors": {
17
17
  "models": [
@@ -20,7 +20,7 @@
20
20
  "count": 1,
21
21
  "physicalcount": 1
22
22
  },
23
- "fqdn": "ip-10-254-253-132.us-gov-west-1.compute.internal",
23
+ "fqdn": "foo.example.com",
24
24
  "id": "root",
25
25
  "uptime": "2:39 hours",
26
26
  "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
@@ -33,7 +33,7 @@
33
33
  "ami": "/dev/xvda",
34
34
  "root": "/dev/xvda"
35
35
  },
36
- "hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
36
+ "hostname": "foo",
37
37
  "iam": {
38
38
  "info": [
39
39
  "{",
@@ -60,7 +60,7 @@
60
60
  "instance-action": "none",
61
61
  "instance-id": "i-021bd29b48d609819",
62
62
  "instance-type": "t2.small",
63
- "local-hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
63
+ "local-hostname": "foo.example.com",
64
64
  "local-ipv4": "10.254.253.132",
65
65
  "mac": "02:85:e9:60:90:d4",
66
66
  "metrics": {
@@ -72,7 +72,7 @@
72
72
  "02:85:e9:60:90:d4": {
73
73
  "device-number": "0",
74
74
  "interface-id": "eni-f53215b3",
75
- "local-hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
75
+ "local-hostname": "foo.example.com",
76
76
  "local-ipv4s": "10.254.253.132",
77
77
  "mac": "02:85:e9:60:90:d4",
78
78
  "owner-id": "050287752177",
@@ -122,7 +122,7 @@
122
122
  "ec2_ami_manifest_path": "(unknown)",
123
123
  "ec2_block_device_mapping_ami": "/dev/xvda",
124
124
  "ec2_block_device_mapping_root": "/dev/xvda",
125
- "ec2_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
125
+ "ec2_hostname": "foo.example.com",
126
126
  "ec2_iam_info_0": "{",
127
127
  "ec2_iam_info_1": " \"Code\" : \"Success\",",
128
128
  "ec2_iam_info_2": " \"LastUpdated\" : \"2017-09-14T21:04:53Z\",",
@@ -141,13 +141,13 @@
141
141
  "ec2_instance_action": "none",
142
142
  "ec2_instance_id": "i-021bd29b48d609819",
143
143
  "ec2_instance_type": "t2.small",
144
- "ec2_local_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
144
+ "ec2_local_hostname": "foo.example.com",
145
145
  "ec2_local_ipv4": "10.254.253.132",
146
146
  "ec2_mac": "02:85:e9:60:90:d4",
147
147
  "ec2_metrics_vhostmd": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>",
148
148
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_device_number": "0",
149
149
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_interface_id": "eni-f53215b3",
150
- "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_hostname": "ip-10-254-253-132.us-gov-west-1.compute.internal",
150
+ "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_hostname": "foo.example.com",
151
151
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_ipv4s": "10.254.253.132",
152
152
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_mac": "02:85:e9:60:90:d4",
153
153
  "ec2_network_interfaces_macs_02:85:e9:60:90:d4_owner_id": "050287752177",
@@ -201,7 +201,7 @@
201
201
  "swapfree_mb": "0.00",
202
202
  "memorysize_mb": "2001.53",
203
203
  "memoryfree_mb": "1306.57",
204
- "hostname": "ip-10-254-253-132",
204
+ "hostname": "foo",
205
205
  "ps": "ps -ef",
206
206
  "uptime_days": 0,
207
207
  "operatingsystemrelease": "2017.03",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "ipaddress": "192.168.0.1",
2
3
  "gem_version": "~> 2.2.0",
3
4
  "kernel": "Linux",
4
5
  "system_uptime": {
@@ -16,7 +16,7 @@
16
16
  "ens3": "10.109.1.1",
17
17
  "ens4": "192.168.24.1"
18
18
  },
19
- "domain": "multi-1.local",
19
+ "domain": "example.com",
20
20
  "virtual": "physical",
21
21
  "is_virtual": "false",
22
22
  "hardwaremodel": "x86_64",
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "facterversion": "2.2.0",
33
33
  "filesystems": "iso9660,xfs",
34
- "fqdn": "multi-1.multi-1.local",
34
+ "fqdn": "foo.example.com",
35
35
  "gid": "stack",
36
36
  "hardwareisa": "x86_64",
37
- "hostname": "multi-1",
37
+ "hostname": "foo",
38
38
  "id": "stack",
39
39
  "interfaces": "ens3,ens4,lo",
40
40
  "ipaddress_ens3": "10.109.1.2",
@@ -72,6 +72,7 @@
72
72
  "netmask_lo": "255.0.0.0",
73
73
  "mtu_lo": "65536",
74
74
  "id": "root",
75
+ "operatingsystem": "SLES",
75
76
  "os": {
76
77
  "family": "Linux",
77
78
  "release": {
@@ -1,4 +1,5 @@
1
1
  {
2
+ "domain": "example.com",
2
3
  "gem_version": "~> 2.2.0",
3
4
  "selinux": "false",
4
5
  "kernelrelease": "4.19.20-meson64",
@@ -111,8 +112,8 @@
111
112
  },
112
113
  "processorcount": "4",
113
114
  "filesystems": "btrfs,ext2,ext3,ext4,f2fs,iso9660,jfs,msdos,udf,vfat,xfs",
114
- "fqdn": "master1",
115
- "hostname": "master1",
115
+ "fqdn": "foo.example.com",
116
+ "hostname": "foo",
116
117
  "dhcp_servers": {
117
118
  "system": "192.168.1.1",
118
119
  "eth0": "192.168.1.1"