Files
ironic/releasenotes/notes/log-steps-during-dynamic-step-based-flows-f0ef2f066f5d8127.yaml
Afonne-CID 0125c26aba Log executed steps during cleaning/servicing/deploy
Log steps performed during step-based flows in Node History
at the beginning and at completion (or abort).

Closes-Bug: #2106758
Change-Id: Ieffacf174180036d6a2418a8faf72a94eea74fb8
Signed-off-by: Afonne-CID <afonnepaulc@gmail.com>
2025-07-28 18:21:18 +01:00

13 lines
517 B
YAML

---
features:
- |
Start and end of dynamic step-based flows (automated cleaning,
manual cleaning, servicing, and deploy steps) are now logged to
Node History if ``[conductor]record_step_flows_in_history`` is enabled
(default: ``True``). This makes it easier to trace what steps were
attempted when troubleshooting deployment failures.
A second knob which is disabled by default,
``[conductor]log_step_flows_to_syslog``, allows emitting the same flow
events, but to the service log.