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

Allow distributing facet instances into multiple subnets in VPC #323

Open
garo opened this issue Nov 27, 2013 · 0 comments
Open

Allow distributing facet instances into multiple subnets in VPC #323

garo opened this issue Nov 27, 2013 · 0 comments

Comments

@garo
Copy link

garo commented Nov 27, 2013

Inside an EC2 VPC the target availability zone is controlled by specifying the subnet instead of directly specifying an availability zone.

The current VPC implementation is both fragile as it requires that the availability_zones matches the subnet and it doesn't allow the facet instances to be distributed into multiple subnets.

I'm proposing the following changes:

  • When vpc is set then availability_zones must not be set.
  • We change subnet into subnets which is an Array of all subnets where the instances are distributed.

Then when launching a facet with multiple servers then the facet instances are distributed in a round robin fashion into all described subnets.

Also the computer list would display subnet instead of AZ for each server.

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

No branches or pull requests

1 participant