summaryrefslogtreecommitdiff
path: root/kitchen-tests
Commit message (Collapse)AuthorAgeFilesLines
* Add the multipackage stuff backtravis_integrationTim Smith2017-09-183-1/+11
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use the new openssh cookbook to fix CentOS 7Tim Smith2017-09-181-1/+1
| | | | | | I fixed docker failures on CentOS 7 in the updated openssh cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* Use the new selinuxTim Smith2017-09-181-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove multipackage from the berksfileTim Smith2017-09-181-3/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add back the openssh hackTim Smith2017-09-181-0/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use Chef's built in multipackageTim Smith2017-09-182-7/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use the unnamed resource. Worth testingTim Smith2017-09-181-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use Bento slugs in kitchenTim Smith2017-09-181-4/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove carriage returnTim Smith2017-09-181-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update users cookbook usage to use the resourceTim Smith2017-09-181-1/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update the URL to apache2 cookbookTim Smith2017-09-181-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove test files for old platformsTim Smith2017-09-184-56/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add simple test cookbook readmesTim Smith2017-09-182-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove apt cookbook from BerksfilesTim Smith2017-09-182-4/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add metadata a normal cookbook would haveTim Smith2017-09-181-0/+11
| | | | | | Might as well test it all Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove reference to multipackage cookbookTim Smith2017-09-181-2/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the hack we handle in the kitchen configTim Smith2017-09-181-3/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Test new cookbooks. The world has changed in 3 yearsTim Smith2017-09-184-41/+41
| | | | | | database::mysql was used to install the gem. It auto installs now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the php version constraint in the berkfileTim Smith2017-09-181-1/+0
| | | | | | This is a 3 year old version of php. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fetch resolver from supermarketTim Smith2017-09-181-3/+0
| | | | | | There's no need to use github anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
* Chef 13 recipe updates and simplificationTim Smith2017-09-181-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Switch to dokken images in Travis & update platformsTim Smith2017-09-181-32/+24
| | | | | | | Remove EOL CentOS 5 / openSUSE 13.2 Add Debian 9 / openSUSE Leap Signed-off-by: Tim Smith <tsmith@chef.io>
* go back to using omnitruck to installlcg/install-current-from-omnitruckLamont Granquist2017-05-031-0/+3
| | | | | | i like the reliability of omnitruck over the docker installs better. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump kitchen-tests cookbooksLamont Granquist2017-04-061-5/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove 12.04 testing in Travisintegration_test_tweaksTim Smith2017-04-052-9/+0
| | | | | | 12.04 is goes EOL on 4/28. http://fridge.ubuntu.com/2017/03/15/ubuntu-12-04-precise-pangolin-reaches-end-of-life-on-april-28-2017/ Signed-off-by: Tim Smith <tsmith@chef.io>
* Update test cookbook copyright headersTim Smith2017-04-055-9/+19
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Move test templates out of the default directoryTim Smith2017-04-052-0/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update test cookbook licensesTim Smith2017-04-055-5/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge branch 'master' into no-more-constsNoah Kantrowitz2017-04-042-14/+17
|\ | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * RFC 67: Remove cookbook segmentsThom May2017-04-042-17/+18
| | | | | | | | | | | | | | | | | | This implements RFC 67, which removes cookbook segments, and moves to a single list of all the files contained in a cookbook. This allows us to move forward with better audit modes and also proper shipping of ohai plugins. Signed-off-by: Thom May <thom@chef.io>
* | We commented out the awesome_customers tests from Travis while master is on ↵Noah Kantrowitz2017-04-032-67/+10
|/ | | | | | fire, but they are still in the berksfile which was pulling down an older version of the selinux cookbook. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* bumping again mostly to get chef-zeroLamont Granquist2017-03-281-5/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* comment out problematic testLamont Granquist2017-03-281-6/+6
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bumping everythingLamont Granquist2017-03-282-21/+23
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-172-16/+11
| | | | | | Switch over the Chef-12.0 ProviderResolver is now completed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bumping kitchen-test cookbooksLamont Granquist2017-03-161-4/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* see if this fixes chef-configlcg/cleanup-dep-rake-tasksLamont Granquist2017-03-102-1/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* simplify dependency bumping rake tasks and bump all depsLamont Granquist2017-03-102-32/+34
| | | | | | | this eliminates all the "run gem pristine" warning spam and i believe uses "bundle lock" correctly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert "simplify dependency bumping rake tasks and bump all deps"Lamont Granquist2017-03-102-34/+32
| | | | | | This reverts commit 6628f708acdefe2fc6bff85a1edade89f0b4d8ee. oops.
* simplify dependency bumping rake tasks and bump all depsLamont Granquist2017-03-102-32/+34
| | | | | | | this eliminates all the "run gem pristine" warning spam and i believe uses "bundle lock" correctly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump chef version to 13.0.0Lamont Granquist2017-02-284-22/+22
| | | | | | | | | | | This requires pulling in master of several gems, bumps all the other gems, plus pulls in new kitchen-appbundle-updater which supports pulling master of ohai. Note that kitchen-windows is disabled because it turns out it was broken and red on 12.19 all along. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix some Travis failures related to style and gem depstduffield/un-f-the-worldTom Duffield2017-02-102-1/+4
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Cleanup Gemfiles, Berksfiles, and update Gemfile groupsTom Duffield2017-02-092-2/+2
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Remove a lot of old restraintsTom Duffield2017-02-092-13/+11
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Pin integration tests to < 2.0 kitchen-dokkenTim Smith2017-02-072-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Point Berkshelf at the correct Supermarket URLohai_depTim Smith2017-02-072-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump deps to avoid corrupt Gemfile.lock warningTim Smith2017-02-071-15/+16
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update depstduffield/fix-syntaxTom Duffield2017-01-241-2/+2
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump depsTom Duffield2017-01-231-5/+5
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Pin version of rainbow gem and update deps.Ryan Hass2017-01-193-3/+5
| | | | | | | We need to pin rainbow until the next version of rubygems is released as it is causing build failures in travis. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>