-
Notifications
You must be signed in to change notification settings - Fork 403
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
ec2_vpc_nacl: add IPv6 support #398
Conversation
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.
Change looks sensible, and this includes integration tests. 1 small thing: please add a changelog fragment.
https://docs.ansible.com/ansible/latest/community/development_process.html#changelogs-how-to
@tremble thanks, I've added a changelog fragment. |
@boutetnico thanks for your submission. This change should be available with the next release (either 1.5.0 or 2.0.0) |
This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@7bddc31
Install ec2_eni test requirements SUMMARY ansible.netcommon needs the netaddr python package to be installed in the test env, add this to test-requirements. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_eni
SUMMARY
Add support for IPv6 in
ec2_vpc_nacl
.This follows an old PR: ansible/ansible#50004.
ISSUE TYPE
COMPONENT NAME
ec2_vpc_nacl.py
ADDITIONAL INFORMATION
I'm not a Python programmer and will be happy to receive feedback on this PR 😃.
In this PR, I have:
ec2_vpc_nacl.py
to detect if the provided CIDR is an IPv6 or not and provide the correct value to boto.ec2_vpc_nacl
module.It seems to me that the tests are failing for an unrelated reason to this PR as reported in #153.