-
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
aws_ssm - Add gather_facts to integration tests for connection plugins #1670
aws_ssm - Add gather_facts to integration tests for connection plugins #1670
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
recheck |
This comment was marked as resolved.
This comment was marked as resolved.
recheck |
Add ansible.windows as a dependency for the community.aws tests The aws_ssm connection plugin depends on ansible.windows to test connections to Windows instances ansible-collections/community.aws#1670 Reviewed-by: Bikouo Aubin <None>
recheck |
Build failed (gate pipeline). For information on how to proceed, see Warning: |
regate |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1675 🤖 @patchback |
#1670) aws_ssm - Add gather_facts to integration tests for connection plugins Depends-On: ansible/ansible-zuul-jobs#1752 SUMMARY gather_facts stalling out was one of the examples given for things broken with aws_ssm ISSUE TYPE Feature Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> (cherry picked from commit 93c2485)
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
#1670) (#1675) [PR #1670/93c2485c backport][stable-5] aws_ssm - Add gather_facts to integration tests for connection plugins This is a backport of PR #1670 as merged into main (93c2485). Depends-On: ansible/ansible-zuul-jobs#1752 SUMMARY gather_facts stalling out was one of the examples given for things broken with aws_ssm ISSUE TYPE Feature Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
…1674) aws_ssm - split S3 region/endpoint discovery into dedicated function Depends-On: #1670 SUMMARY fixes: #1616 Newer AWS regions don't generate valid presigned URLs unless you explicitly pass the endpoint_url for the region (see also boto/boto3#3015) ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None>
…1674) aws_ssm - split S3 region/endpoint discovery into dedicated function Depends-On: #1670 SUMMARY fixes: #1616 Newer AWS regions don't generate valid presigned URLs unless you explicitly pass the endpoint_url for the region (see also boto/boto3#3015) ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> (cherry picked from commit 8237ebb)
…1674) (#1677) [PR #1674/8237ebb7 backport][stable-5] aws_ssm - split S3 region/endpoint discovery into dedicated function This is a backport of PR #1674 as merged into main (8237ebb). Depends-On: #1670 SUMMARY fixes: #1616 Newer AWS regions don't generate valid presigned URLs unless you explicitly pass the endpoint_url for the region (see also boto/boto3#3015) ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]>
Default filters to empty dictionary SUMMARY Changes the default for the filters option from None to an empty dictionary. Fixes: ansible-collections#1668 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vpc_route_table_info ADDITIONAL INFORMATION This matches what other *info modules (e.g. ec2_vpc_endpoint_info or ec2_vpc_subnet_info) do for the filters option default. Reviewed-by: Alina Buzachis Reviewed-by: Brant Evans <[email protected]> Reviewed-by: Mark Chappell Reviewed-by: Mike Graves <[email protected]>
Depends-On: ansible/ansible-zuul-jobs#1752
SUMMARY
gather_facts stalling out was one of the examples given for things broken with aws_ssm
ISSUE TYPE
COMPONENT NAME
aws_ssm
ADDITIONAL INFORMATION