Lispython / sentry-cookbook

Chef cookbook for sentry
Other
25 stars 22 forks source link

[Feature] Multiple recipes for various extensions #1

Open dcramer opened 11 years ago

dcramer commented 11 years ago

It'd be cool if there were multiple recipes for setting up various things required by sentry

i.e.

roles => [sentry::default, sentry::queue::redis, sentry::buffers::redis]

The goal should be to setup a "good" sentry instance, which is the following (currently):

If all it supported were Redis, that'd be an extremely acceptable solution, even if it required other cookbooks.

p.s. I have absolutely no idea if you can do the third class that way in Chef/Ruby :)

Lispython commented 11 years ago

Thanks for the feedback @dcramer!

I'm not sure what good way to configure things as buffers and queues through certain roles, because the settings for redis (as example) can be determined by searching on chef nodes.