Open Mixer9 opened 2 years ago
Lifecycle controller on R430 IDRAC8 retrieves config.xml.gz per attachments After allowing .xml.gz to pass the validation in the Ansible module, the error above is raised. I believe OMDK needs modification / error lies in external function idrac.update_mgr.update_from_dell_repo_url.
Bug Description
The file Catalog.xml is no longer provided at the url https://downloads.dell.com/Catalog.xml The file is compressed now and appears to be located at http://downloads.dell.com/catalog/Catalog.xml.gz . The code should be updated to handle the compressed file at the new location.
Component or Module Name
idrac_firmware
Ansible Version
ansible [core 2.12.2]
Python Version
Python 3.9.10
iDRAC/OME/OME-M version
iDRAC Version = 2.83.83.83
Operating System
RHEL 7
Playbook Used
name: hosts: all gather_facts: yes become: yes
collections:
tasks:
Logs
no log
Steps to Reproduce
Run the playbook, the issue happens everytime
Expected Behavior
I expect to be able to get the Catalog.xml in order to update the iDRAC firmware
Actual Behavior
TASK [Update firmware from repository on a HTTP] ***** task path: /home/user/development/ops/redhat/ansible/rh_update_iDRAC.yml:18