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

Chef search support for seeds #204

Closed
michaelklishin opened this issue Aug 4, 2015 · 2 comments
Closed

Chef search support for seeds #204

michaelklishin opened this issue Aug 4, 2015 · 2 comments
Assignees

Comments

@michaelklishin
Copy link
Owner

Configuring seed nodes can be a pain in the neck when knife bootstrap isn't used, e.g. when nodes are booted from AMIs by an autoscaling group on EC2.

We should use Chef search to locate nodes with the role cassandra and fall back to the current value (node's IP address) if none found.

@vkhatri thoughts?

@vkhatri
Copy link
Collaborator

vkhatri commented Aug 4, 2015

@michaelklishin this sound great and a great value add missing at the moment, especially for auto scaling clusters.

i can help if you have not already started working on it.

@michaelklishin
Copy link
Owner Author

I'm going to give this a shot this evening.

michaelklishin added a commit that referenced this issue Aug 4, 2015
If search is not available, we fall back to using node's own
IP address by default.

Fixes #204.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants