-
Notifications
You must be signed in to change notification settings - Fork 343
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
elbv2 module_util - support alb attributes and add compare method for check_mode #696
elbv2 module_util - support alb attributes and add compare method for check_mode #696
Conversation
recheck |
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.
Can you please update the unit tests for this module util? https://github.com/ansible-collections/amazon.aws/blob/main/tests/unit/module_utils/test_elbv2.py
ad57cf7
to
6dfad9c
Compare
0697b11
to
ccd5266
Compare
updated PR to include adding a compare_elb_attributes() to support check_mode when modifying ALB attributes |
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.
LGTM!
regate |
regate |
regate |
regate |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #708 🤖 @patchback |
… check_mode (#696) elbv2 module_util - support alb attributes and add compare method for check_mode SUMMARY Add support for modifying alb specific attributes for ansible-collections/community.aws#963 Add compare_elb_attributes method to support check_mode ISSUE TYPE Feature Pull Request COMPONENT NAME community.aws.elb_application_lb amazon/aws/plugins/module_utils/elbv2.py Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Jill R <None> Reviewed-by: Joseph Torcasso <None> (cherry picked from commit b14e392)
… check_mode (#696) (#708) [PR #696/b14e392a backport][stable-3] elbv2 module_util - support alb attributes and add compare method for check_mode This is a backport of PR #696 as merged into main (b14e392). SUMMARY Add support for modifying alb specific attributes for ansible-collections/community.aws#963 Add compare_elb_attributes method to support check_mode ISSUE TYPE Feature Pull Request COMPONENT NAME community.aws.elb_application_lb amazon/aws/plugins/module_utils/elbv2.py
elb_application_lb - support alb attributes SUMMARY Support modifying different alb specific attributes Fixes #571 Depends-On ansible-collections/amazon.aws#696 ISSUE TYPE Feature Pull Request COMPONENT NAME elb_application_lb Reviewed-by: Jill R <None> Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None>
elb_application_lb - support alb attributes SUMMARY Support modifying different alb specific attributes Fixes ansible-collections#571 Depends-On ansible-collections/amazon.aws#696 ISSUE TYPE Feature Pull Request COMPONENT NAME elb_application_lb Reviewed-by: Jill R <None> Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None> (cherry picked from commit 85bfce4)
elb_application_lb - support alb attributes SUMMARY Support modifying different alb specific attributes Fixes #571 Depends-On #696 ISSUE TYPE Feature Pull Request COMPONENT NAME elb_application_lb Reviewed-by: Jill R <None> Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@85bfce4
elb_application_lb - support alb attributes SUMMARY Support modifying different alb specific attributes Fixes ansible-collections#571 Depends-On ansible-collections#696 ISSUE TYPE Feature Pull Request COMPONENT NAME elb_application_lb Reviewed-by: Jill R <None> Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@85bfce4
elb_application_lb - support alb attributes SUMMARY Support modifying different alb specific attributes Fixes ansible-collections#571 Depends-On ansible-collections#696 ISSUE TYPE Feature Pull Request COMPONENT NAME elb_application_lb Reviewed-by: Jill R <None> Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None>
elb_application_lb - support alb attributes SUMMARY Support modifying different alb specific attributes Fixes ansible-collections#571 Depends-On ansible-collections#696 ISSUE TYPE Feature Pull Request COMPONENT NAME elb_application_lb Reviewed-by: Jill R <None> Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None>
SUMMARY
ISSUE TYPE
COMPONENT NAME