amazon.aws icon indicating copy to clipboard operation
amazon.aws copied to clipboard

ec2_key tests need openssl binary

Open tremble opened this issue 3 years ago • 2 comments

Summary

ec2_key tests are failing due to the openssl binary not being available on the zuul nodes

Issue Type

CI Bug Report

CI Jobs

https://dashboard.zuul.ansible.com/t/ansible/build/25edf6c26d88488f91ab8fc88b37e04e/log/job-output.txt

Pull Request

https://github.com/ansible-collections/amazon.aws/pull/426

Additional Information

I've also tried working around this by using pycrypto

https://github.com/ansible-collections/amazon.aws/pull/427

unfortunately it fails with the following on Python 3.6 Zuul nodes

configure: error: no acceptable C compiler found in $PATH

https://dashboard.zuul.ansible.com/t/ansible/build/223ea6e4601e461c8429ee69cd313da8/log/job-output.txt

Code of Conduct

  • [X] I agree to follow the Ansible Code of Conduct

tremble avatar Aug 02 '21 16:08 tremble

Files identified in the description: None

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot avatar Aug 02 '21 16:08 ansibullbot

@tremble: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information.

Here are the items we could not find in your description:

  • ansible version
  • component name

Please set the description of this issue with this template: https://raw.githubusercontent.com/ansible/ansible/devel/.github/ISSUE_TEMPLATE/bug_report.md

click here for bot help

ansibullbot avatar Aug 02 '21 16:08 ansibullbot

Fixed by #427

tremble avatar Feb 06 '23 09:02 tremble