-
Notifications
You must be signed in to change notification settings - Fork 342
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_igw
: fix NoneType error
#695
ec2_vpc_igw
: fix NoneType error
#695
Conversation
…alidInternetGatewayID.NotFound' to ensure_ec2_tags Signed-off-by: Alina Buzachis <[email protected]>
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.
Changelog verbiages need to be updated since the ultimate solution was not a manual waiter, I'm +1 to merge once the CI from that final commit has finished.
ec2_vpc_igw
: add manual waiter to fix NoneType errorec2_vpc_igw
: fix NoneType error
Backport to stable-2: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1965b05 on top of patchback/backports/stable-2/1965b0531421879c16631d2ba461f8d43a085cc6/pr-695 Backporting merged PR #695 into main
🤖 @patchback |
Backport to stable-3: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1965b05 on top of patchback/backports/stable-3/1965b0531421879c16631d2ba461f8d43a085cc6/pr-695 Backporting merged PR #695 into main
🤖 @patchback |
`ec2_vpc_igw`: fix NoneType error SUMMARY use paginator for describe internet gateways and add retry_codes='InvalidInternetGatewayID.NotFound' (thanks @alinabuzachis) Fixes ansible-collections#647 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vpc_igw ADDITIONAL INFORMATION previously added InternetGatewayAttached waiter but problem still persists (ansible-collections#691) Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: Jill R <None> (cherry picked from commit 1965b05)
`ec2_vpc_igw`: fix NoneType error SUMMARY use paginator for describe internet gateways and add retry_codes='InvalidInternetGatewayID.NotFound' (thanks @alinabuzachis) Fixes ansible-collections#647 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vpc_igw ADDITIONAL INFORMATION previously added InternetGatewayAttached waiter but problem still persists (ansible-collections#691) Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: Jill R <None> (cherry picked from commit 1965b05)
`ec2_vpc_igw`: fix NoneType error (#695) ec2_vpc_igw: fix NoneType error SUMMARY use paginator for describe internet gateways and add retry_codes='InvalidInternetGatewayID.NotFound' (thanks @alinabuzachis) Fixes #647 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vpc_igw ADDITIONAL INFORMATION previously added InternetGatewayAttached waiter but problem still persists (#691) Reviewed-by: Abhijeet Kasurde Reviewed-by: Jill R (cherry picked from commit 1965b05) SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION
`ec2_vpc_igw`: fix NoneType error (#695) ec2_vpc_igw: fix NoneType error SUMMARY use paginator for describe internet gateways and add retry_codes='InvalidInternetGatewayID.NotFound' (thanks @alinabuzachis) Fixes #647 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vpc_igw ADDITIONAL INFORMATION previously added InternetGatewayAttached waiter but problem still persists (#691) Reviewed-by: Abhijeet Kasurde Reviewed-by: Jill R (cherry picked from commit 1965b05) SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION
…s3_sync-integration-test s3_sync: Integration test fix: empty buckets before deleting SUMMARY Added tasks to empty buckets before deleting them. S3 requires a bucket to be empty before it can be deleted. The integration tests in the s3_sync try to delete the buckets without emptying them. Fixes ansible-collections#694. ISSUE TYPE Bugfix Pull Request COMPONENT NAME tests/integration/targets/s3_sync Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Jill R <None> Reviewed-by: None <None>
SUMMARY
ISSUE TYPE
COMPONENT NAME
ec2_vpc_igw
ADDITIONAL INFORMATION