ironic/releasenotes/notes/add_clean_step_reset_idrac_and_known_good_state-cdbebf97d7b87fe7.yaml
Pradip Kadam d02acfb3b2 DRAC: Adding reset_idrac and known_good_state cleaning steps
Added reset_idrac cleaning step in the iDRAC driver that resets
the iDRAC also added unit tests for the same.
Added known_good_state cleaning step in the iDRAC driver that
performs Reset the iDRAC, Clear the job queue to get the iDRAC
into a known-good state also added unit tests for the same.

Change-Id: I4be8b9da394c6957edb0e42040321b39145ab710
Story: 2005818
Task: 33562
2019-06-17 16:18:53 +00:00

8 lines
301 B
YAML

---
features:
- |
Adds ``reset_idrac`` and ``known_good_state`` cleaning steps to hardware
type ``idrac``.
``reset_idrac`` actually resets the iDRAC; ``known_good_state`` also
resets the iDRAC and clears the Lifecycle Controller job queue to make
sure the iDRAC is in good state.