-
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
Integration tests Connection SSM #2211
Integration tests Connection SSM #2211
Conversation
Build failed. ❌ ansible-galaxy-importer FAILURE in 5m 30s (non-voting) |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 9m 07s (non-voting) |
4ec3401
to
c9139d9
Compare
97102c6
to
4eed3a2
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 19s (non-voting) |
4eed3a2
to
e0e8347
Compare
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 33s (non-voting) |
Why not include a bug_fix changelog? |
Because this is not a bug fix, bug fixes are related to code. |
Build succeeded (gate pipeline). ❌ ansible-galaxy-importer FAILURE in 4m 56s (non-voting) |
01d1598
into
ansible-collections:main
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #2214 🤖 @patchback |
SUMMARY Fix issue with connection_ssm* integration tests The ec2 instance was deployed into the default subnet which does not always allow the SSM plugin to reach target. We now deploy a specific infrastructure with the required network configuration for the instance to be visible by the SSM plugin The latest AMI used for Amazon Linux has python3.7 leading to the error "ansible-core requires a minimum of Python version 3.8. Current version: 3.7.16 (default, Oct 30 2024, 20:44:12) [GCC 7.3.1 20180712 (Red Hat 7.3.1-17)]". The Python version has been upgraded with a compiled version on the host, this is a time-consuming operation, therefore the wait timeout has been increased for the wait_for_connection module. Update installation process on the ansible controller host depending on the architecture ISSUE TYPE Bugfix Pull Request COMPONENT NAME CI Reviewed-by: Alina Buzachis Reviewed-by: Mark Chappell (cherry picked from commit 01d1598)
This is a backport of PR #2211 as merged into main (01d1598). SUMMARY Fix issue with connection_ssm* integration tests The ec2 instance was deployed into the default subnet which does not always allow the SSM plugin to reach target. We now deploy a specific infrastructure with the required network configuration for the instance to be visible by the SSM plugin The latest AMI used for Amazon Linux has python3.7 leading to the error "ansible-core requires a minimum of Python version 3.8. Current version: 3.7.16 (default, Oct 30 2024, 20:44:12) [GCC 7.3.1 20180712 (Red Hat 7.3.1-17)]". The Python version has been upgraded with a compiled version on the host, this is a time-consuming operation, therefore the wait timeout has been increased for the wait_for_connection module. Update installation process on the ansible controller host depending on the architecture ISSUE TYPE Bugfix Pull Request COMPONENT NAME CI Reviewed-by: Mark Chappell
SUMMARY
Fix issue with connection_ssm* integration tests
python3.7
leading to the error"ansible-core requires a minimum of Python version 3.8. Current version: 3.7.16 (default, Oct 30 2024, 20:44:12) [GCC 7.3.1 20180712 (Red Hat 7.3.1-17)]"
. The Python version has been upgraded with a compiled version on the host, this is a time-consuming operation, therefore the wait timeout has been increased for thewait_for_connection
module.ISSUE TYPE
COMPONENT NAME
CI