openshift / cluster-operator

52 stars 35 forks source link

Honor VPC name and Subnet in AWS hardware spec #305

Closed csrwng closed 6 years ago

csrwng commented 6 years ago

Currently we ignore VPCName from the hardware spec. This PR makes it so we honor it and assume it exists when set. We also need a fix in the ansible openshift_aws role to use the vpc name instead of assuming it's the cluster name. That is getting fixed here: https://github.com/openshift/openshift-ansible/pull/9249 When that fix goes through and it gets backported to 3.10, we can remove the override in this repo.

csrwng commented 6 years ago

@dgoodwin @abutcher ptal

abutcher commented 6 years ago

/lgtm