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

Deprecate the var.aws_zone and read it based on the given runner subnet #236

Merged
merged 22 commits into from Jul 12, 2020
Merged

Deprecate the var.aws_zone and read it based on the given runner subnet #236

merged 22 commits into from Jul 12, 2020

Conversation

ghost
Copy link

@ghost ghost commented Jul 6, 2020

The var.aws_zone parameter for the runner is not needed. We get the runner subnet which implies the availablity_zone.

The variable is now deprecated. It can be removed in the next major release (see #235). As module documentation is created automatically, no changes required. The examples are still valid and didn't mention the aws_zone variable.

Verification was done in the Hapag-Lloyd environment which uses this module in version 4.18.0 (docker+machine and spot instances).

Closes #232

@ghost ghost marked this pull request as ready for review July 6, 2020 08:34
@npalm
Copy link
Collaborator

npalm commented Jul 7, 2020

@kayma-hl thanks will check the PR later this week.

Copy link
Collaborator

@npalm npalm left a comment

Choose a reason for hiding this comment

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

Changes looks good, will verify asap via a deploy and upgrade. Thanks for the work

Copy link
Collaborator

@npalm npalm left a comment

Choose a reason for hiding this comment

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

@kayma-hl thanks!

@npalm npalm merged commit cd07638 into cattle-ops:develop Jul 12, 2020
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.

Does aws_zone has to match the subnet availability zone?
2 participants