HewlettPackard / ilo-ansible-collection

Ansible Collection and Sample Playbooks for HPE iLO
Apache License 2.0
40 stars 21 forks source link

Warning alerts regarding missing libraries (redfish, paramiko) even though they're both installed #31

Open MoSXaR opened 6 months ago

MoSXaR commented 6 months ago

Hi everyone.

Trying to run and use the ilo-ansible-collection roles, in particular the ones related with ilo_snmp (create_snmp_alert_destinations, delete_snmp_alert_destinations, get_snmp_alert_destinations) in an execution environment prepared specifically at the Ansible Automation Platform with the respective requirements.yml (paramiko v.2.8.1, certifi v2024.2.2) and requirements.txt (python-ilo-rest-library v4.8.0.0) as well as hpe.ilo v1.0.35 and community.general v8.4.0).

The warning alerts are raised at lines 135, 136 and 138,139 of "ilo_oem_utils.py".

Could you please pinpoint what needs to be checked on my side or if something needs to be updated at the code so that it recognises that the missing elements are part of the execution environment, which anyway I already confirmed by checking the content of the created pod using python -m pip list ?

Thanks