
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>
13 lines
517 B
YAML
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.
|