ironic-inspector/releasenotes/notes/unmanaged-delay-d39871e1346d9448.yaml
Dmitry Tantsur 3d1bf55b35 Avoid using introspection start delays with non-managed boot
When boot is managed by the ironic side, a node is powered on
right after starting introspection. Inspector's own delays play
no role and may actually prevent introspectin from happening if
a node boots faster than it's whitelisted in the PXE filter.

This changes moves the delay handling later in the process and
only does it when manage_boot is True.

Change-Id: If7de8b66ea42eff2966c62a9a0529ab9a5c06f26
Story: #2007658
Task: #39745
2020-05-12 12:17:45 +02:00

7 lines
249 B
YAML

---
fixes:
- |
No longer uses introspection delay for nodes with ``manage_boot==False``
(i.e. boot is managed by ironic). It is useless and may actually break
introspection if a node boots before it gets whitelisted in the PXE filter.