Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: support for redis-sentinel #13

Closed
cdent opened this issue Dec 8, 2014 · 7 comments
Closed

Feature Request: support for redis-sentinel #13

cdent opened this issue Dec 8, 2014 · 7 comments
Labels
enhancement New feature or request

Comments

@cdent
Copy link
Contributor

cdent commented Dec 8, 2014

We're in the process of adding your puppet-redis module to openstack-puppet-modules and have decided it would be handy to have sentinel support in this module.

I'm happy to do this work myself and submit a pull-request but I wanted to check first on the following:

  • Would you accept it?
  • Have you got something in progress already?

Thanks.

@arioch
Copy link
Contributor

arioch commented Dec 8, 2014

I haven't got anything in progress but I'd gladly accept patches!
Other enhancements are welcome too.

@arioch arioch added the enhancement New feature or request label Dec 8, 2014
@cdent
Copy link
Contributor Author

cdent commented Dec 9, 2014

Cool, this is on my todo list for this week. There are some hurdles to overcome with the sentinel.conf file (which the sentinel process will write state to) but I've seen some ways around that.

@arioch
Copy link
Contributor

arioch commented Dec 9, 2014

Looking forward to seeing some patches. 👍
You could use augeas so you don't have to manage the entire file which would otherwise result in a race condition.

@cdent
Copy link
Contributor Author

cdent commented Dec 10, 2014

I'll be doing the work on this fork+branch: https://github.com/cdent/puppet-redis/tree/sentinel-support

Do you prefer the eventual pull request (assuming I can get it working, which I'm pretty sure I can) squashed or with all the history?

@arioch
Copy link
Contributor

arioch commented Dec 10, 2014

Excellent. I see you already got started. :)

Well it depends on how many commits you're going to end up with.
If it's +50 I'd prefer some of them squashed, but if it's 10 commits by all means leave it in.

Keep up the good work!

@cdent
Copy link
Contributor Author

cdent commented Dec 11, 2014

I've left a few comments in the message of today's commit that you might want to weigh in on: cdent@8206296

They basically surround questions on how or if to deal with config directories and log files.

@cdent
Copy link
Contributor Author

cdent commented Dec 17, 2014

Released in f4ffa1b

Awesome, thanks for the quick handling.

@cdent cdent closed this as completed Dec 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants