ironic/releasenotes/notes/skip-clear-job-queue-idrac-reset-if-attr-missing-b2a2b609c906c6c4.yaml
Jacob Anders 1dda97c783 Prevent clear_job_queue and reset_idrac failures on older iDRACs
Currently, clear_job_queue and reset_idrac steps are only supported on
idrac-redfish driver on iDRAC9 hardware. However, Ironic still attempts
to run these steps on iDRAC8 BMCs configured with idrac-redfish driver
which results in verification failures. This change attempts to resolve
it by catching the related exception, logging a warning and continuing
verification. In case of cleaning, it still fails.

Story: 2010091
Task: 45630
Change-Id: Icd8c5378469887962ff32eea2f38697c539f7e95
2022-07-05 22:27:43 +10:00

9 lines
354 B
YAML

---
fixes:
- |
Resolved clear_job_queue and reset_idrac verify step failures which occur
when the functionality is not supported by the iDRAC. When this condition
is detected, the code in the step handles the exception and logs a warning
and completes successfully in case of verification steps but fails in case
of cleaning steps.