
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
8 lines
227 B
YAML
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.
|