bf673c2761
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
7 lines
195 B
YAML
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.
|