-
Notifications
You must be signed in to change notification settings - Fork 43
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
make integ test support ipv6 cluster #193
make integ test support ipv6 cluster #193
Conversation
0fd67e3
to
a2c0ceb
Compare
list_result | ||
.instance_profiles | ||
.as_ref() | ||
.context("No instance profiles found")? | ||
.iter() | ||
.filter(|x| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this from previous PR for the sg group?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's about finding instance profile not related to SG. The logic here is pretty strict and not suitable for different situations, so I think we don't need this anymore. Actually I have this code change in my NodeGroup PR, but I think it might be worth to add here.
1779710
to
5999eec
Compare
Push above address Lu's comments. |
5999eec
to
b2ff447
Compare
b2ff447
to
8ed8232
Compare
testing with ipv6 cluster, we need specify dns-ip setting on node userdata. So add a logic to find dns-ip from cluster info and transform to ideal format.
8ed8232
to
e803d0e
Compare
testing with ipv6 cluster, we need specify dns-ip setting on node
userdata. So add a logic to find dns-ip from cluster info and transform
to ideal format.
Issue number:
#186
Description of changes:
Meanwhile remove a strict and not generic filter to find instance profile.
Testing done:
Test with
brupop-ipv6
andbrupop-ipv4
cluster on brupop integration test account.ipv6
ipv4
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.