bifrost/releasenotes/notes/new-inspection-441b578de2206415.yaml
Dmitry Tantsur ea0b4ec50b
Configure the new inspection implementation
The ironic-inspector one is still the default at this point.

Change-Id: I431ced6496ca6dac078a240f653afd33256048f6
2024-01-05 15:13:56 +01:00

19 lines
749 B
YAML

---
features:
- |
When ``enable_inspector`` is set to ``false`` (the default is ``true``),
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.