ironic/releasenotes/notes/add-warning-in-ilo-for-ilo6-c400b35f55b81f50.yaml
Julia Kreger e8cb96efc5 Detect ilo6 and redirect to redfish
We got a report of ilo6 BMCs not working with the ilo hardware type,
and while information is limited, it seems reasonable to at least log
some information on this subject and start discussion of what should
we do.

Hence the creation of this patch.

See: https://meetings.opendev.org/irclogs/%23openstack-ironic/%23openstack-ironic.2023-07-05.log.html#t2023-07-05T11:06:08
Change-Id: I2d81ef736aca44f455f8233c32c0c8d12267d57f
2024-02-13 23:05:26 +00:00

10 lines
431 B
YAML

---
fixes:
- |
Fixes a vague error when attempting to use the ``ilo`` hardware type with
iLO6 hardware, by returning a more specific error suggesting action to
take in order to remedy the issue. Specifically, one of the API's
used by the ``ilo`` hardware type is disabled in iLO6 BMCs in favor
of users utilizing Redfish. Operators are advised to utilize the
``redfish`` hardware type for these machines.