ironic/releasenotes/notes/lookup-many-bmcs-b019f3599c8e8da7.yaml
Dmitry Tantsur bf673c2761
Account for nodes with the same BMC hostname in inspection lookup
Currently, the code expects a given hostname to be used by one one node.
This is not necessarily the case for Redfish where several Systems can
co-exist under the same BMC. Use MAC addresses to distinguish them.

Add more inline comments to explain the process.

Change-Id: Ifc5a18bffc7cbcdd8bbbd660aba61fa11403e7e8
2024-01-22 18:26:04 +01:00

7 lines
195 B
YAML

---
fixes:
- |
Fixes the inspection lookup to consider all nodes with the same BMC
hostname, as can happen with Redfish. In this case, the nodes are
distinguished by MAC addresses.