-
Notifications
You must be signed in to change notification settings - Fork 398
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
Added assignPublicIp param in network_configuration #395
Conversation
Hi @sakar97, Thank you for the PR. Before we can merge it, can you please modify https://github.com/ansible-collections/community.aws/tree/main/tests/integration/targets/ecs_cluster/tasks to test this new behaviour? |
Note to anyone reviewing: the ecs_cluster integration tests are currently not run automatically as they're slow enough to cause problems in CI (at this time) |
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.
As already requested, please add an integration test. More information about our integration test suites can be found in https://www.ansible.com/blog/getting-started-with-aws-ansible-module-development
Hi, I totally forgot the Integration test, I will add the required test cases for the above feature. Thanks |
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.
Minor niggle - currently the version test is a little broken.
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.
Tests passing locally.
…ons#395) * added assign_public_ip feature * fix sanity issues and added changelog Co-authored-by: Mark Chappell <[email protected]>
…ons#395) * added assign_public_ip feature * fix sanity issues and added changelog Co-authored-by: Mark Chappell <[email protected]>
…ons#395) * added assign_public_ip feature * fix sanity issues and added changelog Co-authored-by: Mark Chappell <[email protected]>
…sible-collections#433) ec2_instance - Support throughtput parameter for GP3 volume types SUMMARY ec2_instance - Support throughput parameter for GP3 volume types Fixes ansible-collections#395 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None> Reviewed-by: None <None>
SUMMARY
Closes: #319
Added assignPublicIp support in
network_configuration
to the existing ecs_task module.ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION