HewlettPackard / ilo-ansible-collection

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

get_ilo_backup_files couldn't resolve module 'ilo_utils' #18

Closed BrettMerrick closed 9 months ago

BrettMerrick commented 1 year ago

Hi,

Just working with the 1.0.32 release and the get_ilo_backup_files role throws an error looking for the 'ilo_utils' module.

This is the repo linked from Ansible-Galaxy, however it seems to be different as I can't find the get_ilo_backup_files role here.

Am I looking in the correct place?

BrettMerrick commented 1 year ago

It also seems that many of the other roles fail with: "missing required fucntions in ilo_oem_utils.py"

Bhavya06 commented 1 year ago

It also seems that many of the other roles fail with: "missing required fucntions in ilo_oem_utils.py"

Hey @BrettMerrick Could you mention the roles throwing error with : "missing required functions in ilo_oem_utils.py"?

Bhavya06 commented 1 year ago

Hi,

Just working with the 1.0.32 release and the get_ilo_backup_files role throws an error looking for the 'ilo_utils' module.

This is the repo linked from Ansible-Galaxy, however it seems to be different as I can't find the get_ilo_backup_files role here.

Am I looking in the correct place?

We are looking into this

rajeevkallur commented 1 year ago

Did you do all the below setup?

Ansible set up To install Ansible and Community general package use:

sudo python -m pip install ansible ansible-galaxy collection install community.general pip install python-ilorest-library

donzef commented 1 year ago

To be on the safe side, I would also issue a remove of the DMTF Redfish modules:

pip uninstall redfish sudo python -m pip install ansible ansible-galaxy collection install community.general pip install python-ilorest-library

Bhavya06 commented 1 year ago

Hi @BrettMerrick , We have made the appropriate changes and released a new build on Ansible galaxy. Could you verify using the new files? Kindly notice the changes done to the readme as well. We have added 2 new modules to install.

rajeevkallur commented 9 months ago

Fixed