ironic/releasenotes/notes/add-wait-step-3751e7918afdd199.yaml
Julia Kreger 8fc8372e74 Add wait step
Adds a wait step to allow for finer grained workflows
and forcing interruptions which may be needed in some
cases with specialized hardware.

Change-Id: Idc338b761ebe35a4635022a324ca5acbf29fc462
2023-07-24 22:42:20 +00:00

8 lines
271 B
YAML

---
features:
- |
Adds a ``wait`` clean/deploy step, which takes an optional argument,
passed in a step definition of ``seconds`` to force an explicit
pause of the current process. Otherwise the next heartbeat action
triggers resumption of the process.