ironic/releasenotes/notes/agent-can-request-reboot-6238e13e2e898f68.yaml
Jay Faulkner bf985bcdd9 Support reboot_requested bool on agent clean_steps
After IPA has completed a cleaning step such as upgrading firmware, it
may require a reboot. Ironic should be the one controlling the power
state and out of band reboots are preferable to in band reboots.

Change-Id: Iee3aeea198c556ab9adb9dcfd949d9cffb51418c
Co-Authored-By: Josh Gachnang <josh@servercobra.com>
Closes-bug: 1526918
2016-03-28 18:37:41 +00:00

9 lines
346 B
YAML

---
features:
- This adds the reboot_requested option for in-band
cleaning. If set to true, Ironic will reboot the node
after that step has completed and before continuing
with the next step. This option is useful for when
some action, such as a BIOS upgrade or setting change,
requires a reboot to take effect.