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

Support "package" install style #192

Closed eherot closed 6 years ago

jeffbyrnes commented 7 years ago

This one is really tough, b/c the package installer tends to do a few things:

  1. get in the way of config mgmt.
  2. try to manage the ZK service itself

Still, worth trying out at some point!

eherot commented 7 years ago

Indeed, but neither of those things are particularly unique to the ZK package.

jeffbyrnes commented 7 years ago

@eherot true, though in the case of ZK, restarting the service is dicey. Still, we handled that w/ Elasticsearch and Cassandra, so it’s all good.

jeffbyrnes commented 6 years ago

Closing this, as it is unlikely to happen.