bifrost/releasenotes/notes/new-inspection-441b578de2206415.yaml
Dmitry Tantsur dcbf1d98b9
Deprecate ironic-inspector support
Switches to the built-in inspection by default and deprecates support
for ironic-inspector. The actual removal should happen after we get
inspection rules in since it's the last feature that is relevant for
bifrost.

Depends-On: https://review.opendev.org/c/openstack/ironic/+/907398
Change-Id: Id157d5ada2ff3f87f3f4d161423b1f3989f73194
2024-02-01 14:50:16 +01:00

21 lines
862 B
YAML

---
features:
- |
When ``enable_inspector`` is set to ``false`` (the default),
the new built-in inspection implementation is now configured. Note that
* The new implementation has not at the moment of writing achieved a
complete feature parity with ironic-inspector: see
https://docs.openstack.org/ironic/latest/admin/inspection/index.html
for the available features.
* Whether inspection actually runs is not defined by this parameter but
rather by ``inspect_nodes`` (or the ``--inspect`` argument to
``./bifrost-cli enroll``).
upgrade:
- |
If ironic-inspector support is disabled via ``enable_inspector`` set to
``false``, the service will be stopped and removed on upgrade. Nodes that
use the ``inspector`` inspect interface will be changed to ``agent`` when
running online data migrations.