Files
kolla-ansible/releasenotes/notes/drop-ironic-inspector-38fc91c64517ffc1.yaml
Michal Nasiadka cbe6fe7cef Remove ironic-inspector deployment
Ironic Inspector has been retired and its functionality has been
moved to Ironic.

Added a change to service-ks-register to make password optional
(to able to remove user without a password being passed in).

Using the opportunity - increasing CI coverage to include
inspection.

Change-Id: If178c23249370c7c69744843737e61a6309d6a19
Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
2025-09-05 09:26:59 +00:00

13 lines
556 B
YAML

---
upgrade:
- |
The ``ironic-inspector`` deployment support has been dropped following
retirement of that service in ``Ironic`` project.
``ironic_inspector_kernel_cmdline_extras`` has been renamed to
``ironic_kernel_cmdline_extras`` and ``ironic_inspector_pxe_filter``
has been renamed to ``ironic_pxe_filter``.
Also the ``inspector.ipxe`` file has been renamed to ``ipa.ipxe``.
- |
``bifrost`` support for deploying legacy ironic inspector has been
dropped together with ``bifrost_enable_ironic_inspector`` variable.