From 0002294ff53543868191b0a087fb4b892aa14803 Mon Sep 17 00:00:00 2001 From: Tim Sharpe Date: Wed, 26 Jul 2017 15:13:19 +1000 Subject: [PATCH] Backfill Windows fact sets --- facts/2.1/windows-2012 r2-core-x86_64.facts | 47 ++++++++ facts/2.1/windows-2012 r2-x86_64.facts | 47 ++++++++ facts/2.1/windows-2012-x86_64.facts | 47 ++++++++ facts/2.1/windows-2016-x86_64.facts | 47 ++++++++ facts/2.2/windows-2012 r2-core-x86_64.facts | 72 ++++++++++++ facts/2.2/windows-2012 r2-x86_64.facts | 72 ++++++++++++ facts/2.2/windows-2012-x86_64.facts | 71 ++++++++++++ facts/2.2/windows-2016-x86_64.facts | 72 ++++++++++++ facts/2.3/windows-2012 r2-core-x86_64.facts | 74 +++++++++++++ facts/2.3/windows-2012 r2-x86_64.facts | 74 +++++++++++++ facts/2.3/windows-2012-x86_64.facts | 74 +++++++++++++ facts/2.3/windows-2016-x86_64.facts | 75 +++++++++++++ facts/2.4/windows-2012 r2-core-x86_64.facts | 73 +++++++++++++ facts/2.4/windows-2012 r2-x86_64.facts | 73 +++++++++++++ facts/2.4/windows-2012-x86_64.facts | 73 +++++++++++++ facts/2.4/windows-2016-x86_64.facts | 74 +++++++++++++ facts/2.5/windows-2012 r2-core-x86_64.facts | 73 +++++++++++++ facts/2.5/windows-2012 r2-x86_64.facts | 73 +++++++++++++ facts/2.5/windows-2012-x86_64.facts | 73 +++++++++++++ facts/2.5/windows-2016-x86_64.facts | 74 +++++++++++++ facts/3.0/windows-2012 r2-core-x86_64.facts | 96 ++++++++++++++++ facts/3.0/windows-2012-x86_64.facts | 96 ++++++++++++++++ facts/3.0/windows-2016-x86_64.facts | 96 ++++++++++++++++ facts/3.1/windows-2012 r2-core-x86_64.facts | 113 +++++++++++++++++++ facts/3.1/windows-2012-x86_64.facts | 113 +++++++++++++++++++ facts/3.1/windows-2016-x86_64.facts | 113 +++++++++++++++++++ facts/3.3/windows-2012 r2-core-x86_64.facts | 113 +++++++++++++++++++ facts/3.3/windows-2012 r2-x86_64.facts | 113 +++++++++++++++++++ facts/3.3/windows-2012-x86_64.facts | 113 +++++++++++++++++++ facts/3.3/windows-2016-x86_64.facts | 113 +++++++++++++++++++ facts/3.4/windows-2012 r2-core-x86_64.facts | 115 ++++++++++++++++++++ facts/3.4/windows-2012 r2-x86_64.facts | 115 ++++++++++++++++++++ facts/3.4/windows-2012-x86_64.facts | 115 ++++++++++++++++++++ facts/3.4/windows-2016-x86_64.facts | 115 ++++++++++++++++++++ facts/3.5/windows-2012 r2-core-x86_64.facts | 115 ++++++++++++++++++++ facts/3.5/windows-2012 r2-x86_64.facts | 115 ++++++++++++++++++++ facts/3.5/windows-2012-x86_64.facts | 115 ++++++++++++++++++++ facts/3.5/windows-2016-x86_64.facts | 115 ++++++++++++++++++++ facts/3.6/windows-2012 r2-core-x86_64.facts | 115 ++++++++++++++++++++ facts/3.6/windows-2012 r2-x86_64.facts | 115 ++++++++++++++++++++ facts/3.6/windows-2012-x86_64.facts | 115 ++++++++++++++++++++ facts/3.6/windows-2016-x86_64.facts | 115 ++++++++++++++++++++ facts/3.7/windows-2012 r2-core-x86_64.facts | 115 ++++++++++++++++++++ facts/3.7/windows-2012 r2-x86_64.facts | 115 ++++++++++++++++++++ facts/3.7/windows-2012-x86_64.facts | 115 ++++++++++++++++++++ facts/3.7/windows-2016-x86_64.facts | 115 ++++++++++++++++++++ 46 files changed, 4277 insertions(+) create mode 100644 facts/2.1/windows-2012 r2-core-x86_64.facts create mode 100644 facts/2.1/windows-2012 r2-x86_64.facts create mode 100644 facts/2.1/windows-2012-x86_64.facts create mode 100644 facts/2.1/windows-2016-x86_64.facts create mode 100644 facts/2.2/windows-2012 r2-core-x86_64.facts create mode 100644 facts/2.2/windows-2012 r2-x86_64.facts create mode 100644 facts/2.2/windows-2012-x86_64.facts create mode 100644 facts/2.2/windows-2016-x86_64.facts create mode 100644 facts/2.3/windows-2012 r2-core-x86_64.facts create mode 100644 facts/2.3/windows-2012 r2-x86_64.facts create mode 100644 facts/2.3/windows-2012-x86_64.facts create mode 100644 facts/2.3/windows-2016-x86_64.facts create mode 100644 facts/2.4/windows-2012 r2-core-x86_64.facts create mode 100644 facts/2.4/windows-2012 r2-x86_64.facts create mode 100644 facts/2.4/windows-2012-x86_64.facts create mode 100644 facts/2.4/windows-2016-x86_64.facts create mode 100644 facts/2.5/windows-2012 r2-core-x86_64.facts create mode 100644 facts/2.5/windows-2012 r2-x86_64.facts create mode 100644 facts/2.5/windows-2012-x86_64.facts create mode 100644 facts/2.5/windows-2016-x86_64.facts create mode 100644 facts/3.0/windows-2012 r2-core-x86_64.facts create mode 100644 facts/3.0/windows-2012-x86_64.facts create mode 100644 facts/3.0/windows-2016-x86_64.facts create mode 100644 facts/3.1/windows-2012 r2-core-x86_64.facts create mode 100644 facts/3.1/windows-2012-x86_64.facts create mode 100644 facts/3.1/windows-2016-x86_64.facts create mode 100644 facts/3.3/windows-2012 r2-core-x86_64.facts create mode 100644 facts/3.3/windows-2012 r2-x86_64.facts create mode 100644 facts/3.3/windows-2012-x86_64.facts create mode 100644 facts/3.3/windows-2016-x86_64.facts create mode 100644 facts/3.4/windows-2012 r2-core-x86_64.facts create mode 100644 facts/3.4/windows-2012 r2-x86_64.facts create mode 100644 facts/3.4/windows-2012-x86_64.facts create mode 100644 facts/3.4/windows-2016-x86_64.facts create mode 100644 facts/3.5/windows-2012 r2-core-x86_64.facts create mode 100644 facts/3.5/windows-2012 r2-x86_64.facts create mode 100644 facts/3.5/windows-2012-x86_64.facts create mode 100644 facts/3.5/windows-2016-x86_64.facts create mode 100644 facts/3.6/windows-2012 r2-core-x86_64.facts create mode 100644 facts/3.6/windows-2012 r2-x86_64.facts create mode 100644 facts/3.6/windows-2012-x86_64.facts create mode 100644 facts/3.6/windows-2016-x86_64.facts create mode 100644 facts/3.7/windows-2012 r2-core-x86_64.facts create mode 100644 facts/3.7/windows-2012 r2-x86_64.facts create mode 100644 facts/3.7/windows-2012-x86_64.facts create mode 100644 facts/3.7/windows-2016-x86_64.facts diff --git a/facts/2.1/windows-2012 r2-core-x86_64.facts b/facts/2.1/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..9179fa51 --- /dev/null +++ b/facts/2.1/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,47 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": "true", + "hardwaremodel": "x64", + "operatingsystem": "windows", + "facterversion": "2.1.0", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "ghwyj7383d7t8xy\\administrator", + "interfaces": "Ethernet", + "ipaddress_ethernet": "10.32.114.127", + "macaddress_ethernet": "00:50:56:A2:34:6A", + "netmask_ethernet": "255.255.240.0", + "ipaddress": "10.32.114.127", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "macaddress": "00:50:56:A2:34:6A", + "manufacturer": "Phoenix Technologies LTD", + "serialnumber": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9", + "productname": "VMware Virtual Platform", + "memorysize": "4.00 GB", + "memoryfree": "3.19 GB", + "memorysize_mb": "4095.55", + "memoryfree_mb": "3269.80", + "netmask": "255.255.240.0", + "network_ethernet": "10.32.112.0", + "operatingsystemrelease": "6.3.9600", + "osfamily": "windows", + "path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "physicalprocessorcount": "2", + "processorcount": "2", + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "ps": "tasklist.exe", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "timezone": "Pacific Daylight Time", + "uptime": "11:36 hours", + "uptime_days": 0, + "uptime_hours": 11, + "uptime_seconds": 41771 +} diff --git a/facts/2.1/windows-2012 r2-x86_64.facts b/facts/2.1/windows-2012 r2-x86_64.facts new file mode 100644 index 00000000..46cdb2bd --- /dev/null +++ b/facts/2.1/windows-2012 r2-x86_64.facts @@ -0,0 +1,47 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": "true", + "hardwaremodel": "x64", + "operatingsystem": "windows", + "facterversion": "2.1.0", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.113.108", + "macaddress_ethernet0": "00:50:56:A2:D5:08", + "netmask_ethernet0": "255.255.240.0", + "ipaddress": "10.32.113.108", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "macaddress": "00:50:56:A2:D5:08", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 f5 c4 62 f1 23 8a-45 87 85 c8 cc 40 99 c5", + "productname": "VMware7,1", + "memorysize": "6.00 GB", + "memoryfree": "5.33 GB", + "memorysize_mb": "6143.14", + "memoryfree_mb": "5457.46", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemrelease": "6.3.9600", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "physicalprocessorcount": "2", + "processorcount": "2", + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "ps": "tasklist.exe", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "timezone": "Coordinated Universal Time", + "uptime": "3:24 hours", + "uptime_days": 0, + "uptime_hours": 3, + "uptime_seconds": 12240 +} \ No newline at end of file diff --git a/facts/2.1/windows-2012-x86_64.facts b/facts/2.1/windows-2012-x86_64.facts new file mode 100644 index 00000000..4fa35ee0 --- /dev/null +++ b/facts/2.1/windows-2012-x86_64.facts @@ -0,0 +1,47 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": "true", + "hardwaremodel": "x64", + "operatingsystem": "windows", + "facterversion": "2.1.0", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.115.189", + "macaddress_ethernet0": "00:50:56:A2:92:62", + "netmask_ethernet0": "255.255.240.0", + "ipaddress": "10.32.115.189", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "macaddress": "00:50:56:A2:92:62", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85", + "productname": "VMware7,1", + "memorysize": "4.00 GB", + "memoryfree": "3.34 GB", + "memorysize_mb": "4095.14", + "memoryfree_mb": "3418.32", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemrelease": "2012", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "physicalprocessorcount": "2", + "processorcount": "2", + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "ps": "tasklist.exe", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "timezone": "Coordinated Universal Time", + "uptime": "13:00 hours", + "uptime_days": 0, + "uptime_hours": 13, + "uptime_seconds": 46828 +} \ No newline at end of file diff --git a/facts/2.1/windows-2016-x86_64.facts b/facts/2.1/windows-2016-x86_64.facts new file mode 100644 index 00000000..14b22286 --- /dev/null +++ b/facts/2.1/windows-2016-x86_64.facts @@ -0,0 +1,47 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": "true", + "hardwaremodel": "x64", + "operatingsystem": "windows", + "facterversion": "2.1.0", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.127.40", + "macaddress_ethernet0": "00:50:56:A2:8C:AE", + "netmask_ethernet0": "255.255.240.0", + "ipaddress": "10.32.127.40", + "kernelmajversion": "10.0", + "kernelrelease": "10.0.14393", + "kernelversion": "10.0.14393", + "macaddress": "00:50:56:A2:8C:AE", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 09 38 62 48 0c 42-31 fc c4 09 83 b3 9e 82", + "productname": "VMware7,1", + "memorysize": "4.00 GB", + "memoryfree": "3.07 GB", + "memorysize_mb": "4095.13", + "memoryfree_mb": "3141.98", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemrelease": "10.0.14393", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "physicalprocessorcount": "2", + "processorcount": "2", + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "ps": "tasklist.exe", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "timezone": "Coordinated Universal Time", + "uptime": "0:08 hours", + "uptime_days": 0, + "uptime_hours": 0, + "uptime_seconds": 511 +} diff --git a/facts/2.2/windows-2012 r2-core-x86_64.facts b/facts/2.2/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..6a0031c7 --- /dev/null +++ b/facts/2.2/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,72 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": "true", + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "6", + "minor": "3", + "full": "6.3.9600" + } + }, + "kernelrelease": "6.3.9600", + "facterversion": "2.2.0", + "fqdn": "foo.example.com", + "gid": "None", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "ghwyj7383d7t8xy\\administrator", + "interfaces": "Ethernet", + "ipaddress_ethernet": "10.32.114.127", + "macaddress_ethernet": "00:50:56:A2:34:6A", + "netmask_ethernet": "255.255.240.0", + "ipaddress": "10.32.114.127", + "kernelmajversion": "6.3", + "kernelversion": "6.3.9600", + "macaddress": "00:50:56:A2:34:6A", + "manufacturer": "Phoenix Technologies LTD", + "serialnumber": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9", + "productname": "VMware Virtual Platform", + "memorysize": "4.00 GB", + "memoryfree": "3.19 GB", + "memorysize_mb": "4095.55", + "memoryfree_mb": "3266.75", + "netmask": "255.255.240.0", + "network_ethernet": "10.32.112.0", + "operatingsystemmajrelease": "6", + "operatingsystemrelease": "6.3.9600", + "osfamily": "windows", + "path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "physicalprocessorcount": "2", + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": "2", + "ps": "tasklist.exe", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system_uptime": { + "seconds": 41754, + "hours": 11, + "days": 0, + "uptime": "11:35 hours" + }, + "timezone": "Pacific Daylight Time", + "uptime": "11:35 hours", + "uptime_days": 0, + "uptime_hours": 11, + "uptime_seconds": 41754 +} diff --git a/facts/2.2/windows-2012 r2-x86_64.facts b/facts/2.2/windows-2012 r2-x86_64.facts new file mode 100644 index 00000000..c194c3fc --- /dev/null +++ b/facts/2.2/windows-2012 r2-x86_64.facts @@ -0,0 +1,72 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": "true", + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "6", + "minor": "3", + "full": "6.3.9600" + } + }, + "kernelrelease": "6.3.9600", + "facterversion": "2.2.0", + "fqdn": "foo.example.com", + "gid": "None", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.113.108", + "macaddress_ethernet0": "00:50:56:A2:D5:08", + "netmask_ethernet0": "255.255.240.0", + "ipaddress": "10.32.113.108", + "kernelmajversion": "6.3", + "kernelversion": "6.3.9600", + "macaddress": "00:50:56:A2:D5:08", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 f5 c4 62 f1 23 8a-45 87 85 c8 cc 40 99 c5", + "productname": "VMware7,1", + "memorysize": "6.00 GB", + "memoryfree": "5.33 GB", + "memorysize_mb": "6143.14", + "memoryfree_mb": "5455.92", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "6", + "operatingsystemrelease": "6.3.9600", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "physicalprocessorcount": "2", + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": "2", + "ps": "tasklist.exe", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system_uptime": { + "seconds": 12222, + "hours": 3, + "days": 0, + "uptime": "3:23 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "3:23 hours", + "uptime_days": 0, + "uptime_hours": 3, + "uptime_seconds": 12222 +} \ No newline at end of file diff --git a/facts/2.2/windows-2012-x86_64.facts b/facts/2.2/windows-2012-x86_64.facts new file mode 100644 index 00000000..60b472e1 --- /dev/null +++ b/facts/2.2/windows-2012-x86_64.facts @@ -0,0 +1,71 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": "true", + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "2012", + "full": "2012" + } + }, + "facterversion": "2.2.0", + "fqdn": "foo.example.com", + "gid": "None", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.115.189", + "macaddress_ethernet0": "00:50:56:A2:92:62", + "netmask_ethernet0": "255.255.240.0", + "ipaddress": "10.32.115.189", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "macaddress": "00:50:56:A2:92:62", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85", + "productname": "VMware7,1", + "memorysize": "4.00 GB", + "memoryfree": "3.34 GB", + "memorysize_mb": "4095.14", + "memoryfree_mb": "3417.00", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "2012", + "operatingsystemrelease": "2012", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "physicalprocessorcount": "2", + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": "2", + "ps": "tasklist.exe", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system_uptime": { + "seconds": 46810, + "hours": 13, + "days": 0, + "uptime": "13:00 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "13:00 hours", + "uptime_days": 0, + "uptime_hours": 13, + "uptime_seconds": 46810 +} \ No newline at end of file diff --git a/facts/2.2/windows-2016-x86_64.facts b/facts/2.2/windows-2016-x86_64.facts new file mode 100644 index 00000000..5faf012e --- /dev/null +++ b/facts/2.2/windows-2016-x86_64.facts @@ -0,0 +1,72 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": "true", + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "10", + "minor": "0", + "full": "10.0.14393" + } + }, + "kernelrelease": "10.0.14393", + "facterversion": "2.2.0", + "fqdn": "foo.example.com", + "gid": "None", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.127.40", + "macaddress_ethernet0": "00:50:56:A2:8C:AE", + "netmask_ethernet0": "255.255.240.0", + "ipaddress": "10.32.127.40", + "kernelmajversion": "10.0", + "kernelversion": "10.0.14393", + "macaddress": "00:50:56:A2:8C:AE", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 09 38 62 48 0c 42-31 fc c4 09 83 b3 9e 82", + "productname": "VMware7,1", + "memorysize": "4.00 GB", + "memoryfree": "3.07 GB", + "memorysize_mb": "4095.13", + "memoryfree_mb": "3139.19", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "10", + "operatingsystemrelease": "10.0.14393", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "physicalprocessorcount": "2", + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "processorcount": "2", + "ps": "tasklist.exe", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system_uptime": { + "seconds": 492, + "hours": 0, + "days": 0, + "uptime": "0:08 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "0:08 hours", + "uptime_days": 0, + "uptime_hours": 0, + "uptime_seconds": 492 +} diff --git a/facts/2.3/windows-2012 r2-core-x86_64.facts b/facts/2.3/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..db86edc1 --- /dev/null +++ b/facts/2.3/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,74 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "2012 R2", + "full": "2012 R2" + } + }, + "facterversion": "2.3.0", + "fqdn": "foo.example.com", + "gid": "None", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "ghwyj7383d7t8xy\\administrator", + "interfaces": "Ethernet", + "ipaddress_ethernet": "10.32.114.127", + "macaddress_ethernet": "00:50:56:A2:34:6A", + "netmask_ethernet": "255.255.240.0", + "mtu_ethernet": 0, + "ipaddress": "10.32.114.127", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "macaddress": "00:50:56:A2:34:6A", + "manufacturer": "Phoenix Technologies LTD", + "serialnumber": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9", + "productname": "VMware Virtual Platform", + "memorysize": "4.00 GB", + "memoryfree": "3.19 GB", + "memorysize_mb": "4095.55", + "memoryfree_mb": "3264.36", + "netmask": "255.255.240.0", + "network_ethernet": "10.32.112.0", + "operatingsystemmajrelease": "2012 R2", + "operatingsystemrelease": "2012 R2", + "osfamily": "windows", + "path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 41734, + "hours": 11, + "days": 0, + "uptime": "11:35 hours" + }, + "timezone": "Pacific Daylight Time", + "uptime": "11:35 hours", + "uptime_days": 0, + "uptime_hours": 11, + "uptime_seconds": 41734 +} diff --git a/facts/2.3/windows-2012 r2-x86_64.facts b/facts/2.3/windows-2012 r2-x86_64.facts new file mode 100644 index 00000000..74879ac4 --- /dev/null +++ b/facts/2.3/windows-2012 r2-x86_64.facts @@ -0,0 +1,74 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "2012 R2", + "full": "2012 R2" + } + }, + "facterversion": "2.3.0", + "fqdn": "foo.example.com", + "gid": "None", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.113.108", + "macaddress_ethernet0": "00:50:56:A2:D5:08", + "netmask_ethernet0": "255.255.240.0", + "mtu_ethernet0": 0, + "ipaddress": "10.32.113.108", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "macaddress": "00:50:56:A2:D5:08", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 f5 c4 62 f1 23 8a-45 87 85 c8 cc 40 99 c5", + "productname": "VMware7,1", + "memorysize": "6.00 GB", + "memoryfree": "5.33 GB", + "memorysize_mb": "6143.14", + "memoryfree_mb": "5456.02", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "2012 R2", + "operatingsystemrelease": "2012 R2", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 12202, + "hours": 3, + "days": 0, + "uptime": "3:23 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "3:23 hours", + "uptime_days": 0, + "uptime_hours": 3, + "uptime_seconds": 12202 +} \ No newline at end of file diff --git a/facts/2.3/windows-2012-x86_64.facts b/facts/2.3/windows-2012-x86_64.facts new file mode 100644 index 00000000..be38daed --- /dev/null +++ b/facts/2.3/windows-2012-x86_64.facts @@ -0,0 +1,74 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "2012", + "full": "2012" + } + }, + "facterversion": "2.3.0", + "fqdn": "foo.example.com", + "gid": "None", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.115.189", + "macaddress_ethernet0": "00:50:56:A2:92:62", + "netmask_ethernet0": "255.255.240.0", + "mtu_ethernet0": 0, + "ipaddress": "10.32.115.189", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "macaddress": "00:50:56:A2:92:62", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85", + "productname": "VMware7,1", + "memorysize": "4.00 GB", + "memoryfree": "3.34 GB", + "memorysize_mb": "4095.14", + "memoryfree_mb": "3416.57", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "2012", + "operatingsystemrelease": "2012", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 46789, + "hours": 12, + "days": 0, + "uptime": "12:59 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "12:59 hours", + "uptime_days": 0, + "uptime_hours": 12, + "uptime_seconds": 46789 +} \ No newline at end of file diff --git a/facts/2.3/windows-2016-x86_64.facts b/facts/2.3/windows-2016-x86_64.facts new file mode 100644 index 00000000..c61d7da8 --- /dev/null +++ b/facts/2.3/windows-2016-x86_64.facts @@ -0,0 +1,75 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "10", + "minor": "0", + "full": "10.0.14393" + } + }, + "kernelrelease": "10.0.14393", + "facterversion": "2.3.0", + "fqdn": "foo.example.com", + "gid": "None", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.127.40", + "macaddress_ethernet0": "00:50:56:A2:8C:AE", + "netmask_ethernet0": "255.255.240.0", + "mtu_ethernet0": 0, + "ipaddress": "10.32.127.40", + "kernelmajversion": "10.0", + "kernelversion": "10.0.14393", + "macaddress": "00:50:56:A2:8C:AE", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 09 38 62 48 0c 42-31 fc c4 09 83 b3 9e 82", + "productname": "VMware7,1", + "memorysize": "4.00 GB", + "memoryfree": "3.07 GB", + "memorysize_mb": "4095.13", + "memoryfree_mb": "3142.75", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "10", + "operatingsystemrelease": "10.0.14393", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 470, + "hours": 0, + "days": 0, + "uptime": "0:07 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "0:07 hours", + "uptime_days": 0, + "uptime_hours": 0, + "uptime_seconds": 470 +} diff --git a/facts/2.4/windows-2012 r2-core-x86_64.facts b/facts/2.4/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..db4b288b --- /dev/null +++ b/facts/2.4/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,73 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "2012 R2", + "full": "2012 R2" + } + }, + "facterversion": "2.4.6", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "ghwyj7383d7t8xy\\administrator", + "interfaces": "Ethernet", + "ipaddress_ethernet": "10.32.114.127", + "macaddress_ethernet": "00:50:56:A2:34:6A", + "netmask_ethernet": "255.255.240.0", + "mtu_ethernet": 0, + "ipaddress": "10.32.114.127", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "macaddress": "00:50:56:A2:34:6A", + "manufacturer": "Phoenix Technologies LTD", + "serialnumber": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9", + "productname": "VMware Virtual Platform", + "memorysize": "4.00 GB", + "memoryfree": "3.19 GB", + "memorysize_mb": "4095.55", + "memoryfree_mb": "3264.91", + "netmask": "255.255.240.0", + "network_ethernet": "10.32.112.0", + "operatingsystemmajrelease": "2012 R2", + "operatingsystemrelease": "2012 R2", + "osfamily": "windows", + "path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 41714, + "hours": 11, + "days": 0, + "uptime": "11:35 hours" + }, + "timezone": "Pacific Daylight Time", + "uptime": "11:35 hours", + "uptime_days": 0, + "uptime_hours": 11, + "uptime_seconds": 41714 +} diff --git a/facts/2.4/windows-2012 r2-x86_64.facts b/facts/2.4/windows-2012 r2-x86_64.facts new file mode 100644 index 00000000..c7f8bf4a --- /dev/null +++ b/facts/2.4/windows-2012 r2-x86_64.facts @@ -0,0 +1,73 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "2012 R2", + "full": "2012 R2" + } + }, + "facterversion": "2.4.6", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.113.108", + "macaddress_ethernet0": "00:50:56:A2:D5:08", + "netmask_ethernet0": "255.255.240.0", + "mtu_ethernet0": 0, + "ipaddress": "10.32.113.108", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "macaddress": "00:50:56:A2:D5:08", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 f5 c4 62 f1 23 8a-45 87 85 c8 cc 40 99 c5", + "productname": "VMware7,1", + "memorysize": "6.00 GB", + "memoryfree": "5.33 GB", + "memorysize_mb": "6143.14", + "memoryfree_mb": "5458.30", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "2012 R2", + "operatingsystemrelease": "2012 R2", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 12183, + "hours": 3, + "days": 0, + "uptime": "3:23 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "3:23 hours", + "uptime_days": 0, + "uptime_hours": 3, + "uptime_seconds": 12183 +} \ No newline at end of file diff --git a/facts/2.4/windows-2012-x86_64.facts b/facts/2.4/windows-2012-x86_64.facts new file mode 100644 index 00000000..c7ce49ab --- /dev/null +++ b/facts/2.4/windows-2012-x86_64.facts @@ -0,0 +1,73 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "2012", + "full": "2012" + } + }, + "facterversion": "2.4.6", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.115.189", + "macaddress_ethernet0": "00:50:56:A2:92:62", + "netmask_ethernet0": "255.255.240.0", + "mtu_ethernet0": 0, + "ipaddress": "10.32.115.189", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "macaddress": "00:50:56:A2:92:62", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85", + "productname": "VMware7,1", + "memorysize": "4.00 GB", + "memoryfree": "3.34 GB", + "memorysize_mb": "4095.14", + "memoryfree_mb": "3416.36", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "2012", + "operatingsystemrelease": "2012", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 46769, + "hours": 12, + "days": 0, + "uptime": "12:59 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "12:59 hours", + "uptime_days": 0, + "uptime_hours": 12, + "uptime_seconds": 46769 +} \ No newline at end of file diff --git a/facts/2.4/windows-2016-x86_64.facts b/facts/2.4/windows-2016-x86_64.facts new file mode 100644 index 00000000..6d621d40 --- /dev/null +++ b/facts/2.4/windows-2016-x86_64.facts @@ -0,0 +1,74 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "10", + "minor": "0", + "full": "10.0.14393" + } + }, + "kernelrelease": "10.0.14393", + "facterversion": "2.4.6", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.127.40", + "macaddress_ethernet0": "00:50:56:A2:8C:AE", + "netmask_ethernet0": "255.255.240.0", + "mtu_ethernet0": 0, + "ipaddress": "10.32.127.40", + "kernelmajversion": "10.0", + "kernelversion": "10.0.14393", + "macaddress": "00:50:56:A2:8C:AE", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 09 38 62 48 0c 42-31 fc c4 09 83 b3 9e 82", + "productname": "VMware7,1", + "memorysize": "4.00 GB", + "memoryfree": "3.07 GB", + "memorysize_mb": "4095.13", + "memoryfree_mb": "3146.98", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "10", + "operatingsystemrelease": "10.0.14393", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 447, + "hours": 0, + "days": 0, + "uptime": "0:07 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "0:07 hours", + "uptime_days": 0, + "uptime_hours": 0, + "uptime_seconds": 447 +} diff --git a/facts/2.5/windows-2012 r2-core-x86_64.facts b/facts/2.5/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..e66932c3 --- /dev/null +++ b/facts/2.5/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,73 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "2012 R2", + "full": "2012 R2" + } + }, + "facterversion": "2.5.0", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "ghwyj7383d7t8xy\\administrator", + "interfaces": "Ethernet", + "ipaddress_ethernet": "10.32.114.127", + "macaddress_ethernet": "00:50:56:A2:34:6A", + "netmask_ethernet": "255.255.240.0", + "mtu_ethernet": 0, + "ipaddress": "10.32.114.127", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "macaddress": "00:50:56:A2:34:6A", + "manufacturer": "Phoenix Technologies LTD", + "serialnumber": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9", + "productname": "VMware Virtual Platform", + "memorysize": "4.00 GB", + "memoryfree": "3.18 GB", + "memorysize_mb": "4095.55", + "memoryfree_mb": "3260.00", + "netmask": "255.255.240.0", + "network_ethernet": "10.32.112.0", + "operatingsystemmajrelease": "2012 R2", + "operatingsystemrelease": "2012 R2", + "osfamily": "windows", + "path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 41693, + "hours": 11, + "days": 0, + "uptime": "11:34 hours" + }, + "timezone": "Pacific Daylight Time", + "uptime": "11:34 hours", + "uptime_days": 0, + "uptime_hours": 11, + "uptime_seconds": 41693 +} diff --git a/facts/2.5/windows-2012 r2-x86_64.facts b/facts/2.5/windows-2012 r2-x86_64.facts new file mode 100644 index 00000000..f85ad8c5 --- /dev/null +++ b/facts/2.5/windows-2012 r2-x86_64.facts @@ -0,0 +1,73 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "2012 R2", + "full": "2012 R2" + } + }, + "facterversion": "2.5.0", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.113.108", + "macaddress_ethernet0": "00:50:56:A2:D5:08", + "netmask_ethernet0": "255.255.240.0", + "mtu_ethernet0": 0, + "ipaddress": "10.32.113.108", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "macaddress": "00:50:56:A2:D5:08", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 f5 c4 62 f1 23 8a-45 87 85 c8 cc 40 99 c5", + "productname": "VMware7,1", + "memorysize": "6.00 GB", + "memoryfree": "5.33 GB", + "memorysize_mb": "6143.14", + "memoryfree_mb": "5455.73", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "2012 R2", + "operatingsystemrelease": "2012 R2", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 12162, + "hours": 3, + "days": 0, + "uptime": "3:22 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "3:22 hours", + "uptime_days": 0, + "uptime_hours": 3, + "uptime_seconds": 12162 +} \ No newline at end of file diff --git a/facts/2.5/windows-2012-x86_64.facts b/facts/2.5/windows-2012-x86_64.facts new file mode 100644 index 00000000..5b557595 --- /dev/null +++ b/facts/2.5/windows-2012-x86_64.facts @@ -0,0 +1,73 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "2012", + "full": "2012" + } + }, + "facterversion": "2.5.0", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.115.189", + "macaddress_ethernet0": "00:50:56:A2:92:62", + "netmask_ethernet0": "255.255.240.0", + "mtu_ethernet0": 0, + "ipaddress": "10.32.115.189", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "macaddress": "00:50:56:A2:92:62", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85", + "productname": "VMware7,1", + "memorysize": "4.00 GB", + "memoryfree": "3.34 GB", + "memorysize_mb": "4095.14", + "memoryfree_mb": "3416.95", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "2012", + "operatingsystemrelease": "2012", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 46747, + "hours": 12, + "days": 0, + "uptime": "12:59 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "12:59 hours", + "uptime_days": 0, + "uptime_hours": 12, + "uptime_seconds": 46747 +} \ No newline at end of file diff --git a/facts/2.5/windows-2016-x86_64.facts b/facts/2.5/windows-2016-x86_64.facts new file mode 100644 index 00000000..141b08b2 --- /dev/null +++ b/facts/2.5/windows-2016-x86_64.facts @@ -0,0 +1,74 @@ +{ + "architecture": "x64", + "kernel": "windows", + "domain": "example.com", + "virtual": "vmware", + "is_virtual": true, + "hardwaremodel": "x64", + "operatingsystem": "windows", + "os": { + "name": "windows", + "family": "windows", + "release": { + "major": "10", + "minor": "0", + "full": "10.0.14393" + } + }, + "kernelrelease": "10.0.14393", + "facterversion": "2.5.0", + "fqdn": "foo.example.com", + "hardwareisa": "unknown", + "hostname": "foo", + "id": "Administrator", + "interfaces": "Ethernet0", + "ipaddress_ethernet0": "10.32.119.232", + "macaddress_ethernet0": "00:50:56:A2:68:15", + "netmask_ethernet0": "255.255.240.0", + "mtu_ethernet0": 0, + "ipaddress": "10.32.119.232", + "kernelmajversion": "10.0", + "kernelversion": "10.0.14393", + "macaddress": "00:50:56:A2:68:15", + "manufacturer": "VMware, Inc.", + "serialnumber": "VMware-42 22 d8 fb 34 7b b4 e8-dd 91 bd ef cc 32 1e 6c", + "productname": "VMware7,1", + "memorysize": "4.00 GB", + "memoryfree": "3.08 GB", + "memorysize_mb": "4095.13", + "memoryfree_mb": "3151.39", + "netmask": "255.255.240.0", + "network_ethernet0": "10.32.112.0", + "operatingsystemmajrelease": "10", + "operatingsystemrelease": "10.0.14393", + "osfamily": "windows", + "path": "C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "physicalprocessorcount": 2, + "processors": { + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "count": 2, + "physicalcount": 2 + }, + "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "processorcount": 2, + "ps": "tasklist.exe", + "rubyplatform": "x64-mingw32", + "rubysitedir": "C:/tools/ruby24/lib/ruby/site_ruby/2.4.0", + "rubyversion": "2.4.1", + "system32": "C:\\Windows\\system32", + "system_uptime": { + "seconds": 4936, + "hours": 1, + "days": 0, + "uptime": "1:22 hours" + }, + "timezone": "Coordinated Universal Time", + "uptime": "1:22 hours", + "uptime_days": 0, + "uptime_hours": 1, + "uptime_seconds": 4936 +} diff --git a/facts/3.0/windows-2012 r2-core-x86_64.facts b/facts/3.0/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..677a27e1 --- /dev/null +++ b/facts/3.0/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,96 @@ +{ + "dmi": { + "manufacturer": "Phoenix Technologies LTD", + "product": { + "name": "VMware Virtual Platform", + "serial_number": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.0.2", + "identity": { + "user": "GHWYJ7383D7T8XY\\cyg_server" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "3.13 GiB", + "available_bytes": 3362283520, + "capacity": "21.71%", + "total": "4.00 GiB", + "total_bytes": 4294496256, + "used": "889.03 MiB", + "used_bytes": 932212736 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet": { + "dhcp": "10.32.22.10", + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.6" + }, + "system_uptime": { + "days": 0, + "hours": 11, + "seconds": 41661, + "uptime": "11:34 hours" + }, + "timezone": "Pacific Daylight Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.0/windows-2012-x86_64.facts b/facts/3.0/windows-2012-x86_64.facts new file mode 100644 index 00000000..e1a1525b --- /dev/null +++ b/facts/3.0/windows-2012-x86_64.facts @@ -0,0 +1,96 @@ +{ + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.0.2", + "identity": { + "user": "O1JC0NKUU0IWW8R\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "memory": { + "system": { + "available": "3.29 GiB", + "available_bytes": 3530330112, + "capacity": "17.79%", + "total": "4.00 GiB", + "total_bytes": 4294062080, + "used": "728.35 MiB", + "used_bytes": 763731968 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "dhcp": "10.32.22.10", + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13" + } + }, + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012", + "major": "2012" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.6" + }, + "system_uptime": { + "days": 0, + "hours": 12, + "seconds": 46712, + "uptime": "12:58 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.0/windows-2016-x86_64.facts b/facts/3.0/windows-2016-x86_64.facts new file mode 100644 index 00000000..aa6792ab --- /dev/null +++ b/facts/3.0/windows-2016-x86_64.facts @@ -0,0 +1,96 @@ +{ + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d8 fb 34 7b b4 e8-dd 91 bd ef cc 32 1e 6c" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.0.2", + "identity": { + "user": "IHGAJGT1OU8FTDM\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "10.0", + "kernelrelease": "10.0.14393", + "kernelversion": "10.0.14393", + "memory": { + "system": { + "available": "3.05 GiB", + "available_bytes": 3272458240, + "capacity": "23.79%", + "total": "4.00 GiB", + "total_bytes": 4294057984, + "used": "974.27 MiB", + "used_bytes": 1021599744 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "dhcp": "10.32.22.10", + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3" + } + }, + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "10.0.14393", + "major": "10.0.14393" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.6" + }, + "system_uptime": { + "days": 0, + "hours": 1, + "seconds": 4890, + "uptime": "1:21 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.1/windows-2012 r2-core-x86_64.facts b/facts/3.1/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..cd32c893 --- /dev/null +++ b/facts/3.1/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,113 @@ +{ + "agent_specified_environment": "production", + "dmi": { + "manufacturer": "Phoenix Technologies LTD", + "product": { + "name": "VMware Virtual Platform", + "serial_number": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.1.6", + "identity": { + "user": "GHWYJ7383D7T8XY\\cyg_server" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "3.12 GiB", + "available_bytes": 3350302720, + "capacity": "21.99%", + "total": "4.00 GiB", + "total_bytes": 4294496256, + "used": "900.45 MiB", + "used_bytes": 944193536 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet": { + "bindings": [ + { + "address": "10.32.114.127", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::fd0d:3323:1bb4:680d%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.4.2", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.8" + }, + "system_uptime": { + "days": 0, + "hours": 11, + "seconds": 41618, + "uptime": "11:33 hours" + }, + "timezone": "Pacific Daylight Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.1/windows-2012-x86_64.facts b/facts/3.1/windows-2012-x86_64.facts new file mode 100644 index 00000000..a72fd382 --- /dev/null +++ b/facts/3.1/windows-2012-x86_64.facts @@ -0,0 +1,113 @@ +{ + "agent_specified_environment": "production", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.1.6", + "identity": { + "user": "O1JC0NKUU0IWW8R\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "memory": { + "system": { + "available": "3.27 GiB", + "available_bytes": 3514621952, + "capacity": "18.15%", + "total": "4.00 GiB", + "total_bytes": 4294062080, + "used": "743.33 MiB", + "used_bytes": 779440128 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.115.189", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::b90b:b82d:cd47:12fc%13", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%13" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13" + } + }, + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012", + "major": "2012" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.4.2", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.8" + }, + "system_uptime": { + "days": 0, + "hours": 12, + "seconds": 46672, + "uptime": "12:57 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.1/windows-2016-x86_64.facts b/facts/3.1/windows-2016-x86_64.facts new file mode 100644 index 00000000..822fdc84 --- /dev/null +++ b/facts/3.1/windows-2016-x86_64.facts @@ -0,0 +1,113 @@ +{ + "agent_specified_environment": "production", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d8 fb 34 7b b4 e8-dd 91 bd ef cc 32 1e 6c" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.1.6", + "identity": { + "user": "IHGAJGT1OU8FTDM\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "10.0", + "kernelrelease": "10.0.14393", + "kernelversion": "10.0.14393", + "memory": { + "system": { + "available": "3.03 GiB", + "available_bytes": 3250106368, + "capacity": "24.31%", + "total": "4.00 GiB", + "total_bytes": 4294057984, + "used": "995.59 MiB", + "used_bytes": 1043951616 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.119.232", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::99c3:c512:bd3:5f63%3", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%3" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3" + } + }, + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "10.0.14393", + "major": "10.0.14393" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.4.2", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.8" + }, + "system_uptime": { + "days": 0, + "hours": 1, + "seconds": 4842, + "uptime": "1:20 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.3/windows-2012 r2-core-x86_64.facts b/facts/3.3/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..414b4331 --- /dev/null +++ b/facts/3.3/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,113 @@ +{ + "agent_specified_environment": "production", + "dmi": { + "manufacturer": "Phoenix Technologies LTD", + "product": { + "name": "VMware Virtual Platform", + "serial_number": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.3.0", + "identity": { + "user": "GHWYJ7383D7T8XY\\cyg_server" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "3.09 GiB", + "available_bytes": 3315433472, + "capacity": "22.80%", + "total": "4.00 GiB", + "total_bytes": 4294496256, + "used": "933.71 MiB", + "used_bytes": 979062784 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet": { + "bindings": [ + { + "address": "10.32.114.127", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::fd0d:3323:1bb4:680d%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.5.3", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 11, + "seconds": 41578, + "uptime": "11:32 hours" + }, + "timezone": "Pacific Daylight Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.3/windows-2012 r2-x86_64.facts b/facts/3.3/windows-2012 r2-x86_64.facts new file mode 100644 index 00000000..05092ca8 --- /dev/null +++ b/facts/3.3/windows-2012 r2-x86_64.facts @@ -0,0 +1,113 @@ +{ + "agent_specified_environment": "production", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 f5 c4 62 f1 23 8a-45 87 85 c8 cc 40 99 c5" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.3.0", + "identity": { + "user": "QYK15CXKD67BH65\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "5.22 GiB", + "available_bytes": 5610233856, + "capacity": "12.91%", + "total": "6.00 GiB", + "total_bytes": 6441549824, + "used": "792.80 MiB", + "used_bytes": 831315968 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.113.108", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::d432:9626:e5c4:73fa%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.113.108", + "ip6": "fe80::d432:9626:e5c4:73fa%12", + "mac": "00:50:56:A2:D5:08", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.113.108", + "ip6": "fe80::d432:9626:e5c4:73fa%12", + "mac": "00:50:56:A2:D5:08", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.5.3", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 3, + "seconds": 12131, + "uptime": "3:22 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.3/windows-2012-x86_64.facts b/facts/3.3/windows-2012-x86_64.facts new file mode 100644 index 00000000..171ed363 --- /dev/null +++ b/facts/3.3/windows-2012-x86_64.facts @@ -0,0 +1,113 @@ +{ + "agent_specified_environment": "production", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.3.0", + "identity": { + "user": "O1JC0NKUU0IWW8R\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "memory": { + "system": { + "available": "3.23 GiB", + "available_bytes": 3472740352, + "capacity": "19.13%", + "total": "4.00 GiB", + "total_bytes": 4294062080, + "used": "783.27 MiB", + "used_bytes": 821321728 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.115.189", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::b90b:b82d:cd47:12fc%13", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%13" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13" + } + }, + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012", + "major": "2012" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.5.3", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 12, + "seconds": 46632, + "uptime": "12:57 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.3/windows-2016-x86_64.facts b/facts/3.3/windows-2016-x86_64.facts new file mode 100644 index 00000000..61b57f2e --- /dev/null +++ b/facts/3.3/windows-2016-x86_64.facts @@ -0,0 +1,113 @@ +{ + "agent_specified_environment": "production", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d8 fb 34 7b b4 e8-dd 91 bd ef cc 32 1e 6c" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.3.0", + "identity": { + "user": "IHGAJGT1OU8FTDM\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "10.0", + "kernelrelease": "10.0.14393", + "kernelversion": "10.0.14393", + "memory": { + "system": { + "available": "2.99 GiB", + "available_bytes": 3212234752, + "capacity": "25.19%", + "total": "4.00 GiB", + "total_bytes": 4294057984, + "used": "1.01 GiB", + "used_bytes": 1081823232 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.119.232", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::99c3:c512:bd3:5f63%3", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%3" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3" + } + }, + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "10.0.14393", + "major": "10.0.14393" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.5.3", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 1, + "seconds": 4795, + "uptime": "1:19 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.4/windows-2012 r2-core-x86_64.facts b/facts/3.4/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..b025321f --- /dev/null +++ b/facts/3.4/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.7.2", + "dmi": { + "manufacturer": "Phoenix Technologies LTD", + "product": { + "name": "VMware Virtual Platform", + "serial_number": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.4.2", + "identity": { + "privileged": true, + "user": "GHWYJ7383D7T8XY\\cyg_server" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "3.03 GiB", + "available_bytes": 3251859456, + "capacity": "24.28%", + "total": "4.00 GiB", + "total_bytes": 4294496256, + "used": "994.34 MiB", + "used_bytes": 1042636800 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet": { + "bindings": [ + { + "address": "10.32.114.127", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::fd0d:3323:1bb4:680d%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.7.1", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 11, + "seconds": 41531, + "uptime": "11:32 hours" + }, + "timezone": "Pacific Daylight Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.4/windows-2012 r2-x86_64.facts b/facts/3.4/windows-2012 r2-x86_64.facts new file mode 100644 index 00000000..004347a7 --- /dev/null +++ b/facts/3.4/windows-2012 r2-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.7.2", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 f5 c4 62 f1 23 8a-45 87 85 c8 cc 40 99 c5" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.4.2", + "identity": { + "privileged": true, + "user": "QYK15CXKD67BH65\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "5.13 GiB", + "available_bytes": 5503881216, + "capacity": "14.56%", + "total": "6.00 GiB", + "total_bytes": 6441549824, + "used": "894.23 MiB", + "used_bytes": 937668608 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.113.108", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::d432:9626:e5c4:73fa%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.113.108", + "ip6": "fe80::d432:9626:e5c4:73fa%12", + "mac": "00:50:56:A2:D5:08", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.113.108", + "ip6": "fe80::d432:9626:e5c4:73fa%12", + "mac": "00:50:56:A2:D5:08", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.7.1", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 3, + "seconds": 12085, + "uptime": "3:21 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.4/windows-2012-x86_64.facts b/facts/3.4/windows-2012-x86_64.facts new file mode 100644 index 00000000..59b0cef4 --- /dev/null +++ b/facts/3.4/windows-2012-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.7.2", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.4.2", + "identity": { + "privileged": true, + "user": "O1JC0NKUU0IWW8R\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "memory": { + "system": { + "available": "3.13 GiB", + "available_bytes": 3360129024, + "capacity": "21.75%", + "total": "4.00 GiB", + "total_bytes": 4294062080, + "used": "890.67 MiB", + "used_bytes": 933933056 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.115.189", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::b90b:b82d:cd47:12fc%13", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%13" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13" + } + }, + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012", + "major": "2012" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.7.1", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 12, + "seconds": 46586, + "uptime": "12:56 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.4/windows-2016-x86_64.facts b/facts/3.4/windows-2016-x86_64.facts new file mode 100644 index 00000000..2e6e142d --- /dev/null +++ b/facts/3.4/windows-2016-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.7.2", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d8 fb 34 7b b4 e8-dd 91 bd ef cc 32 1e 6c" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.4.2", + "identity": { + "privileged": true, + "user": "IHGAJGT1OU8FTDM\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "10.0", + "kernelrelease": "10.0.14393", + "kernelversion": "10.0.14393", + "memory": { + "system": { + "available": "2.91 GiB", + "available_bytes": 3128377344, + "capacity": "27.15%", + "total": "4.00 GiB", + "total_bytes": 4294057984, + "used": "1.09 GiB", + "used_bytes": 1165680640 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.119.232", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::99c3:c512:bd3:5f63%3", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%3" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3" + } + }, + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2016", + "major": "2016" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.7.1", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 1, + "seconds": 4738, + "uptime": "1:18 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.5/windows-2012 r2-core-x86_64.facts b/facts/3.5/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..89048285 --- /dev/null +++ b/facts/3.5/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.8.3", + "dmi": { + "manufacturer": "Phoenix Technologies LTD", + "product": { + "name": "VMware Virtual Platform", + "serial_number": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.5.1", + "identity": { + "privileged": true, + "user": "GHWYJ7383D7T8XY\\cyg_server" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "2.97 GiB", + "available_bytes": 3190296576, + "capacity": "25.71%", + "total": "4.00 GiB", + "total_bytes": 4294496256, + "used": "1.03 GiB", + "used_bytes": 1104199680 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet": { + "bindings": [ + { + "address": "10.32.114.127", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::fd0d:3323:1bb4:680d%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.8.2", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 11, + "seconds": 41473, + "uptime": "11:31 hours" + }, + "timezone": "Pacific Daylight Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.5/windows-2012 r2-x86_64.facts b/facts/3.5/windows-2012 r2-x86_64.facts new file mode 100644 index 00000000..4a76939f --- /dev/null +++ b/facts/3.5/windows-2012 r2-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.8.3", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 f5 c4 62 f1 23 8a-45 87 85 c8 cc 40 99 c5" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.5.1", + "identity": { + "privileged": true, + "user": "QYK15CXKD67BH65\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "5.09 GiB", + "available_bytes": 5467353088, + "capacity": "15.12%", + "total": "6.00 GiB", + "total_bytes": 6441549824, + "used": "929.07 MiB", + "used_bytes": 974196736 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.113.108", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::d432:9626:e5c4:73fa%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.113.108", + "ip6": "fe80::d432:9626:e5c4:73fa%12", + "mac": "00:50:56:A2:D5:08", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.113.108", + "ip6": "fe80::d432:9626:e5c4:73fa%12", + "mac": "00:50:56:A2:D5:08", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.8.2", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 3, + "seconds": 12029, + "uptime": "3:20 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.5/windows-2012-x86_64.facts b/facts/3.5/windows-2012-x86_64.facts new file mode 100644 index 00000000..403e6604 --- /dev/null +++ b/facts/3.5/windows-2012-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.8.3", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.5.1", + "identity": { + "privileged": true, + "user": "O1JC0NKUU0IWW8R\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "memory": { + "system": { + "available": "3.13 GiB", + "available_bytes": 3360964608, + "capacity": "21.73%", + "total": "4.00 GiB", + "total_bytes": 4294062080, + "used": "889.87 MiB", + "used_bytes": 933097472 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.115.189", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::b90b:b82d:cd47:12fc%13", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%13" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13" + } + }, + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012", + "major": "2012" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.8.2", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 12, + "seconds": 46528, + "uptime": "12:55 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.5/windows-2016-x86_64.facts b/facts/3.5/windows-2016-x86_64.facts new file mode 100644 index 00000000..61caedec --- /dev/null +++ b/facts/3.5/windows-2016-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.8.3", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d8 fb 34 7b b4 e8-dd 91 bd ef cc 32 1e 6c" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.5.1", + "identity": { + "privileged": true, + "user": "IHGAJGT1OU8FTDM\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "10.0", + "kernelrelease": "10.0.14393", + "kernelversion": "10.0.14393", + "memory": { + "system": { + "available": "2.91 GiB", + "available_bytes": 3127754752, + "capacity": "27.16%", + "total": "4.00 GiB", + "total_bytes": 4294057984, + "used": "1.09 GiB", + "used_bytes": 1166303232 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.119.232", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::99c3:c512:bd3:5f63%3", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%3" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3" + } + }, + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2016", + "major": "2016" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.8.2", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 1, + "seconds": 4665, + "uptime": "1:17 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.6/windows-2012 r2-core-x86_64.facts b/facts/3.6/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..b1b8c31b --- /dev/null +++ b/facts/3.6/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.10.4", + "dmi": { + "manufacturer": "Phoenix Technologies LTD", + "product": { + "name": "VMware Virtual Platform", + "serial_number": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.6.5", + "identity": { + "privileged": true, + "user": "GHWYJ7383D7T8XY\\cyg_server" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "2.97 GiB", + "available_bytes": 3186335744, + "capacity": "25.80%", + "total": "4.00 GiB", + "total_bytes": 4294496256, + "used": "1.03 GiB", + "used_bytes": 1108160512 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet": { + "bindings": [ + { + "address": "10.32.114.127", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::fd0d:3323:1bb4:680d%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.10.4", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 11, + "seconds": 41411, + "uptime": "11:30 hours" + }, + "timezone": "Pacific Daylight Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.6/windows-2012 r2-x86_64.facts b/facts/3.6/windows-2012 r2-x86_64.facts new file mode 100644 index 00000000..e714fe0b --- /dev/null +++ b/facts/3.6/windows-2012 r2-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.10.4", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 f5 c4 62 f1 23 8a-45 87 85 c8 cc 40 99 c5" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.6.5", + "identity": { + "privileged": true, + "user": "QYK15CXKD67BH65\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "5.12 GiB", + "available_bytes": 5496426496, + "capacity": "14.67%", + "total": "6.00 GiB", + "total_bytes": 6441549824, + "used": "901.34 MiB", + "used_bytes": 945123328 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.113.108", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::d432:9626:e5c4:73fa%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.113.108", + "ip6": "fe80::d432:9626:e5c4:73fa%12", + "mac": "00:50:56:A2:D5:08", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.113.108", + "ip6": "fe80::d432:9626:e5c4:73fa%12", + "mac": "00:50:56:A2:D5:08", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.10.4", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 3, + "seconds": 11968, + "uptime": "3:19 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.6/windows-2012-x86_64.facts b/facts/3.6/windows-2012-x86_64.facts new file mode 100644 index 00000000..9e4b63f2 --- /dev/null +++ b/facts/3.6/windows-2012-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.10.4", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.6.5", + "identity": { + "privileged": true, + "user": "O1JC0NKUU0IWW8R\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "memory": { + "system": { + "available": "3.13 GiB", + "available_bytes": 3364290560, + "capacity": "21.65%", + "total": "4.00 GiB", + "total_bytes": 4294062080, + "used": "886.70 MiB", + "used_bytes": 929771520 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.115.189", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::b90b:b82d:cd47:12fc%13", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%13" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13" + } + }, + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012", + "major": "2012" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.10.4", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 12, + "seconds": 46464, + "uptime": "12:54 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.6/windows-2016-x86_64.facts b/facts/3.6/windows-2016-x86_64.facts new file mode 100644 index 00000000..647cadaf --- /dev/null +++ b/facts/3.6/windows-2016-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "1.10.4", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d8 fb 34 7b b4 e8-dd 91 bd ef cc 32 1e 6c" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.6.5", + "identity": { + "privileged": true, + "user": "IHGAJGT1OU8FTDM\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "10.0", + "kernelrelease": "10.0.14393", + "kernelversion": "10.0.14393", + "memory": { + "system": { + "available": "2.93 GiB", + "available_bytes": 3150303232, + "capacity": "26.64%", + "total": "4.00 GiB", + "total_bytes": 4294057984, + "used": "1.07 GiB", + "used_bytes": 1143754752 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.119.232", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::99c3:c512:bd3:5f63%3", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%3" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3" + } + }, + "ip": "10.32.119.232", + "ip6": "fe80::99c3:c512:bd3:5f63%3", + "mac": "00:50:56:A2:68:15", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%3", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2016", + "major": "2016" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "4.10.4", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0", + "version": "2.1.9" + }, + "system_uptime": { + "days": 0, + "hours": 1, + "seconds": 4584, + "uptime": "1:16 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.7/windows-2012 r2-core-x86_64.facts b/facts/3.7/windows-2012 r2-core-x86_64.facts new file mode 100644 index 00000000..c2ee1204 --- /dev/null +++ b/facts/3.7/windows-2012 r2-core-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "5.0.1", + "dmi": { + "manufacturer": "Phoenix Technologies LTD", + "product": { + "name": "VMware Virtual Platform", + "serial_number": "VMware-42 22 91 42 5a d1 7a 50-73 d9 8a 73 2a ba e5 d9" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.7.1", + "identity": { + "privileged": true, + "user": "GHWYJ7383D7T8XY\\cyg_server" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "3.07 GiB", + "available_bytes": 3297034240, + "capacity": "23.23%", + "total": "4.00 GiB", + "total_bytes": 4294496256, + "used": "951.25 MiB", + "used_bytes": 997462016 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet": { + "bindings": [ + { + "address": "10.32.114.127", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::fd0d:3323:1bb4:680d%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.114.127", + "ip6": "fe80::fd0d:3323:1bb4:680d%12", + "mac": "00:50:56:A2:34:6A", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\pstools;C:\\cygwin64\\bin", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "5.0.1", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.4.0", + "version": "2.4.1" + }, + "system_uptime": { + "days": 0, + "hours": 11, + "seconds": 41345, + "uptime": "11:29 hours" + }, + "timezone": "Pacific Daylight Time", + "virtual": "vmware", + "hostname": "foo", + "domain": "example.com", + "fqdn": "foo.example.com" +} diff --git a/facts/3.7/windows-2012 r2-x86_64.facts b/facts/3.7/windows-2012 r2-x86_64.facts new file mode 100644 index 00000000..1f75a8d3 --- /dev/null +++ b/facts/3.7/windows-2012 r2-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "5.0.1", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 f5 c4 62 f1 23 8a-45 87 85 c8 cc 40 99 c5" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.7.1", + "identity": { + "privileged": true, + "user": "QYK15CXKD67BH65\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.3", + "kernelrelease": "6.3.9600", + "kernelversion": "6.3.9600", + "memory": { + "system": { + "available": "5.20 GiB", + "available_bytes": 5584609280, + "capacity": "13.30%", + "total": "6.00 GiB", + "total_bytes": 6441549824, + "used": "817.24 MiB", + "used_bytes": 856940544 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.113.108", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::d432:9626:e5c4:73fa%12", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%12" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.113.108", + "ip6": "fe80::d432:9626:e5c4:73fa%12", + "mac": "00:50:56:A2:D5:08", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12" + } + }, + "ip": "10.32.113.108", + "ip6": "fe80::d432:9626:e5c4:73fa%12", + "mac": "00:50:56:A2:D5:08", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%12", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012 R2", + "major": "2012 R2" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "5.0.1", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.4.0", + "version": "2.4.1" + }, + "system_uptime": { + "days": 0, + "hours": 3, + "seconds": 11907, + "uptime": "3:18 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.7/windows-2012-x86_64.facts b/facts/3.7/windows-2012-x86_64.facts new file mode 100644 index 00000000..f95d06a1 --- /dev/null +++ b/facts/3.7/windows-2012-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "5.0.1", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 d0 54 b4 68 27 15-5e 55 a0 aa a1 c4 b6 85" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.7.1", + "identity": { + "privileged": true, + "user": "O1JC0NKUU0IWW8R\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "6.2", + "kernelrelease": "6.2.9200", + "kernelversion": "6.2.9200", + "memory": { + "system": { + "available": "3.23 GiB", + "available_bytes": 3464278016, + "capacity": "19.32%", + "total": "4.00 GiB", + "total_bytes": 4294062080, + "used": "791.34 MiB", + "used_bytes": 829784064 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.115.189", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::b90b:b82d:cd47:12fc%13", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%13" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13" + } + }, + "ip": "10.32.115.189", + "ip6": "fe80::b90b:b82d:cd47:12fc%13", + "mac": "00:50:56:A2:92:62", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%13", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2012", + "major": "2012" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "5.0.1", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.4.0", + "version": "2.4.1" + }, + "system_uptime": { + "days": 0, + "hours": 12, + "seconds": 46400, + "uptime": "12:53 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file diff --git a/facts/3.7/windows-2016-x86_64.facts b/facts/3.7/windows-2016-x86_64.facts new file mode 100644 index 00000000..2c456353 --- /dev/null +++ b/facts/3.7/windows-2016-x86_64.facts @@ -0,0 +1,115 @@ +{ + "agent_specified_environment": "production", + "aio_agent_version": "5.0.1", + "dmi": { + "manufacturer": "VMware, Inc.", + "product": { + "name": "VMware7,1", + "serial_number": "VMware-42 22 b2 44 67 3a 83 5c-ac a9 00 ba c9 60 d6 e8" + } + }, + "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet", + "facterversion": "3.7.1", + "identity": { + "privileged": true, + "user": "HDWU2FYUKPC0CPW\\Administrator" + }, + "is_virtual": true, + "kernel": "windows", + "kernelmajversion": "10.0", + "kernelrelease": "10.0.14393", + "kernelversion": "10.0.14393", + "memory": { + "system": { + "available": "2.90 GiB", + "available_bytes": 3118796800, + "capacity": "27.37%", + "total": "4.00 GiB", + "total_bytes": 4294057984, + "used": "1.09 GiB", + "used_bytes": 1175261184 + } + }, + "networking": { + "dhcp": "10.32.22.10", + "domain": "example.com", + "fqdn": "foo.example.com", + "hostname": "foo", + "interfaces": { + "Ethernet0": { + "bindings": [ + { + "address": "10.32.116.103", + "netmask": "255.255.240.0", + "network": "10.32.112.0" + } + ], + "bindings6": [ + { + "address": "fe80::2971:1b12:c85e:1970%4", + "netmask": "ffff:ffff:ffff:ffff::", + "network": "fe80::%4" + } + ], + "dhcp": "10.32.22.10", + "ip": "10.32.116.103", + "ip6": "fe80::2971:1b12:c85e:1970%4", + "mac": "00:50:56:A2:EB:26", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%4" + } + }, + "ip": "10.32.116.103", + "ip6": "fe80::2971:1b12:c85e:1970%4", + "mac": "00:50:56:A2:EB:26", + "mtu": 1500, + "netmask": "255.255.240.0", + "netmask6": "ffff:ffff:ffff:ffff::", + "network": "10.32.112.0", + "network6": "fe80::%4", + "primary": "Ethernet0" + }, + "os": { + "architecture": "x64", + "family": "windows", + "hardware": "x86_64", + "name": "windows", + "release": { + "full": "2016", + "major": "2016" + }, + "windows": { + "system32": "C:\\Windows\\system32" + } + }, + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\cyg_server\\AppData\\Local\\Microsoft\\WindowsApps", + "processors": { + "count": 2, + "isa": "x64", + "models": [ + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz" + ], + "physicalcount": 2 + }, + "puppetversion": "5.0.1", + "ruby": { + "platform": "x64-mingw32", + "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.4.0", + "version": "2.4.1" + }, + "system_uptime": { + "days": 0, + "hours": 0, + "seconds": 2121, + "uptime": "0:35 hours" + }, + "timezone": "Coordinated Universal Time", + "virtual": "vmware", + "domain": "example.com", + "hostname": "foo", + "fqdn": "foo.example.com" +} \ No newline at end of file