You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSR generation with key length of 4096 takes longer than for 2048 which is expected, however, module returns failure instead of waiting for finish.
Changing timeout did not help.
I think (guessing here) that the problem is that iDrac returns unexpected text (info about longer processing time) and module is not ready for that.
{
"msg": "HTTP Error 503: Service Unavailable",
"error_info": {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "The Generate CSR operation is taking longer duration than expected. Wait few minutes for the operation to complete and perform the Download CSR operation. For more information, see the iDRAC Redfish API Guide available on the support site.",
"MessageArgs": [
" "
],
"[email protected]": 1,
"MessageId": "IDRAC.2.8.SYS537",
"RelatedProperties": [],
"[email protected]": 0,
"Resolution": "No response action is required.",
"Severity": "Informational"
}
],
"code": "Base.1.12.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information"
}
},
Steps to Reproduce
Set iDrac to use 4096 RSA keys for CSR.
You can do that via command line racadm set iDRAC.Security.CsrKeySize 4096
Run Ansible task to request CSR (dellemc.openmanage.idrac_certificates).
Expected Behavior
Generate CSR
Actual Behavior
Return info about the fact that it is gonna take more time. CSR is actually generated, but it takes longer.
Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Basic workaround for this issue is to use dellemc.openmanage.idrac_certificates and when it fails run direct Red fish API command to download CSR fro iDrac:
Bug Description
CSR generation with key length of 4096 takes longer than for 2048 which is expected, however, module returns failure instead of waiting for finish.
Changing timeout did not help.
I think (guessing here) that the problem is that iDrac returns unexpected text (info about longer processing time) and module is not ready for that.
Component or Module Name
dellemc.openmanage.idrac_certificates
Ansible Version
Ansible 2.15.2
Python Version
Python 3.11.8
iDRAC/OME/OME-M version
Latest
Operating System
RHEL 9
Playbook Used
Logs
{
"msg": "HTTP Error 503: Service Unavailable",
"error_info": {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "The Generate CSR operation is taking longer duration than expected. Wait few minutes for the operation to complete and perform the Download CSR operation. For more information, see the iDRAC Redfish API Guide available on the support site.",
"MessageArgs": [
" "
],
"[email protected]": 1,
"MessageId": "IDRAC.2.8.SYS537",
"RelatedProperties": [],
"[email protected]": 0,
"Resolution": "No response action is required.",
"Severity": "Informational"
}
],
"code": "Base.1.12.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information"
}
},
Steps to Reproduce
Set iDrac to use 4096 RSA keys for CSR.
You can do that via command line
racadm set iDRAC.Security.CsrKeySize 4096
Run Ansible task to request CSR (
dellemc.openmanage.idrac_certificates
).Expected Behavior
Generate CSR
Actual Behavior
Return info about the fact that it is gonna take more time. CSR is actually generated, but it takes longer.
Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: