chef-cookbooks icon indicating copy to clipboard operation
chef-cookbooks copied to clipboard

[collectd] Support for yum cookbook >= 3.0

Open darxriggs opened this issue 11 years ago • 5 comments

  • yum cookbook v3.x contains breaking changes
  • yum::epel was extracted into a separate cookbook yum-epel
  • message was "RecipeNotFound: could not find recipe epel for cookbook yum"

darxriggs avatar Dec 21 '13 15:12 darxriggs

See the yum-cookbook-3.x-support branch for the commits.

darxriggs avatar Dec 22 '13 11:12 darxriggs

Thank you for your updates. Unfortunately at this time, our main cookbooks (https://github.com/rcbops/chef-cookbooks) are pinned at the last 2.x release. In the case of this repos Vagrant/Test-Kitchen support, we can't really update the metadata.rb without also updating everything else to expect yum > 3.x. At this time, I have no eta when we will be upgrading everything to the yum 3.x cookbooks.

If you are looking to just run the Test Kitchen stuff in this cookbook, I would suggest pinning the yum cookbook in Berkshelf to the last 2.4.4 release tag for now.

claco avatar Dec 22 '13 15:12 claco

Should we just close the issue and pull request now? To me it makes no sense to leave it just open for the "collectd" cookbook for a long time. As you already mentioned it should better be upgraded together with all other rcbops cookbooks.

darxriggs avatar Dec 22 '13 16:12 darxriggs

Go ahead and leave it open. We'll be revisiting this after the holidays at some point.

claco avatar Dec 22 '13 16:12 claco

current erlang cookbook requires yum < 3.0, new erlang cookbook requires yum >= 3.0. updating yum cookbook breaks because erlang cookbook dependency. going to have to update these in one shot.

breu avatar Jan 23 '14 16:01 breu