hashicorp / serf

Service orchestration and management tool.
https://github.com/hashicorp/serf/blob/master/docs/index.html.markdown
Mozilla Public License 2.0
5.88k stars 596 forks source link

Add EC2 join support, similar to Consul #429

Open slackpad opened 7 years ago

slackpad commented 7 years ago

This would be useful in Serf as well. We may be able to move Consul's code down a level and share better (right now retry-join is implemented in both products separately).

martinssipenko commented 7 years ago

Is this something that is planned in near future? If it's not on a roadmap would it be worth taking a look at?

slackpad commented 7 years ago

We currently don't have bandwidth to add this but would welcome a PR. The work has been done to factor out https://github.com/hashicorp/go-discover, so this should be pretty easy to do.