evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.
https://supermarket.chef.io/cookbooks/zookeeper
Apache License 2.0
81 stars 119 forks source link

Allow management of the Zookeeper service. #91

Closed jakedavis closed 10 years ago

jakedavis commented 10 years ago

As a first pass towards #86, this PR adds the ability to examine a new node[:zookeeper][:service_style] attribute and either create a Runit service, or allow Exhibitor to manage Zookeeper. It doesn't do anything special for Exhibitor; that is a decision to revisit later (perhaps a suggests in metadata for Exhibitor). For now, it'll log a different message, just to indicate this is a "valid" value.

jeffbyrnes commented 10 years ago

@jakedavis this is great! Nice to finally see how this cookbook & the Exhibitor one can fit together. Thanks for all the hard work on this stuff.

jakedavis commented 10 years ago

Thanks! It has been a bit of a journey but I think it's improving :)

Will merge and bump.