bifrost/releasenotes/notes/inspector-no-longer-powers-off-796801e809184eee.yaml
Julia Kreger e522ab0fe7 Disable inspection power-off
This will enable inspection scenarios to operate the fast track
behavior.

Change-Id: I4596bfb1d2c6fab47e501dc1a5f013877a3c3b87
2020-01-29 17:42:26 -06:00

13 lines
566 B
YAML

---
features:
- |
The default operating mode of bifrost now no longer powers off nodes
once they have been inspected. This leaves the ironic-python-agent
running and ultimately allows moving into deployment skipping a full
boot sequence when following the typical use path.
This setting may be disabled and the previous behavior reverted by
changing the ``power_off_after_inspection`` setting to ``true``.
This setting maps to ironic-inspector.conf's ``[processing]power_off``
and ironic.conf's ``[inspector]power_off`` settings.