summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Connect to GCE metadata by IP not namegce_metadataTim Smith2018-09-161-2/+1
| | | | | | If you're using a non-GCE nameserver you won't be able to resolve the name. This aligns GCE with other clouds in Ohai. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add ohai MVPs for Ohai 13/14Tim Smith2018-09-161-9/+22
| | | | | | We should be better about keeping this up to date. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.5.0Chef Expeditor2018-09-141-15/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.5.0 by Chef Expeditorv14.5.0Chef Expeditor2018-09-143-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1247 from chef/bumpTim Smith2018-09-142-2/+16
|\ | | | | Release Ohai 14.5
| * Add 14.5 release notesTim Smith2018-09-141-0/+14
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Readme tweaks + Bump to 14.5bumpTim Smith2018-09-141-2/+2
|/ | | | | | | I forgot to tag the last PR for a version bump. This is 99.99% an excuse to tag a PR Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.6 by Chef Expeditorv14.4.6Chef Expeditor2018-09-143-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1240 from jugatsu/fix-root-group-plugin-on-localizedTim Smith2018-09-143-6/+28
|\ | | | | Fix root_group plugin invalid byte sequence on non-English version of Windows
| * Fix rubocop offensesAnton Kvashenkin2018-09-121-2/+2
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
| * Fix rspec unit test for root_group pluginAnton Kvashenkin2018-09-121-2/+5
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
| * Change rspec unit test for root_group pluginAnton Kvashenkin2018-09-121-4/+9
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
| * Deprecate windows_root_group_name helperAnton Kvashenkin2018-09-121-0/+76
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
| * Use wmi-lite for WMI queryAnton Kvashenkin2018-09-101-26/+12
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
| * Chefstyle fixAnton Kvashenkin2018-09-081-1/+1
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
| * Fix root_group plugin invalid byte sequence on non-English version of WindowsAnton Kvashenkin2018-09-082-75/+27
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
* | Bump version to 14.4.5 by Chef Expeditorv14.4.5Chef Expeditor2018-09-143-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1241 from chef/fix_configTim Smith2018-09-141-8/+4
|\ \ | | | | | | Fix providing relative paths to the config file
| * | Fix provided relative paths to the config filefix_configTim Smith2018-09-081-8/+4
| | | | | | | | | | | | | | | | | | We do an expand_path on the passed config value and we use Dir.pwd with the expand, but before we ever get here we change the directory to /, which means specifying a file in the working directory results in something like /client.rb. This isn't what the user wants. Instead change the working directory right before we run the application instead of before we work out the config situation. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.4.4 by Chef Expeditorv14.4.4Chef Expeditor2018-09-103-5/+6
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1244 from higanworks/opnstack_timeout_from_ConfigTim Smith2018-09-102-5/+25
|\ \ \ | | | | | | | | override timout by Ohai::Config.ohai[:openstack_metadata_timeout]
| * | | run rake style:auto_correctsawanoboly2018-09-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: sawanoboly <sawanoboriyu@higanworks.com>
| * | | override timout by Ohai::Config.ohai[:openstack_metadata_timeout]sawanoboly2018-09-102-5/+25
| | |/ | |/| | | | | | | Signed-off-by: sawanoboly <sawanoboriyu@higanworks.com>
* | | Merge pull request #1243 from chef/rakefileTim Smith2018-09-103-6/+25
|\ \ \ | | | | | | | | More rake / Travis updates
| * | | More rake / Travis updatesrakefileTim Smith2018-09-093-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the gem groups, speed up Travis installs, update the readme tasks documentation. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #1242 from chef/rakefileTim Smith2018-09-092-10/+27
|\ \ \ \ | |/ / / | | | | Use a more standardized Rakefile
| * | | Use a more standardized RakefileTim Smith2018-09-082-10/+27
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Remove the old requires for the github changelog generator Add the console task Provide better error handling / messages when the gems aren't there Make style/specs default and just run the default in Travis Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.4.3 by Chef Expeditorv14.4.3Chef Expeditor2018-09-093-4/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #1238 from ↵Tim Smith2018-09-082-22/+341
|\ \ \ | |_|/ |/| | | | | | | | MsysTechnologiesllc/nimesh/MSYS-894_add_encryption_status Add "EncryptionStatus" to each volume on Windows
| * | Add "EncryptionStatus" to each volume on WindowsNimesh2018-09-082-22/+341
|/ / | | | | | | | | | | | | | | | | | | - Changes to fetch Encryption Status of a volume using GetConversionStatus method of Win32_EncryptableVolume class - Handle wmi exceptions when a namespace or class is not accessible - Added test cases - Minor code fixes and cleanup - Fixes MSYS-894 Signed-off-by: Nimesh <nimesh.patni@msystechnologies.com>
* | Update CHANGELOG.md to reflect the promotion of 14.4.2Chef Expeditor2018-08-221-11/+8
|/
* Bump version to 14.4.2 by Chef Expeditorv14.4.2Chef Expeditor2018-08-223-4/+12
|
* Merge pull request #1236 from chef/simple_ip_fixTim Smith2018-08-223-13/+13
|\ | | | | Uniquely name our network plugin helper methods
| * Uniquely name our network plugin helper methodsTim Smith2018-08-223-13/+13
|/ | | | | | Simple fix for now that unbreaks the linux network plugin. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.4.1Chef Expeditor2018-08-211-11/+8
|
* Chefstyle fixTim Smith2018-08-211-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.1 by Chef Expeditorv14.4.1Chef Expeditor2018-08-213-4/+12
|
* Merge pull request #1231 from ↵Tim Smith2018-08-212-5/+204
|\ | | | | | | | | MsysTechnologiesllc/nimesh/MSYS-875_prefer_ipv4_default_gateway_windows Prefer ipv4 for default_gateway over ipv6 on windows
| * Prefer ipv4 for default_gateway over ipv6 on windowsNimesh2018-08-212-5/+204
|/ | | | | | | | | | | - Minor fix to select default_interface based on the least metric value - Fix to prefer default_fateway in IPV4 Format - DRY-UP to get interface_code - Commented as per YARD format - Added test cases - Fixes: MSYS-875 Signed-off-by: Nimesh <nimesh.patni@msystechnologies.com>
* Merge pull request #1232 from chef/expeditorTim Smith2018-08-111-3/+1
|\ | | | | Remove old labels from the expeditor config
| * Remove old labels from the expeditor configTim Smith2018-08-101-3/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 14.4.0Chef Expeditor2018-08-081-18/+15
| |
* | Bump version to 14.4.0 by Chef Expeditorv14.4.0Chef Expeditor2018-08-083-5/+6
| |
* | Merge pull request #1230 from chef/144Tim Smith2018-08-081-1/+15
|\ \ | |/ |/| Add release notes for 14.4
| * Add release notes for 14.4Tim Smith2018-08-081-1/+15
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.3.7 by Chef Expeditorv14.3.7Chef Expeditor2018-08-083-5/+6
|
* Merge pull request #1229 from chef/fix_expeditorTim Smith2018-08-081-4/+2
|\ | | | | Resolve Expeditor config warnings
| * Resolve Expeditor config warningsTim Smith2018-08-081-4/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.3.6 by Chef Expeditorv14.3.6Chef Expeditor2018-08-083-5/+6
|/
* Merge pull request #1227 from WheresAlice/configurable_timeoutTim Smith2018-08-082-2/+3
|\ | | | | Make the default shell_out timeout of 30 seconds configurable