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

[feature/aws_setup] Fix dependency on default VPC and avoid recreating ingress rule. #532

Merged
merged 1 commit into from
Nov 29, 2018

Conversation

snadorp
Copy link

@snadorp snadorp commented Nov 29, 2018

  1. The setup was depending on eiither classic VPC or default VPCs.
    If there is no default VPC Security groups cannot be easily filtered by group name. To be able to query them from the API a Filter needs to be constructed.

  2. Ingress rules where not checked for existence, meaning a second run of the setup script would fail, this case has been covered by silently ignoring exactly this case, thus not failing the setup procedure.

@snadorp snadorp changed the title Fix dependency on default VPC and avoid recreating ingress rule. [feature/aws_setup] Fix dependency on default VPC and avoid recreating ingress rule. Nov 29, 2018
@dos65
Copy link
Contributor

dos65 commented Nov 29, 2018

Awesome! LGTM.
I'll merge this and update preview artifacts after testing it on aws.

@dos65 dos65 merged commit ba8e8a4 into Hydrospheredata:feature/aws_setup Nov 29, 2018
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.

2 participants