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

Support multiple GCE zones? #213

Closed
solarce opened this issue Oct 10, 2016 · 2 comments
Closed

Support multiple GCE zones? #213

solarce opened this issue Oct 10, 2016 · 2 comments

Comments

@solarce
Copy link
Contributor

solarce commented Oct 10, 2016

Currently we only support a single GCE zone in the config, https://github.com/travis-ci/worker/blob/master/backend/gce.go#L159, should we add support for multiple zones or just wait for cloud-brain?

@sarahhodne
Copy link
Contributor

I think the best way to do this would be similar to how it's gonna work with cloud-brain: A pool of workers for each zone. So we have one pool of X workers that have a config for one zone, and a pool of Y workers than have a config for another zone. That way we don't have to keep track of which instance is associated with which zone.

@meatballhat
Copy link
Contributor

This has been addressed another way 🎉.

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

3 participants