dell / dellemc-openmanage-ansible-modules

Dell OpenManage Ansible Modules
GNU General Public License v3.0
335 stars 163 forks source link

idrac_firmware - error when using https://downloads.dell.com #117

Closed markatdxb closed 4 years ago

markatdxb commented 4 years ago

Hello, been testing this module extensively over the last few days. I'm getting following errors when trying to use https://downloads.dell.com Need to mentioned that in our environment we need to use proxy for internet access. Ansible is configured for proxy internet access.

{ "msg": "Failed to update firmware.", "update_status": { "Data": { "InstallFromRepository_OUTPUT": { "Message": "The input value entered for the parameter ShareType is invalid", "MessageID": "SUP026", "ReturnValue": "2" } }, "Status": "Error", "Message": "The input value entered for the parameter ShareType is invalid", "MessageID": "SUP026", "Return": "Error", "retval": false, "file": "https://152.199.20.130/Catalog.xml", "job_details": { "Data": { "GetRepoBasedUpdateList_OUTPUT": { "Message": "The GetRepoBasedUpdateList method did not complete successfully", "MessageID": "SUP028", "ReturnValue": "2" } }, "Status": "Error", "Message": "The GetRepoBasedUpdateList method did not complete successfully", "MessageID": "SUP028", "Return": "Error", "retval": true } }, "invocation": { "module_args": { "idrac_ip": "10.10.10.10", "idrac_user": "root", "idrac_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "share_name": "https://downloads.dell.com", "reboot": true, "job_wait": true, "idrac_port": 443, "catalog_file_name": "Catalog.xml", "ignore_cert_warning": true, "apply_update": true, "share_user": null, "share_password": null, "share_mnt": null } }, "_ansible_no_log": false, "changed": false }

Mixer9 commented 2 years ago

How was this resolved???