simp-rspec-puppet-facts 1.0.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +97 -3
  3. data/facts/1.6/centos-6-x86_64.facts +0 -0
  4. data/facts/1.6/centos-7-x86_64.facts +0 -0
  5. data/facts/1.6/redhat-6-x86_64.facts +0 -0
  6. data/facts/1.6/redhat-7-x86_64.facts +0 -0
  7. data/facts/1.7/centos-6-x86_64.facts +104 -0
  8. data/facts/1.7/centos-7-x86_64.facts +102 -0
  9. data/facts/1.7/redhat-6-x86_64.facts +107 -0
  10. data/facts/1.7/redhat-7-x86_64.facts +102 -0
  11. data/facts/2.0/centos-6-x86_64.facts +200 -0
  12. data/facts/2.0/centos-7-x86_64.facts +194 -0
  13. data/facts/2.0/redhat-6-x86_64.facts +196 -0
  14. data/facts/2.0/redhat-7-x86_64.facts +195 -0
  15. data/facts/2.1/centos-6-x86_64.facts +212 -0
  16. data/facts/2.1/centos-7-x86_64.facts +212 -0
  17. data/facts/2.1/redhat-6-x86_64.facts +208 -0
  18. data/facts/2.1/redhat-7-x86_64.facts +213 -0
  19. data/facts/2.2/centos-6-x86_64.facts +235 -0
  20. data/facts/2.2/centos-7-x86_64.facts +235 -0
  21. data/facts/2.2/redhat-6-x86_64.facts +231 -0
  22. data/facts/2.2/redhat-7-x86_64.facts +236 -0
  23. data/facts/2.3/centos-6-x86_64.facts +236 -0
  24. data/facts/2.3/centos-7-x86_64.facts +236 -0
  25. data/facts/2.3/redhat-6-x86_64.facts +232 -0
  26. data/facts/2.3/redhat-7-x86_64.facts +237 -0
  27. data/facts/2.4/centos-6-x86_64.facts +236 -0
  28. data/facts/2.4/centos-7-x86_64.facts +236 -0
  29. data/facts/2.4/redhat-6-x86_64.facts +232 -0
  30. data/facts/2.4/redhat-7-x86_64.facts +237 -0
  31. data/facts/3.0/centos-6-x86_64.facts +339 -0
  32. data/facts/3.0/centos-7-x86_64.facts +343 -0
  33. data/facts/3.0/redhat-6-x86_64.facts +338 -0
  34. data/facts/3.0/redhat-7-x86_64.facts +348 -0
  35. data/facts/3.1/centos-6-x86_64.facts +368 -0
  36. data/facts/3.1/centos-7-x86_64.facts +372 -0
  37. data/facts/3.1/redhat-6-x86_64.facts +367 -0
  38. data/facts/3.1/redhat-7-x86_64.facts +377 -0
  39. data/facts/Gemfile +11 -0
  40. data/facts/Vagrantfile +34 -0
  41. data/facts/get_facts.sh +35 -0
  42. data/lib/simp/rspec-puppet-facts.rb +100 -40
  43. data/lib/simp/version.rb +4 -0
  44. data/spec/fixtures/metadata.json +2 -2
  45. data/spec/simp_rspec_puppet_facts_spec.rb +120 -51
  46. data/spec/spec_helper.rb +0 -6
  47. metadata +107 -70
@@ -0,0 +1,236 @@
1
+ {
2
+ "gem_version": "~> 2.3.0",
3
+ "lib": "/vagrant/modules/apache/lib/facter:/vagrant/modules/foreman/lib/facter:/vagrant/modules/freeradius/lib/facter:/vagrant/modules/openldap/lib/facter:/vagrant/modules/pupmod/lib/facter:/vagrant/modules/simplib/lib/facter:/vagrant/modules/stdlib/lib/facter:/vagrant/modules/tpm/lib/facter:/vagrant/modules/xwindows/lib/facter:",
4
+ "architecture": "x86_64",
5
+ "augeasversion": "1.4.0",
6
+ "kernel": "Linux",
7
+ "blockdevice_sda_size": 21474836480,
8
+ "blockdevice_sda_vendor": "ATA",
9
+ "blockdevice_sda_model": "VBOX HARDDISK",
10
+ "blockdevices": "sda",
11
+ "dhcp_servers": {
12
+ "system": "10.0.2.2",
13
+ "enp0s3": "10.0.2.2"
14
+ },
15
+ "domain": "example.com",
16
+ "virtual": "virtualbox",
17
+ "is_virtual": true,
18
+ "hardwaremodel": "x86_64",
19
+ "operatingsystem": "CentOS",
20
+ "os": {
21
+ "name": "CentOS",
22
+ "family": "RedHat",
23
+ "release": {
24
+ "major": "7",
25
+ "minor": "0",
26
+ "full": "7.0.1406"
27
+ }
28
+ },
29
+ "facterversion": "2.3.0",
30
+ "filesystems": "xfs",
31
+ "fqdn": "foo.example.com",
32
+ "gid": "root",
33
+ "hardwareisa": "x86_64",
34
+ "hostname": "foo",
35
+ "id": "root",
36
+ "interfaces": "enp0s3,lo",
37
+ "ipaddress_enp0s3": "10.0.2.15",
38
+ "macaddress_enp0s3": "08:00:27:be:2b:28",
39
+ "netmask_enp0s3": "255.255.255.0",
40
+ "mtu_enp0s3": 1500,
41
+ "ipaddress_lo": "127.0.0.1",
42
+ "netmask_lo": "255.0.0.0",
43
+ "mtu_lo": 65536,
44
+ "ipaddress": "10.0.2.15",
45
+ "kernelmajversion": "3.10",
46
+ "kernelrelease": "3.10.0-123.el7.x86_64",
47
+ "kernelversion": "3.10.0",
48
+ "macaddress": "08:00:27:be:2b:28",
49
+ "boardmanufacturer": "Oracle Corporation",
50
+ "boardproductname": "VirtualBox",
51
+ "boardserialnumber": "0",
52
+ "bios_vendor": "innotek GmbH",
53
+ "bios_version": "VirtualBox",
54
+ "bios_release_date": "12/01/2006",
55
+ "manufacturer": "innotek GmbH",
56
+ "productname": "VirtualBox",
57
+ "serialnumber": "0",
58
+ "uuid": "C2A0AE40-3196-4933-B3ED-6190E43931A1",
59
+ "type": "Other",
60
+ "memorysize": "490.41 MB",
61
+ "memoryfree": "326.34 MB",
62
+ "swapsize": "1.03 GB",
63
+ "swapfree": "1.03 GB",
64
+ "swapsize_mb": "1056.00",
65
+ "swapfree_mb": "1055.80",
66
+ "memorysize_mb": "490.41",
67
+ "memoryfree_mb": "326.34",
68
+ "netmask": "255.255.255.0",
69
+ "network_enp0s3": "10.0.2.0",
70
+ "network_lo": "127.0.0.0",
71
+ "operatingsystemmajrelease": "7",
72
+ "operatingsystemrelease": "7.0.1406",
73
+ "osfamily": "RedHat",
74
+ "partitions": {
75
+ "sda1": {
76
+ "uuid": "39ce4ad1-4e9d-49a4-bce0-8a30b459490a",
77
+ "size": "1024000",
78
+ "mount": "/boot",
79
+ "filesystem": "xfs"
80
+ },
81
+ "sda2": {
82
+ "size": "40916992",
83
+ "filesystem": "LVM2_member"
84
+ }
85
+ },
86
+ "path": "/home/vagrant/vendor/bundler/ruby/2.1.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
87
+ "physicalprocessorcount": 1,
88
+ "processors": {
89
+ "models": [
90
+ "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz"
91
+ ],
92
+ "count": 1,
93
+ "physicalcount": 1
94
+ },
95
+ "processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
96
+ "processorcount": 1,
97
+ "ps": "ps -ef",
98
+ "puppetversion": "3.8.7",
99
+ "rubyplatform": "x86_64-linux",
100
+ "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
101
+ "rubyversion": "2.1.7",
102
+ "selinux": false,
103
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDLMo35gwbuqQvRq1gy6L8vddeyMNBYr5WPVcftMKSJR1jmwzxcZ+h0AEb3KPfoMHkqe9Xy+3oN981qe5ZCE780HO884AaXzXry9zdWQjGysrI+zHQbqbpOkYAGsVbJiQ7VnH7lMVZo2jCbABj4OdsbeCOeP3oDXTNCTaWWdQChzqvYgNBvb0mg/na1l0naQ1nsJYD85O8ZRQ9U/JOADMaOjummfOb2z7MgskZ9abm5eFCCQl+wUUNXKqQx+uyVM4lyyoTHpW3M2IV0P9wxhWJF6eovwyREGuMgJCs6kbHCFty7HtAYbzziabgQav8pMe68aBqjshbpU6ll/+aXWhD1",
104
+ "sshfp_rsa": "SSHFP 1 1 f25e9ad2faddbe75263cfee4fa97dc965bc1d581\nSSHFP 1 2 0173e386031a134e4cbfb7f6971788761a5aa3d9e39dafcf163f003de2537199",
105
+ "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBcSUcHQOfBDZElr6PBmxc/4ZDaIhsugXM7OE2SQj35iOMCN/I3XfINMo8SvBIQ6CsBqPnzgbKRBs7e1FPFnsT4=",
106
+ "sshfp_ecdsa": "SSHFP 3 1 91edfdf5e7e098f4392606865c017dabc26804bb\nSSHFP 3 2 f00c65a1884bfec52db11de89254f0bfd46baf9e759546654c94371a05ee0dba",
107
+ "system_uptime": {
108
+ "seconds": 86,
109
+ "hours": 0,
110
+ "days": 0,
111
+ "uptime": "0:01 hours"
112
+ },
113
+ "timezone": "UTC",
114
+ "uniqueid": "007f0100",
115
+ "uptime": "0:01 hours",
116
+ "uptime_days": 0,
117
+ "uptime_hours": 0,
118
+ "uptime_seconds": 86,
119
+ "radius_version": "unknown",
120
+ "openldap_arch": "i386",
121
+ "puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/2.1.0/gems/puppet-3.8.7/lib/puppet",
122
+ "reboot_required": false,
123
+ "cmdline": {
124
+ "BOOT_IMAGE": "/vmlinuz-3.10.0-123.el7.x86_64",
125
+ "root": "UUID",
126
+ "ro": null,
127
+ "rd.lvm.lv": "centos/root",
128
+ "vconsole.font": "latarcyrheb-sun16",
129
+ "crashkernel": "auto",
130
+ "vconsole.keymap": "us",
131
+ "rhgb": null,
132
+ "quiet": null,
133
+ "LANG": "en_US.UTF-8"
134
+ },
135
+ "boot_dir_uuid": "39ce4ad1-4e9d-49a4-bce0-8a30b459490a",
136
+ "defaultgatewayiface": "enp0s3",
137
+ "acpid_enabled": false,
138
+ "shmall": "268435456",
139
+ "ipv6_enabled": true,
140
+ "init_systems": [
141
+ "rc",
142
+ "systemd",
143
+ "sysv"
144
+ ],
145
+ "runlevel": "3",
146
+ "uid_min": "1000",
147
+ "fips_enabled": false,
148
+ "grub_version": "2.02~beta2",
149
+ "has_clustering": false,
150
+ "tmp_mount_dev_shm": "rw,nosuid,nodev",
151
+ "tmp_mount_path_dev_shm": "tmpfs",
152
+ "tmp_mount_fstype_dev_shm": "tmpfs",
153
+ "defaultgateway": "10.0.2.2",
154
+ "fullrun": "false",
155
+ "cpuinfo": {
156
+ "processor0": {
157
+ "vendor_id": "GenuineIntel",
158
+ "cpu_family": "6",
159
+ "model": "61",
160
+ "model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
161
+ "stepping": "4",
162
+ "microcode": "0x19",
163
+ "cpu_MHz": "3092.908",
164
+ "cache_size": "4096 KB",
165
+ "physical_id": "0",
166
+ "siblings": "1",
167
+ "core_id": "0",
168
+ "cpu_cores": "1",
169
+ "apicid": "0",
170
+ "initial_apicid": "0",
171
+ "fpu": "yes",
172
+ "fpu_exception": "yes",
173
+ "cpuid_level": "20",
174
+ "wp": "yes",
175
+ "flags": [
176
+ "fpu",
177
+ "vme",
178
+ "de",
179
+ "pse",
180
+ "tsc",
181
+ "msr",
182
+ "pae",
183
+ "mce",
184
+ "cx8",
185
+ "apic",
186
+ "sep",
187
+ "mtrr",
188
+ "pge",
189
+ "mca",
190
+ "cmov",
191
+ "pat",
192
+ "pse36",
193
+ "clflush",
194
+ "mmx",
195
+ "fxsr",
196
+ "sse",
197
+ "sse2",
198
+ "syscall",
199
+ "nx",
200
+ "rdtscp",
201
+ "lm",
202
+ "constant_tsc",
203
+ "rep_good",
204
+ "nopl",
205
+ "xtopology",
206
+ "nonstop_tsc",
207
+ "pni",
208
+ "pclmulqdq",
209
+ "monitor",
210
+ "ssse3",
211
+ "cx16",
212
+ "sse4_1",
213
+ "sse4_2",
214
+ "movbe",
215
+ "popcnt",
216
+ "aes",
217
+ "xsave",
218
+ "avx",
219
+ "rdrand",
220
+ "lahf_lm",
221
+ "abm",
222
+ "3dnowprefetch",
223
+ "rdseed"
224
+ ],
225
+ "bogomips": "6185.81",
226
+ "clflush_size": "64",
227
+ "cache_alignment": "64",
228
+ "address_sizes": "39 bits physical, 48 bits virtual",
229
+ "power_management": "power management"
230
+ }
231
+ },
232
+ "root_home": "/root",
233
+ "is_pe": false,
234
+ "has_tpm": false,
235
+ "gdm_version": "0.0.0"
236
+ }
@@ -0,0 +1,232 @@
1
+ {
2
+ "gem_version": "~> 2.3.0",
3
+ "lib": "/vagrant/modules/apache/lib/facter:/vagrant/modules/foreman/lib/facter:/vagrant/modules/freeradius/lib/facter:/vagrant/modules/openldap/lib/facter:/vagrant/modules/pupmod/lib/facter:/vagrant/modules/simplib/lib/facter:/vagrant/modules/stdlib/lib/facter:/vagrant/modules/tpm/lib/facter:/vagrant/modules/xwindows/lib/facter:",
4
+ "hostname": "foo",
5
+ "kernel": "Linux",
6
+ "blockdevice_sr0_size": 1073741312,
7
+ "blockdevice_sr0_vendor": "VBOX",
8
+ "blockdevice_sr0_model": "CD-ROM",
9
+ "blockdevice_sda_size": 32212254720,
10
+ "blockdevice_sda_vendor": "ATA",
11
+ "blockdevice_sda_model": "VBOX HARDDISK",
12
+ "blockdevices": "sda,sr0",
13
+ "processors": {
14
+ "models": [
15
+ "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz"
16
+ ],
17
+ "count": 1,
18
+ "physicalcount": 1
19
+ },
20
+ "virtual": "kvm",
21
+ "is_virtual": true,
22
+ "architecture": "x86_64",
23
+ "hardwaremodel": "x86_64",
24
+ "operatingsystem": "RedHat",
25
+ "os": {
26
+ "name": "RedHat",
27
+ "family": "RedHat",
28
+ "release": {
29
+ "major": "6",
30
+ "minor": "5",
31
+ "full": "6.5"
32
+ }
33
+ },
34
+ "kernelrelease": "2.6.32-431.el6.x86_64",
35
+ "operatingsystemrelease": "6.5",
36
+ "memorysize": "1.83 GB",
37
+ "memoryfree": "1.71 GB",
38
+ "swapsize": "3.00 GB",
39
+ "swapfree": "3.00 GB",
40
+ "swapsize_mb": "3071.99",
41
+ "swapfree_mb": "3071.99",
42
+ "memorysize_mb": "1877.43",
43
+ "memoryfree_mb": "1753.91",
44
+ "rubyplatform": "x86_64-linux",
45
+ "hardwareisa": "x86_64",
46
+ "id": "root",
47
+ "timezone": "EDT",
48
+ "fqdn": "foo.example.com",
49
+ "boardmanufacturer": "Oracle Corporation",
50
+ "boardproductname": "VirtualBox",
51
+ "boardserialnumber": "0",
52
+ "bios_vendor": "innotek GmbH",
53
+ "bios_version": "VirtualBox",
54
+ "bios_release_date": "12/01/2006",
55
+ "manufacturer": "innotek GmbH",
56
+ "productname": "VirtualBox",
57
+ "serialnumber": "0",
58
+ "uuid": "13768983-8D2B-451F-937F-ADDD3C6DBE40",
59
+ "type": "Other",
60
+ "facterversion": "2.3.0",
61
+ "path": "/home/vagrant/vendor/bundler/ruby/2.1.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
62
+ "rubyversion": "2.1.7",
63
+ "kernelversion": "2.6.32",
64
+ "uniqueid": "007f0100",
65
+ "uptime_seconds": 70,
66
+ "processor0": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
67
+ "processorcount": 1,
68
+ "operatingsystemmajrelease": "6",
69
+ "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
70
+ "filesystems": "ext4,iso9660",
71
+ "ps": "ps -ef",
72
+ "uptime": "0:01 hours",
73
+ "macaddress": "08:00:27:D5:6F:26",
74
+ "partitions": {
75
+ "sda1": {
76
+ "uuid": "0119c428-fbfa-4525-801b-112f6f58ae1c",
77
+ "size": "1024000",
78
+ "mount": "/boot",
79
+ "filesystem": "ext4"
80
+ },
81
+ "sda2": {
82
+ "size": "61888512",
83
+ "filesystem": "LVM2_member"
84
+ }
85
+ },
86
+ "system_uptime": {
87
+ "seconds": 70,
88
+ "hours": 0,
89
+ "days": 0,
90
+ "uptime": "0:01 hours"
91
+ },
92
+ "osfamily": "RedHat",
93
+ "domain": "example.com",
94
+ "ipaddress": "10.0.2.15",
95
+ "sshdsakey": "AAAAB3NzaC1kc3MAAACBAMJzRC1Dam9XK/uinH37BE09gJ6Jdcjdk1S4INQ4QOm4TqKO3j6glXZWGNikEG/mUzLIU8UOZBYddD4uRNLvOYUtUnHMzRn6teQflK9CNROt4EsuZ6BWS4LJIc4rxXwMnl/sdIXA3y3fWJXts5ju506/B0E+om1OZmF2HECVdyV5AAAAFQCFfk4wYSRwajtOsdVnnwbsBfmySQAAAIBfIIKqK2Uyscs9s5+dVM11FlhSD0jKt3PlaedePz8xXP4YpgvaqlL+vWkqAJe/wNrbRGHE8IoFRb6g4oSoSjqTo671fM6jPge5ceia5MqaTwSUi2/jULK8j2nPuj01lpMgZRSo5+1f3KekhMUKQNoA/BRrqdn5KLC2RaLTy3h0WQAAAIEAo0kyGMbkEBcPQibgfOJTuJFZ8l2590C0uSAu+EUOD0FafiurpgVyjUVCkviO0o9CMLqyuz1fLy6WhSl93GquVzNLGFZgJdqtFQjXPcdrLG+CA8D8WwLNqlHeq2FoBU6Ziqc/PS9UnwwLevNvz6RQLDO1e3A7KGF79TQH/PzNom4=",
96
+ "sshfp_dsa": "SSHFP 2 1 6b3b4f61ce5589131af398bd375d3c3648b0acca\nSSHFP 2 2 756f3d89fd3eba29d9d2e6945985f643fd150195f9ecc485e4bb4f21ea2643f7",
97
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAABIwAAAQEA5Ci2vpmnOFndAZpEJTIdE3KtK7QVU7Gxi2Gi3r/ilo0q52mFxn+A6CNdZqDapWTlbWhnAE78edjy5sLuQ8tF6zvPjadkXBG3UZH1ZmN50MjISS3WbOfgv2X0SiF7u8xykTrGsYOdPlEM2gk1XbwfnsDby084Zn1d9X6WE5l436MtLxpq/dbL2CMHpJfLlcQL5gGFrqoNxQI7F8oTFn3SyoBggsQxn5bfCas/vQzx4wSHB5TbEdZIRwZFrGKqcMfHuh3Vh9QUtuDO+ceEcBZ7ION4Eu4Yylpy3X9bOo44ufkJX4Xa/BqX7uv8ywvcy4yXJDHY7RUVnjsV3R1KS+bRuw==",
98
+ "sshfp_rsa": "SSHFP 1 1 da5db57b9a35167ded726929889a678802e29c14\nSSHFP 1 2 e66cf0d1c6c52f9bf2841cc33ae439b886d61985604d2de0ad25bc1288c99bf5",
99
+ "network_eth0": "10.0.2.0",
100
+ "network_lo": "127.0.0.0",
101
+ "kernelmajversion": "2.6",
102
+ "augeasversion": "1.4.0",
103
+ "interfaces": "eth0,lo",
104
+ "ipaddress_eth0": "10.0.2.15",
105
+ "macaddress_eth0": "08:00:27:D5:6F:26",
106
+ "netmask_eth0": "255.255.255.0",
107
+ "mtu_eth0": 1500,
108
+ "ipaddress_lo": "127.0.0.1",
109
+ "netmask_lo": "255.0.0.0",
110
+ "mtu_lo": 16436,
111
+ "uptime_hours": 0,
112
+ "netmask": "255.255.255.0",
113
+ "puppetversion": "3.8.7",
114
+ "selinux": false,
115
+ "gid": "root",
116
+ "physicalprocessorcount": 1,
117
+ "uptime_days": 0,
118
+ "radius_version": "unknown",
119
+ "openldap_arch": "i386",
120
+ "puppet_ruby_dir": "/home/vagrant/vendor/bundler/ruby/2.1.0/gems/puppet-3.8.7/lib/puppet",
121
+ "reboot_required": false,
122
+ "cmdline": {
123
+ "ro": null,
124
+ "root": "/dev/mapper/vg_redhat65vagrant-lv_root",
125
+ "rd_LVM_LV": "vg_redhat65vagrant/lv_swap",
126
+ "rd_NO_LUKS": null,
127
+ "LANG": "en_US.UTF-8",
128
+ "rd_NO_MD": null,
129
+ "SYSFONT": "latarcyrheb-sun16",
130
+ "crashkernel": "129M@0M",
131
+ "KEYBOARDTYPE": "pc",
132
+ "KEYTABLE": "us",
133
+ "rd_NO_DM": null,
134
+ "rhgb": null,
135
+ "quiet": null
136
+ },
137
+ "boot_dir_uuid": "0119c428-fbfa-4525-801b-112f6f58ae1c",
138
+ "defaultgatewayiface": "eth0",
139
+ "acpid_enabled": true,
140
+ "shmall": "4294967296",
141
+ "ipv6_enabled": true,
142
+ "init_systems": [
143
+ "rc",
144
+ "upstart",
145
+ "sysv"
146
+ ],
147
+ "runlevel": "3",
148
+ "uid_min": "500",
149
+ "fips_enabled": false,
150
+ "grub_version": "0.97",
151
+ "has_clustering": false,
152
+ "tmp_mount_dev_shm": "rw,relatime",
153
+ "tmp_mount_path_dev_shm": "tmpfs",
154
+ "tmp_mount_fstype_dev_shm": "tmpfs",
155
+ "defaultgateway": "10.0.2.2",
156
+ "fullrun": "false",
157
+ "cpuinfo": {
158
+ "processor0": {
159
+ "vendor_id": "GenuineIntel",
160
+ "cpu_family": "6",
161
+ "model": "61",
162
+ "model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz",
163
+ "stepping": "4",
164
+ "cpu_MHz": "3092.884",
165
+ "cache_size": "4096 KB",
166
+ "fpu": "yes",
167
+ "fpu_exception": "yes",
168
+ "cpuid_level": "20",
169
+ "wp": "yes",
170
+ "flags": [
171
+ "fpu",
172
+ "vme",
173
+ "de",
174
+ "pse",
175
+ "tsc",
176
+ "msr",
177
+ "pae",
178
+ "mce",
179
+ "cx8",
180
+ "apic",
181
+ "sep",
182
+ "mtrr",
183
+ "pge",
184
+ "mca",
185
+ "cmov",
186
+ "pat",
187
+ "pse36",
188
+ "clflush",
189
+ "mmx",
190
+ "fxsr",
191
+ "sse",
192
+ "sse2",
193
+ "syscall",
194
+ "nx",
195
+ "rdtscp",
196
+ "lm",
197
+ "constant_tsc",
198
+ "up",
199
+ "rep_good",
200
+ "xtopology",
201
+ "nonstop_tsc",
202
+ "unfair_spinlock",
203
+ "pni",
204
+ "pclmulqdq",
205
+ "monitor",
206
+ "ssse3",
207
+ "cx16",
208
+ "sse4_1",
209
+ "sse4_2",
210
+ "movbe",
211
+ "popcnt",
212
+ "aes",
213
+ "xsave",
214
+ "avx",
215
+ "rdrand",
216
+ "hypervisor",
217
+ "lahf_lm",
218
+ "abm",
219
+ "3dnowprefetch"
220
+ ],
221
+ "bogomips": "6185.76",
222
+ "clflush_size": "64",
223
+ "cache_alignment": "64",
224
+ "address_sizes": "39 bits physical, 48 bits virtual",
225
+ "power_management": "power management"
226
+ }
227
+ },
228
+ "root_home": "/root",
229
+ "is_pe": false,
230
+ "has_tpm": false,
231
+ "gdm_version": "0.0.0"
232
+ }