rcbops / chef-cookbooks

RCB OPS - Chef Cookbooks
Other
118 stars 102 forks source link

[collectd] Support for yum cookbook >= 3.0 #749

Open darxriggs opened 10 years ago

darxriggs commented 10 years ago
darxriggs commented 10 years ago

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

claco commented 10 years ago

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.

darxriggs commented 10 years ago

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.

claco commented 10 years ago

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

breu commented 10 years ago

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.