We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
knife bootstrap
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.
cassandra
@vkhatri thoughts?
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
I'm going to give this a shot this evening.
Use Chef search (role:cassandra) to look up seed nodes
a9fe0c2
If search is not available, we fall back to using node's own IP address by default. Fixes #204.
michaelklishin
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: