
* Updates API version to 1.85 to permit an ``unhold`` verb * Adds the ``deploy hold`` and ``clean hold`` provision states to the internal state machine. * Adds on documentation on steps to help provide greater clarity to Ironic's users on how to utilize steps. It should be noted this documentation also includes the power state reserved step names from the DPU functionality patch. * Fixes the state machine diagram. Changes type to PNG as SVG rendering is broken due to python libraries utilized for SVG generation which do not work on more recent Python versions. Change-Id: I34f58f4e77e7757b89247fd64f5fcde26f679453
19 lines
754 B
YAML
19 lines
754 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a ``clean hold`` and a ``deploy hold`` provision state in which
|
|
baremetal nodes can be put in utilizing specialed ``hold`` cleaning
|
|
and deployment steps. Allowing for patterns and processes where
|
|
Ironic's work is intentionally paused to allow for any external or
|
|
operator processes to take place. In these new states, a ``unhold``
|
|
provision state verb can be used to inform Ironic to proceed.
|
|
The ``abort`` verb is also a possible option should operators wish
|
|
to start over.
|
|
- |
|
|
Adds the ability to send an ``unhold`` provision state verb utilizing
|
|
API version *1.84*.
|
|
other:
|
|
- |
|
|
Fixes the generated state machine diagram and updates it to match the
|
|
current state of the code.
|