ironic/releasenotes/notes/add-verify-steps-support-2b34a74e86f89cb4.yaml
Jacob Anders b385d9ae5b Add support for verify steps
This change adds support for verify steps in Ironic. Verify steps
allow executing actions on transition from "verifying" to "managable"
state and can perform actions such as cleaning BMC job queue or
resetting the BMC on supported platforms. Verify steps are similar
to deploy and clean steps, just simpler.

Story: 2009025
Task: 42751
Change-Id: Iee27199a0315b8609e629bac272998c28274802b
2021-09-30 20:46:17 +10:00

7 lines
217 B
YAML

---
features:
- |
Adds support for verify steps - a mechanism for running optional,
actions pre-defined in the driver while the node is in transition from
enroll to managable state, prior to inspection.