b385d9ae5b
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
7 lines
217 B
YAML
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.
|