Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Fix vpc validation for multiple subnets #507

Merged
merged 3 commits into from
May 26, 2016

Conversation

colhom
Copy link
Contributor

@colhom colhom commented May 25, 2016

I have a kind-of-off-topic commit which introduces omitempty tags for the Cluster yaml fields. This is subtly desirable behavior I would think, in that defining an empty value in cluster.yaml should probably imply the preset default rather than empty.

Fixes bug 2 in #500

\cc @aaronlevy @michaeldiscala

c.AvailabilityZone = "dummy-az-0"
}

out, err := yaml.Marshal(&c)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is why 5341bf3 exists. We're using the config.Cluster to automate pre-processing of test yaml data.

@aaronlevy
Copy link
Contributor

Code lgtm

Are you keeping track / setting target versions for deprecation of "legacy" features?

@colhom colhom merged commit 733de03 into coreos:master May 26, 2016
@colhom colhom deleted the fix-vpc-validation branch May 26, 2016 18:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants