facterdb 1.12.1 → 1.12.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/README.md +1 -0
- data/facts/1.6/amazon-2017-x86_64.facts +3 -3
- data/facts/1.6/archlinux-x86_64.facts +1 -0
- data/facts/1.6/fedora-19-i386.facts +1 -0
- data/facts/1.6/fedora-19-x86_64.facts +1 -0
- data/facts/1.6/ubuntu-18.04-aarch64.facts +1 -1
- data/facts/1.7/amazon-2017-x86_64.facts +3 -3
- data/facts/1.7/archlinux-x86_64.facts +1 -0
- data/facts/1.7/centos-9-x86_64.facts +3 -3
- data/facts/1.7/ubuntu-18.04-aarch64.facts +1 -1
- data/facts/2.0/amazon-2017-x86_64.facts +3 -3
- data/facts/2.0/archlinux-x86_64.facts +1 -0
- data/facts/2.0/centos-9-x86_64.facts +3 -3
- data/facts/2.0/ubuntu-18.04-aarch64.facts +3 -1
- data/facts/2.1/amazon-2017-x86_64.facts +9 -9
- data/facts/2.1/archlinux-x86_64.facts +1 -0
- data/facts/2.1/centos-9-x86_64.facts +3 -3
- data/facts/2.1/ubuntu-18.04-aarch64.facts +3 -2
- data/facts/2.2/amazon-2017-x86_64.facts +9 -9
- data/facts/2.2/archlinux-x86_64.facts +1 -0
- data/facts/2.2/centos-9-x86_64.facts +3 -3
- data/facts/2.2/ubuntu-18.04-aarch64.facts +3 -2
- data/facts/2.3/amazon-2017-x86_64.facts +9 -9
- data/facts/2.3/archlinux-x86_64.facts +1 -0
- data/facts/2.3/centos-9-x86_64.facts +3 -3
- data/facts/2.3/ubuntu-18.04-aarch64.facts +3 -2
- data/facts/2.4/amazon-2017-x86_64.facts +9 -9
- data/facts/2.4/archlinux-x86_64.facts +1 -0
- data/facts/2.4/centos-9-x86_64.facts +3 -3
- data/facts/2.4/ubuntu-18.04-aarch64.facts +3 -2
- data/facts/2.4/windows-2012 r2-x64.facts +1 -0
- data/facts/2.4/windows-7-x64.facts +1 -0
- data/facts/2.5/archlinux-x86_64.facts +1 -0
- data/facts/2.5/solaris-10-i86pc.facts +4 -4
- data/facts/2.5/ubuntu-18.04-aarch64.facts +3 -2
- data/facts/3.0/ubuntu-15.10-i386.facts +4 -0
- data/facts/3.0/ubuntu-15.10-x86_64.facts +4 -0
- data/facts/3.10/archlinux-x86_64.facts +2 -1
- data/facts/3.10/ubuntu-18.04-aarch64.facts +7 -2
- data/facts/3.11/archlinux-x86_64.facts +3 -2
- data/facts/3.11/solaris-10-i86pc.facts +4 -4
- data/facts/3.12/archlinux-x86_64.facts +3 -2
- data/facts/3.14/VirtuozzoLinux-7-x86_64.facts +4 -4
- data/facts/3.14/archlinux-x86_64.facts +2 -1
- data/facts/3.14/rocky-8-x86_64.facts +6 -6
- data/facts/3.14/ubuntu-21.04-x86_64.facts +6 -6
- data/facts/3.2/aix-53-powerpc.facts +6 -2
- data/facts/3.2/aix-61-powerpc.facts +6 -2
- data/facts/3.2/aix-71-powerpc.facts +6 -2
- data/facts/3.6/amazon-2017-x86_64.facts +9 -9
- data/facts/3.6/pcs-6-x86_64.facts +6 -2
- data/facts/3.9/aix-7.1-power.facts +4 -4
- data/facts/3.9/archlinux-x86_64.facts +2 -1
- data/facts/3.9/solaris-10-i86pc.facts +4 -4
- data/facts/4.0/centos-7-x86_64.facts +1 -0
- data/facts/4.0/debian-10-x86_64.facts +1 -0
- data/facts/4.0/fedora-35-x86_64.facts +504 -0
- data/facts/4.0/oraclelinux-7-x86_64.facts +1 -0
- data/facts/4.0/redhat-7-x86_64.facts +1 -0
- data/facts/4.0/scientific-7-x86_64.facts +1 -0
- data/facts/4.0/solaris-11-sun4v.facts +1 -0
- data/facts/4.1/fedora-35-x86_64.facts +506 -0
- data/facts/4.2/centos-9-x86_64.facts +14 -3
- data/facts/4.2/fedora-35-x86_64.facts +506 -0
- data/facts/4.2/oraclelinux-9-x86_64.facts +14 -3
- data/facts/4.2/redhat-9-x86_64.facts +14 -3
- data/facts/Vagrantfile +10 -0
- data/facts/get_facts.sh +1 -1
- data/lib/facterdb/version.rb +1 -1
- data/spec/facts_spec.rb +12 -42
- metadata +5 -2
@@ -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": "
|
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": "
|
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": "
|
36
|
+
"hostname": "foo.example.com",
|
37
37
|
"iam": {
|
38
38
|
"info": [
|
39
39
|
"{",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"instance-action": "none",
|
48
48
|
"instance-id": "i-021bd29b48d609819",
|
49
49
|
"instance-type": "t2.small",
|
50
|
-
"local-hostname": "
|
50
|
+
"local-hostname": "foo.example.com",
|
51
51
|
"local-ipv4": "10.254.253.132",
|
52
52
|
"mac": "02:85:e9:60:90:d4",
|
53
53
|
"metrics": {
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"02:85:e9:60:90:d4": {
|
60
60
|
"device-number": "0",
|
61
61
|
"interface-id": "eni-f53215b3",
|
62
|
-
"local-hostname": "
|
62
|
+
"local-hostname": "foo.example.com",
|
63
63
|
"local-ipv4s": "10.254.253.132",
|
64
64
|
"mac": "02:85:e9:60:90:d4",
|
65
65
|
"owner-id": "050287752177",
|
@@ -109,7 +109,7 @@
|
|
109
109
|
"ec2_ami_manifest_path": "(unknown)",
|
110
110
|
"ec2_block_device_mapping_ami": "/dev/xvda",
|
111
111
|
"ec2_block_device_mapping_root": "/dev/xvda",
|
112
|
-
"ec2_hostname": "
|
112
|
+
"ec2_hostname": "foo.example.com",
|
113
113
|
"ec2_iam_info_0": "{",
|
114
114
|
"ec2_iam_info_1": " \"Code\" : \"Success\",",
|
115
115
|
"ec2_iam_info_2": " \"LastUpdated\" : \"2017-09-14T21:04:53Z\",",
|
@@ -119,13 +119,13 @@
|
|
119
119
|
"ec2_instance_action": "none",
|
120
120
|
"ec2_instance_id": "i-021bd29b48d609819",
|
121
121
|
"ec2_instance_type": "t2.small",
|
122
|
-
"ec2_local_hostname": "
|
122
|
+
"ec2_local_hostname": "foo.example.com",
|
123
123
|
"ec2_local_ipv4": "10.254.253.132",
|
124
124
|
"ec2_mac": "02:85:e9:60:90:d4",
|
125
125
|
"ec2_metrics_vhostmd": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>",
|
126
126
|
"ec2_network_interfaces_macs_02:85:e9:60:90:d4_device_number": "0",
|
127
127
|
"ec2_network_interfaces_macs_02:85:e9:60:90:d4_interface_id": "eni-f53215b3",
|
128
|
-
"ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_hostname": "
|
128
|
+
"ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_hostname": "foo.example.com",
|
129
129
|
"ec2_network_interfaces_macs_02:85:e9:60:90:d4_local_ipv4s": "10.254.253.132",
|
130
130
|
"ec2_network_interfaces_macs_02:85:e9:60:90:d4_mac": "02:85:e9:60:90:d4",
|
131
131
|
"ec2_network_interfaces_macs_02:85:e9:60:90:d4_owner_id": "050287752177",
|
@@ -180,7 +180,7 @@
|
|
180
180
|
"swapfree_mb": "0.00",
|
181
181
|
"memorysize_mb": "2001.53",
|
182
182
|
"memoryfree_mb": "1304.80",
|
183
|
-
"hostname": "
|
183
|
+
"hostname": "foo",
|
184
184
|
"ps": "ps -ef",
|
185
185
|
"uptime_days": 0,
|
186
186
|
"operatingsystemrelease": "2017.03",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"ens3": "10.109.1.1",
|
17
17
|
"ens4": "192.168.24.1"
|
18
18
|
},
|
19
|
-
"domain": "
|
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.4.6",
|
33
33
|
"filesystems": "iso9660,xfs",
|
34
|
-
"fqdn": "
|
34
|
+
"fqdn": "foo.example.com",
|
35
35
|
"gid": "stack",
|
36
36
|
"hardwareisa": "x86_64",
|
37
|
-
"hostname": "
|
37
|
+
"hostname": "foo",
|
38
38
|
"id": "stack",
|
39
39
|
"interfaces": "ens3,ens4,lo",
|
40
40
|
"ipaddress_ens3": "10.109.1.2",
|
@@ -1,4 +1,5 @@
|
|
1
1
|
{
|
2
|
+
"domain": "example.com",
|
2
3
|
"gem_version": "~> 2.4.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": "
|
115
|
-
"hostname": "
|
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"
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"zones": 1,
|
70
70
|
"zonename": "global",
|
71
71
|
"id": "root",
|
72
|
-
"fqdn": "
|
72
|
+
"fqdn": "foo.example.com",
|
73
73
|
"interfaces": "lo0,vmxnet3s0",
|
74
74
|
"ipaddress_lo0": "127.0.0.1",
|
75
75
|
"netmask_lo0": "255.0.0.0",
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"uptime_days": 7,
|
94
94
|
"timezone": "EDT",
|
95
95
|
"physicalprocessorcount": 1,
|
96
|
-
"hostname": "
|
96
|
+
"hostname": "foo",
|
97
97
|
"macaddress": "00:50:56:94:a0:b3",
|
98
98
|
"kernelversion": "Generic_142901-14",
|
99
99
|
"osfamily": "Solaris",
|
@@ -168,8 +168,8 @@
|
|
168
168
|
"memorysizeinbytes": 4294967296,
|
169
169
|
"networking": {
|
170
170
|
"domain": "example.com",
|
171
|
-
"fqdn": "
|
172
|
-
"hostname": "
|
171
|
+
"fqdn": "foo.example.com",
|
172
|
+
"hostname": "foo",
|
173
173
|
"netmask": "255.255.255.0",
|
174
174
|
"interfaces": {
|
175
175
|
"lo0": {
|
@@ -1,4 +1,5 @@
|
|
1
1
|
{
|
2
|
+
"domain": "example.com",
|
2
3
|
"gem_version": "~> 2.5.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": "
|
115
|
-
"hostname": "
|
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"
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"facterversion": "3.10.0",
|
52
52
|
"filesystems": "btrfs",
|
53
53
|
"fips_enabled": false,
|
54
|
-
"fqdn": "
|
54
|
+
"fqdn": "foo.example.com",
|
55
55
|
"gid": "root",
|
56
56
|
"hardwareisa": "unknown",
|
57
57
|
"hardwaremodel": "x86_64",
|
@@ -326,6 +326,7 @@
|
|
326
326
|
"dhcp": "10.0.2.2",
|
327
327
|
"fqdn": "foo.example.com",
|
328
328
|
"hostname": "foo",
|
329
|
+
"domain": "example.com",
|
329
330
|
"interfaces": {
|
330
331
|
"eth0": {
|
331
332
|
"bindings": [
|
@@ -1,4 +1,8 @@
|
|
1
1
|
{
|
2
|
+
"ipaddress": "192.168.0.1",
|
3
|
+
"fqdn": "foo.example.com",
|
4
|
+
"domain": "example.com",
|
5
|
+
"hostname": "foo",
|
2
6
|
"disks": {
|
3
7
|
"mmcblk1": {
|
4
8
|
"size": "29.81 GiB",
|
@@ -301,8 +305,9 @@
|
|
301
305
|
},
|
302
306
|
"networking": {
|
303
307
|
"dhcp": "192.168.1.1",
|
304
|
-
"fqdn": "
|
305
|
-
"hostname": "
|
308
|
+
"fqdn": "foo.example.com",
|
309
|
+
"hostname": "foo",
|
310
|
+
"domain": "example.com",
|
306
311
|
"interfaces": {
|
307
312
|
"datapath": {
|
308
313
|
"bindings6": [
|
@@ -51,11 +51,11 @@
|
|
51
51
|
"facterversion": "3.11.14",
|
52
52
|
"filesystems": "btrfs",
|
53
53
|
"fips_enabled": false,
|
54
|
-
"fqdn": "
|
54
|
+
"fqdn": "foo.example.com",
|
55
55
|
"gid": "root",
|
56
56
|
"hardwareisa": "unknown",
|
57
57
|
"hardwaremodel": "x86_64",
|
58
|
-
"hostname": "
|
58
|
+
"hostname": "foo",
|
59
59
|
"hypervisors": {
|
60
60
|
"virtualbox": {}
|
61
61
|
},
|
@@ -326,6 +326,7 @@
|
|
326
326
|
"dhcp": "10.0.2.2",
|
327
327
|
"fqdn": "foo.example.com",
|
328
328
|
"hostname": "foo",
|
329
|
+
"domain": "example.com",
|
329
330
|
"interfaces": {
|
330
331
|
"eth0": {
|
331
332
|
"bindings": [
|
@@ -45,12 +45,12 @@
|
|
45
45
|
"env_temp_variable": "/tmp",
|
46
46
|
"facterversion": "3.11.8",
|
47
47
|
"filesystems": "autofs,cachefs,ctfs,dcfs,devfs,fdfs,fifofs,hsfs,lofs,mntfs,namefs,nfs,objfs,pcfs,procfs,sharefs,sockfs,specfs,tmpfs,udfs,ufs,xmemfs",
|
48
|
-
"fqdn": "
|
48
|
+
"fqdn": "foo.example.com",
|
49
49
|
"gemhome": "/opt/puppetlabs/puppet/lib/ruby/gems/2.4.0",
|
50
50
|
"gid": "root",
|
51
51
|
"hardwareisa": "i386",
|
52
52
|
"hardwaremodel": "i86pc",
|
53
|
-
"hostname": "
|
53
|
+
"hostname": "foo",
|
54
54
|
"hypervisors": {
|
55
55
|
"vmware": {
|
56
56
|
},
|
@@ -398,8 +398,8 @@
|
|
398
398
|
"network_vmxnet3s0": "10.129.81.0",
|
399
399
|
"networking": {
|
400
400
|
"domain": "example.com",
|
401
|
-
"fqdn": "
|
402
|
-
"hostname": "
|
401
|
+
"fqdn": "foo.example.com",
|
402
|
+
"hostname": "foo",
|
403
403
|
"interfaces": {
|
404
404
|
"lo0": {
|
405
405
|
"bindings": [
|
@@ -51,11 +51,11 @@
|
|
51
51
|
"facterversion": "3.12.5",
|
52
52
|
"filesystems": "btrfs",
|
53
53
|
"fips_enabled": false,
|
54
|
-
"fqdn": "
|
54
|
+
"fqdn": "foo.example.com",
|
55
55
|
"gid": "root",
|
56
56
|
"hardwareisa": "unknown",
|
57
57
|
"hardwaremodel": "x86_64",
|
58
|
-
"hostname": "
|
58
|
+
"hostname": "foo",
|
59
59
|
"hypervisors": {
|
60
60
|
"virtualbox": {}
|
61
61
|
},
|
@@ -326,6 +326,7 @@
|
|
326
326
|
"dhcp": "10.0.2.2",
|
327
327
|
"fqdn": "foo.example.com",
|
328
328
|
"hostname": "foo",
|
329
|
+
"domain": "example.com",
|
329
330
|
"interfaces": {
|
330
331
|
"eth0": {
|
331
332
|
"bindings": [
|
@@ -53,11 +53,11 @@
|
|
53
53
|
"facterversion": "3.14.5",
|
54
54
|
"filesystems": "btrfs,ext2,ext3,ext4,msdos,vfat,xfs",
|
55
55
|
"fips_enabled": false,
|
56
|
-
"fqdn": "
|
56
|
+
"fqdn": "foo.example.com",
|
57
57
|
"gid": "root",
|
58
58
|
"hardwareisa": "x86_64",
|
59
59
|
"hardwaremodel": "x86_64",
|
60
|
-
"hostname": "
|
60
|
+
"hostname": "foo",
|
61
61
|
"hypervisors": {
|
62
62
|
"openvz": {
|
63
63
|
"cloudlinux": false,
|
@@ -345,8 +345,8 @@
|
|
345
345
|
"networking": {
|
346
346
|
"dhcp": "169.255.254.1",
|
347
347
|
"domain": "example.com",
|
348
|
-
"fqdn": "
|
349
|
-
"hostname": "
|
348
|
+
"fqdn": "foo.example.com",
|
349
|
+
"hostname": "foo",
|
350
350
|
"interfaces": {
|
351
351
|
"eth0": {
|
352
352
|
"bindings": [
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"facterversion": "3.14.14",
|
52
52
|
"filesystems": "btrfs",
|
53
53
|
"fips_enabled": false,
|
54
|
-
"fqdn": "
|
54
|
+
"fqdn": "foo.example.com",
|
55
55
|
"gid": "root",
|
56
56
|
"hardwareisa": "unknown",
|
57
57
|
"hardwaremodel": "x86_64",
|
@@ -326,6 +326,7 @@
|
|
326
326
|
"dhcp": "10.0.2.2",
|
327
327
|
"fqdn": "foo.example.com",
|
328
328
|
"hostname": "foo",
|
329
|
+
"domain": "example.com",
|
329
330
|
"interfaces": {
|
330
331
|
"eth0": {
|
331
332
|
"bindings": [
|
@@ -45,15 +45,15 @@
|
|
45
45
|
"uuid": "11212105-1cf1-4a18-beb9-25d00961e8cd"
|
46
46
|
}
|
47
47
|
},
|
48
|
-
"domain": "
|
48
|
+
"domain": "example.com",
|
49
49
|
"facterversion": "3.14.18",
|
50
50
|
"filesystems": "ext2,ext3,ext4,vfat",
|
51
51
|
"fips_enabled": false,
|
52
|
-
"fqdn": "
|
52
|
+
"fqdn": "foo.example.com",
|
53
53
|
"gid": "root",
|
54
54
|
"hardwareisa": "x86_64",
|
55
55
|
"hardwaremodel": "x86_64",
|
56
|
-
"hostname": "
|
56
|
+
"hostname": "foo",
|
57
57
|
"hypervisors": {
|
58
58
|
"kvm": {}
|
59
59
|
},
|
@@ -373,9 +373,9 @@
|
|
373
373
|
"network_enp1s0": "10.0.2.0",
|
374
374
|
"network_lo": "127.0.0.0",
|
375
375
|
"networking": {
|
376
|
-
"domain": "
|
377
|
-
"fqdn": "
|
378
|
-
"hostname": "
|
376
|
+
"domain": "example.com",
|
377
|
+
"fqdn": "foo.example.com",
|
378
|
+
"hostname": "foo",
|
379
379
|
"interfaces": {
|
380
380
|
"enp0s3": {
|
381
381
|
"bindings": [
|
@@ -28,15 +28,15 @@
|
|
28
28
|
"size_bytes": 53687091200
|
29
29
|
}
|
30
30
|
},
|
31
|
-
"domain": "
|
31
|
+
"domain": "example.com",
|
32
32
|
"facterversion": "3.14.20",
|
33
33
|
"filesystems": "ext2,ext3,ext4,squashfs,vfat",
|
34
34
|
"fips_enabled": false,
|
35
|
-
"fqdn": "
|
35
|
+
"fqdn": "foo.example.com",
|
36
36
|
"gid": "root",
|
37
37
|
"hardwareisa": "x86_64",
|
38
38
|
"hardwaremodel": "x86_64",
|
39
|
-
"hostname": "
|
39
|
+
"hostname": "foo",
|
40
40
|
"hypervisors": {
|
41
41
|
"xen": {
|
42
42
|
"context": "hvm",
|
@@ -312,9 +312,9 @@
|
|
312
312
|
"network_public": "8.8.8.8",
|
313
313
|
"networking": {
|
314
314
|
"dhcp": "8.8.8.8",
|
315
|
-
"domain": "
|
316
|
-
"fqdn": "
|
317
|
-
"hostname": "
|
315
|
+
"domain": "example.com",
|
316
|
+
"fqdn": "foo.example.com",
|
317
|
+
"hostname": "foo",
|
318
318
|
"interfaces": {
|
319
319
|
"internal": {
|
320
320
|
"bindings": [
|
@@ -1,4 +1,8 @@
|
|
1
1
|
{
|
2
|
+
"ipaddress": "192.168.0.1",
|
3
|
+
"fqdn": "foo.example.com",
|
4
|
+
"domain": "example.com",
|
5
|
+
"hostname": "foo",
|
2
6
|
"augeas": {
|
3
7
|
"version": "1.4.0"
|
4
8
|
},
|
@@ -35,8 +39,8 @@
|
|
35
39
|
},
|
36
40
|
"networking": {
|
37
41
|
"domain": "example.com",
|
38
|
-
"fqdn": "
|
39
|
-
"hostname": "
|
42
|
+
"fqdn": "foo.example.com",
|
43
|
+
"hostname": "foo",
|
40
44
|
"interfaces": {
|
41
45
|
"en0": {
|
42
46
|
"bindings": [
|
@@ -1,4 +1,8 @@
|
|
1
1
|
{
|
2
|
+
"ipaddress": "192.168.0.1",
|
3
|
+
"hostname": "foo",
|
4
|
+
"domain": "example.com",
|
5
|
+
"fqdn": "foo.example.com",
|
2
6
|
"augeas": {
|
3
7
|
"version": "1.4.0"
|
4
8
|
},
|
@@ -35,8 +39,8 @@
|
|
35
39
|
},
|
36
40
|
"networking": {
|
37
41
|
"domain": "example.com",
|
38
|
-
"fqdn": "
|
39
|
-
"hostname": "
|
42
|
+
"fqdn": "foo.example.com",
|
43
|
+
"hostname": "foo",
|
40
44
|
"interfaces": {
|
41
45
|
"en0": {
|
42
46
|
"bindings": [
|
@@ -1,4 +1,8 @@
|
|
1
1
|
{
|
2
|
+
"ipaddress": "192.168.0.1",
|
3
|
+
"fqdn": "foo.example.com",
|
4
|
+
"domain": "example.com",
|
5
|
+
"hostname": "foo",
|
2
6
|
"augeas": {
|
3
7
|
"version": "1.4.0"
|
4
8
|
},
|
@@ -35,8 +39,8 @@
|
|
35
39
|
},
|
36
40
|
"networking": {
|
37
41
|
"domain": "example.com",
|
38
|
-
"fqdn": "
|
39
|
-
"hostname": "
|
42
|
+
"fqdn": "foo.example.com",
|
43
|
+
"hostname": "foo",
|
40
44
|
"interfaces": {
|
41
45
|
"en0": {
|
42
46
|
"bindings": [
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"uuid": "EC209762-DEF6-9B34-BB6F-EBA5E5EE4C56"
|
38
38
|
}
|
39
39
|
},
|
40
|
-
"domain": "
|
40
|
+
"domain": "example.com",
|
41
41
|
"ec2_metadata": {
|
42
42
|
"ami-id": "ami-b2d056d3",
|
43
43
|
"ami-launch-index": "0",
|
@@ -46,14 +46,14 @@
|
|
46
46
|
"ami": "/dev/xvda",
|
47
47
|
"root": "/dev/xvda"
|
48
48
|
},
|
49
|
-
"hostname": "
|
49
|
+
"hostname": "foo.example.com",
|
50
50
|
"iam": {
|
51
51
|
"info": "{\n \"Code\" : \"Success\",\n \"LastUpdated\" : \"2017-09-14T21:04:53Z\",\n \"InstanceProfileArn\" : \"arn:aws-us-gov:iam::050287752177:instance-profile/caf-dev-default-role\",\n \"InstanceProfileId\" : \"AIPAK7C66WYDVS3ZKCQRI\"\n}"
|
52
52
|
},
|
53
53
|
"instance-action": "none",
|
54
54
|
"instance-id": "i-021bd29b48d609819",
|
55
55
|
"instance-type": "t2.small",
|
56
|
-
"local-hostname": "
|
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": "
|
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",
|
@@ -99,11 +99,11 @@
|
|
99
99
|
"ec2_userdata": "#!/bin/bash -ex\nyum -y update\nrpm -Uvh https://yum.puppetlabs.com/puppetlabs-release-pc1-el-6.noarch.rpm\nyum -y install puppet-agent\nmkdir -p /etc/puppet/modules\n/opt/puppetlabs/bin/puppet module install saz-sudo\n/opt/puppetlabs/bin/puppet module install puppetlabs-accounts\naws --region us-gov-west-1 s3 cp s3://caf-ops-deployment/user_data/users_ops.pp /root/\n/opt/puppetlabs/bin/puppet apply /root/users_ops.pp",
|
100
100
|
"facterversion": "3.6.5",
|
101
101
|
"filesystems": "ext3,ext4",
|
102
|
-
"fqdn": "
|
102
|
+
"fqdn": "foo.example.com",
|
103
103
|
"gid": "root",
|
104
104
|
"hardwareisa": "x86_64",
|
105
105
|
"hardwaremodel": "x86_64",
|
106
|
-
"hostname": "
|
106
|
+
"hostname": "foo",
|
107
107
|
"id": "root",
|
108
108
|
"identity": {
|
109
109
|
"gid": 0,
|
@@ -196,9 +196,9 @@
|
|
196
196
|
"network_lo": "127.0.0.0",
|
197
197
|
"networking": {
|
198
198
|
"dhcp": "10.254.253.129",
|
199
|
-
"domain": "
|
200
|
-
"fqdn": "
|
201
|
-
"hostname": "
|
199
|
+
"domain": "example.com",
|
200
|
+
"fqdn": "foo.example.com",
|
201
|
+
"hostname": "foo",
|
202
202
|
"interfaces": {
|
203
203
|
"eth0": {
|
204
204
|
"bindings": [
|
@@ -1,4 +1,8 @@
|
|
1
1
|
{
|
2
|
+
"ipaddress": "192.168.0.1",
|
3
|
+
"fqdn": "foo.example.com",
|
4
|
+
"domain": "example.com",
|
5
|
+
"hostname": "foo",
|
2
6
|
"aio_agent_version": "1.10.1",
|
3
7
|
"augeas": {
|
4
8
|
"version": "1.4.0"
|
@@ -137,8 +141,8 @@
|
|
137
141
|
},
|
138
142
|
"networking": {
|
139
143
|
"domain": "example.com",
|
140
|
-
"fqdn": "
|
141
|
-
"hostname": "
|
144
|
+
"fqdn": "foo.example.com",
|
145
|
+
"hostname": "foo",
|
142
146
|
"interfaces": {
|
143
147
|
"br0": {
|
144
148
|
"bindings": [
|
@@ -16,11 +16,11 @@
|
|
16
16
|
"domain": "example.com",
|
17
17
|
"facterversion": "3.9.4",
|
18
18
|
"filesystems": "ahafs,autofs,cachefs,cdrfs,cifs,jfs,jfs2,namefs,nfs,nfs3,nfs4,pmemfs,procfs,sfs,stnfs,udfs",
|
19
|
-
"fqdn": "
|
19
|
+
"fqdn": "foo.example.com",
|
20
20
|
"gid": "system",
|
21
21
|
"hardwareisa": "powerpc",
|
22
22
|
"hardwaremodel": "IBM,8284-22A",
|
23
|
-
"hostname": "
|
23
|
+
"hostname": "foo",
|
24
24
|
"id": "root",
|
25
25
|
"identity": {
|
26
26
|
"gid": 0,
|
@@ -189,8 +189,8 @@
|
|
189
189
|
"network_lo0": "127.0.0.0",
|
190
190
|
"networking": {
|
191
191
|
"domain": "example.com",
|
192
|
-
"fqdn": "
|
193
|
-
"hostname": "
|
192
|
+
"fqdn": "foo.example.com",
|
193
|
+
"hostname": "foo",
|
194
194
|
"interfaces": {
|
195
195
|
"en0": {
|
196
196
|
"bindings6": [
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"facterversion": "3.9.5",
|
52
52
|
"filesystems": "btrfs",
|
53
53
|
"fips_enabled": false,
|
54
|
-
"fqdn": "
|
54
|
+
"fqdn": "foo.example.com",
|
55
55
|
"gid": "root",
|
56
56
|
"hardwareisa": "unknown",
|
57
57
|
"hardwaremodel": "x86_64",
|
@@ -325,6 +325,7 @@
|
|
325
325
|
"networking": {
|
326
326
|
"dhcp": "10.0.2.2",
|
327
327
|
"fqdn": "foo.example.com",
|
328
|
+
"domain": "example.com",
|
328
329
|
"hostname": "foo",
|
329
330
|
"interfaces": {
|
330
331
|
"eth0": {
|
@@ -53,12 +53,12 @@
|
|
53
53
|
"env_temp_variable": "/tmp",
|
54
54
|
"facterversion": "3.9.5",
|
55
55
|
"filesystems": "autofs,cachefs,ctfs,dcfs,devfs,fdfs,fifofs,hsfs,lofs,mntfs,namefs,nfs,objfs,pcfs,procfs,sharefs,sockfs,specfs,tmpfs,udfs,ufs,xmemfs",
|
56
|
-
"fqdn": "
|
56
|
+
"fqdn": "foo.example.com",
|
57
57
|
"gemhome": "/opt/puppetlabs/puppet/lib/ruby/gems/2.4.0",
|
58
58
|
"gid": "root",
|
59
59
|
"hardwareisa": "i386",
|
60
60
|
"hardwaremodel": "i86pc",
|
61
|
-
"hostname": "
|
61
|
+
"hostname": "foo",
|
62
62
|
"id": "root",
|
63
63
|
"identity": {
|
64
64
|
"gid": 0,
|
@@ -406,8 +406,8 @@
|
|
406
406
|
"network_lo0": "127.0.0.0",
|
407
407
|
"networking": {
|
408
408
|
"domain": "example.com",
|
409
|
-
"fqdn": "
|
410
|
-
"hostname": "
|
409
|
+
"fqdn": "foo.example.com",
|
410
|
+
"hostname": "foo",
|
411
411
|
"interfaces": {
|
412
412
|
"bnx0": {
|
413
413
|
"bindings": [
|