
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>
9 lines
317 B
YAML
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.
|
|
|
|
|