summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Linux HugePagesBen Kochie2016-07-042-3/+39
| | | | | | Read the HugePages[0] information from `/proc/meminfo`. [0]: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
* Merge pull request #837 from chef/8.17.1v8.17.1Tim Smith2016-06-302-3/+12
|\ | | | | Release 8.17.1
| * Release 8.17.18.17.1Tim Smith2016-06-302-3/+12
|/
* Merge pull request #836 from chef/timeTim Smith2016-06-302-3/+4
|\ | | | | Move timezone value under time
| * Move timezone value under timetimeTim Smith2016-06-302-3/+4
|/ | | | | | | | This prevents us from breaking the various timezone cookbooks that already use that namespace. Attributes are hard. Good thing lamont is going to fix this all ;) Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #832 from chef/smurawski/unbreak_appveyorSteven Murawski2016-06-213-9/+29
|\ | | | | Update PowerShell Version Compat Detection / Unblock bundler on Appveyor
| * remove require base64Steven Murawski2016-06-211-1/+0
| |
| * update powershell_spec for change in version parsingsmurawski/unbreak_appveyorSteven Murawski2016-06-201-0/+2
| |
| * update powershell compatible version parsingSteven Murawski2016-06-201-7/+24
| |
| * update overcommit to 0.34.1, since 0.34.0 breaks on WindowsSteven Murawski2016-06-201-2/+4
| |
* | Merge pull request #834 from chef/8.17v8.17.0Tim Smith2016-06-203-13/+18
|\ \ | |/ |/| Release 8.17.0
| * Release 8.17.08.17Tim Smith2016-06-193-13/+18
| | | | | | | | | | | | Let's make sure we get our recent changes into the next Chef release. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #829 from johnbellone/masterTim Smith2016-06-172-0/+53
|\ \ | |/ |/| Add a simple plugin to get the local timezone.
| * Add unit test and fix broken plugin.John Bellone2016-06-132-2/+32
| |
| * Fix the rubocop linting error for quotes.John Bellone2016-06-131-1/+1
| |
| * Add a simple plugin to get the local timezone.John Bellone2016-06-131-0/+23
| |
* | Merge pull request #827 from davide125/ethtoolPhil Dibowitz2016-06-172-1/+53
|\ \ | | | | | | expose ring parameters in the network plugin
| * | more robust parsing logic for ring_paramsDavide Cavalca2016-06-151-18/+18
| | |
| * | expose ring parameters in the network pluginDavide Cavalca2016-05-252-1/+53
| | |
* | | Merge pull request #830 from jaymzh/network_v6_interfacesPhil Dibowitz2016-06-172-2/+14
|\ \ \ | |_|/ |/| | Add additional info to networking interfaces/addresses
| * | Add additional info to networking interfaces/addressesPhil Dibowitz2016-06-152-2/+14
|/ / | | | | | | I'd like to know if addresses are dynamic or not, for example.
* | Merge pull request #820 from glensc/819-packagesThom May2016-06-014-1493/+46
|\ \ | | | | | | improve packages attribute. #819
| * | fix expected commandElan Ruusamäe2016-06-011-1/+1
| | |
| * | updated debian test and dataElan Ruusamäe2016-06-012-1089/+12
| | |
| * | update testsElan Ruusamäe2016-06-012-396/+26
| | | | | | | | | | | | update rpm test data (truncated)
| * | unify debian/rpm styleElan Ruusamäe2016-05-311-4/+4
| | |
| * | add installdate for rpm packages, unix timestampElan Ruusamäe2016-05-121-3/+3
| | |
| * | improve packages attribute. #819Elan Ruusamäe2016-05-111-6/+6
| | | | | | | | | | | | | | | - rpm: add epoch, arch - deb: add arch
* | | Merge pull request #814 from vr/freebsd_packagesThom May2016-05-313-0/+94
|\ \ \ | | | | | | | | Add freebsd support in packages plugin
| * | | Add freebsd support in packages pluginHerve COMMOWICK2016-04-263-0/+94
| |/ /
* | | Merge pull request #821 from chef/attribute_cleanupThom May2016-05-312-30/+20
|\ \ \ | | | | | | | | Cleanup attribute access in cloud plugins
| * | | Cleanup attribute access in cloud pluginsattribute_cleanupTim Smith2016-05-112-30/+20
| | | |
* | | | Merge pull request #828 from chef/gentooThom May2016-05-312-2/+10
|\ \ \ \ | |_|_|/ |/| | | Switch to kernel version to identify Gentoo versions
| * | | Switch to kernel version to identify Gentoo versionsgentooTim Smith2016-05-272-2/+10
|/ / / | | | | | | | | | | | | | | | We're looking at the gentoo release file to identify the version currently which is 2.2. It's been 2.2 for years since that's just the Gentoo Base System version which never changes. We should do what we do on Arch and use the kernel version string. This is a copy / paste of that code. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #816 from criteo-forks/linux_kernel_modulesTim Smith2016-05-192-0/+31
|\ \ \ | | | | | | | | Adding version for linux module when avalaible
| * | | Adding spec test for OHAI linux::kernel::modulesJeremy MAURO2016-05-191-0/+26
| | | |
| * | | Adding kernel module version for linuxJeremy MAURO2016-05-191-0/+5
|/ / /
* | | Merge pull request #824 from chef/8.16.0v8.16.0Tim Smith2016-05-125-15/+28
|\ \ \ | |/ / |/| | Release 8.16.0
| * | Release 8.16.08.16.0Tim Smith2016-05-115-15/+28
|/ / | | | | | | Time to get this into our nightlies
* | Merge pull request #818 from chef/openstackTim Smith2016-05-113-116/+124
|\ \ | |/ |/| Properly poll Openstack detection + other Openstack improvements
| * Use the mixin variable for the metadata serverTim Smith2016-05-101-1/+1
| |
| * Allow setting dreamhost as the provider in the cloud pluginsTim Smith2016-05-102-2/+2
| |
| * Move metadata attributes back to openstack namespaceTim Smith2016-05-104-48/+43
| | | | | | | | | | This reverts nesting the attributes in openstack['metadata']. This matches what we do in other clouds
| * Fix typo in commentTim Smith2016-05-101-1/+1
| |
| * Detect Dreamhost DreamComputeTim Smith2016-05-092-5/+25
| |
| * Set metadata to {} not nil if it doesn't respondTim Smith2016-05-092-7/+6
| | | | | | | | | | This makes it easier to write recipes without being super defensive in your code
| * Update the specs for the updated pluginTim Smith2016-05-092-83/+72
| | | | | | | | Test DMI data path, remove openstack specific metadata since we're not gathering this at the moment.
| * Properly poll Openstack detection + other Openstack improvementsTim Smith2016-05-093-48/+53
|/ | | | | | | | | The existing Openstack metadata logic failed as it was hardcoded to use metadata from 2013 that doesn't seem to exist in standard installs. Instead lets use the logic in the EC2 metadata mixin to find the latest version we support. Wrap metadata fetching around socket connection check from the EC2 metadata plugin. This prevents hung Ohai runs on providers that don't support the metadata endpoint Grab the Openstack data correctly in the Cloud plugins Detect a system as being on Openstack based on DMI data Remove HP cloud logic since that's dead Add debug logging so we can follow what's happening in the logs better
* Merge pull request #812 from chef/bhyveTim Smith2016-04-252-0/+21
|\ | | | | Add detection of bhyve guests running Linux/*BSD
| * Add spec for bhyvebhyveTim Smith2016-04-221-0/+19
| | | | | | | | Thanks to twitter I was able to get dmidecode output from a bhyve guest