Files
ironic/releasenotes/notes/add-ethernet-interface-name-to-inspect-data-602cbf2a2e052ccd.yaml
haseeb 790f43337d Add interface name to inventory for inspection hooks
validate-interfaces inspection hook expect each interface
entry in the inventory to include a 'name' field.

The 'identity' attribute from the Redfish EthernetInterface resource is used to populate this field because it provides unique identifier for each interface.

Change-Id: Ide947f410c3d0d0f67a735c18b30f8cb56caa6b3
Signed-off-by: haseeb <syedhaseebahmed12@gmail.com>
2025-07-17 22:04:28 +05:30

9 lines
317 B
YAML

---
fixes:
- |
Include Ethernet interface name(identity attribute) in inventory for inspection hooks
To succeed Redfish inspection flow ensure that the Ethernet interface name is present in the inventory data.
This is required for inspection hooks such as `validate-interfaces` to function correctly.