Jeff Byrnes

Results 106 comments of Jeff Byrnes

@mgrenonville I lost write access to this repo at some point, but I still have the ability to publish the cookbook to the Supermarket, so I’ll take care of this...

Released in v15.0.0: https://supermarket.chef.io/cookbooks/zookeeper#changelog

@mgrenonville I’ll take care of this via my personal fork as well.

Released v15.0.0 for yah: https://supermarket.chef.io/cookbooks/zookeeper#changelog

@eyalzek hmm… seems some refactor of the actions for `zookeeper_service` is in order. It should provide a mechanism to pass through any notifications to its inner resources (as it is...

@eyalzek thanks! If you check out `resources/service.rb`, you’ll see that it has two actions: - `:create` - `:delete` Taking a cue from `poise_service`, I think it’s better if it had...

@cullenmcdermott oh nice! That looks pretty good so far. If you want to open a pull request with that work, we can try to get it fully fleshed out together....

@heaven I wager you mean #191? tl;dr, probably not anytime soon. I’ve had very few cycles to put towards this, especially since I no longer use ZK (job change, no...

@heaven so I _did_ manage to squeeze in some work and get the `zookeeper-env.sh` fixes (and some others) done & released as v10.0.0. Fixing this is a much larger refactor,...

@albertvaka Chef 17 wants resources to set `unified_mode true` for compatibility, and that also means using yum >= 7.0.0 (b/c that’s the first version that’s Chef 17-compatible). As for older...