ironic/releasenotes/notes/fast-track-steps-81bd79a2a91e1b30.yaml
Dmitry Tantsur 7dd611dc5e Ensure in-band deploy steps are present in time for fast-track deployments
Currently we load in-band deploy steps on the first heartbeat in DEPLOYWAIT.
With fast-track, however, this heartbeat may happen way too late, because
the node is up and heartbeating before it's moved to DEPLOYWAIT. This
results in in-band deploy steps not loaded. This change forces a refresh
of deploy steps in deploy.deploy if fast-track is used.

Also make sure that cached steps are cleared on reboot or power off since
they may become outdated next time the agent boots.

Change-Id: I003543452717183b9b3359e368757bcd824a5ce7
2020-08-21 14:01:57 +02:00

8 lines
227 B
YAML

---
fixes:
- |
Fixes an issue that caused in-band deploy steps inserted before
``write_image`` to be skipped when fast-track is used.
- |
Makes sure in-band deploy and clean steps are not cached across reboots.