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

Fix for multiple subnets per zone when creating load balancers #632

Merged
merged 2 commits into from
May 26, 2016

Conversation

cfieber
Copy link
Contributor

@cfieber cfieber commented May 25, 2016

We configure multiple subnets for each AZ for a number of reasons. On an ASG it just works, but an ELB still only allows selection of one subnet per zone. Our strategy is to just to randomly pick one subnet from the available set.

This change also includes as a separate commit deletion of a swath of unused methods in the SubnetAnalyzer class. That was lift-n-shifted from the Asgard codebase without paring out the bits that we don't care about.

@spinnaker/netflix-reviewers PTAL

@cfieber cfieber merged commit d44dc56 into spinnaker:master May 26, 2016
ttomsu pushed a commit to ttomsu/clouddriver that referenced this pull request Mar 11, 2020
* Adding openstack bakery (#3)

Adding Openstack Bakery commands to halyard


h/t @shazy792 @dylanbernhardt @MatthewKohner @msilpala

* fix openstack bakery commands (spinnaker#4)

* fix formatting (spinnaker#5)

* Remove unused imports and some extra spaces. (spinnaker#6)

* fix virtualization settings for openstack base image (spinnaker#7)

* fix formatting

* fix virtualization settings for openstack base image

* Bakery Options finishing touches (spinnaker#8)

* remove extraneous if

* fix intellij formatting

* Make bakery insecure parameter nullable

* remove commented out line

* remove OpenstackBakeryDefaults null setting and make insecure required setting so vaildation works
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

Successfully merging this pull request may close these issues.

1 participant