-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Not sure if this is a bad spec or what, but Intel has a sub-folder for Baseboard. A nicer error handling would be nice here at least but perhaps recognizing the Intel Baseboard is under RackMount would be better.
$ rf_sys_inventory.py -u myuser -p mypass -r https://my.ip.add
Traceback (most recent call last):
File "/home/user/miniconda3/envs/redfish/bin/rf_sys_inventory.py", line 39, in <module>
inventory = redfish_utilities.get_system_inventory( redfish_obj )
File "/home/user/miniconda3/envs/redfish/lib/python3.7/site-packages/redfish_utilities/inventory.py", line 69, in get_system_inventory
verify_response( chassis )
File "/home/user/miniconda3/envs/redfish/lib/python3.7/site-packages/redfish_utilities/messages.py", line 71, in verify_response
raise RedfishOperationFailedError( "Operation failed: HTTP {}\n{}".format( response.status, exception_string ) )
redfish_utilities.messages.RedfishOperationFailedError: Operation failed: HTTP 404
A general error has occurred. See ExtendedInfo for more information.
The resource at the URI /redfish/v1/Chassis/Baseboard was not found.
/redfish/v1/Chassis/ has this:
{
"@odata.context": "/redfish/v1/$metadata#ChassisCollection.ChassisCollection",
"@odata.id": "/redfish/v1/Chassis",
"@odata.type": "#ChassisCollection.ChassisCollection",
"Name": "Chassis Collection",
"Members@odata.count": 9,
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/RackMount"
},
{
"@odata.id": "/redfish/v1/Chassis/RackMount/Baseboard"
},
{
"@odata.id": "/redfish/v1/Chassis/RackMount/HSBackplane1"
},
{
"@odata.id": "/redfish/v1/Chassis/RackMount/OCPModule"
},
{
"@odata.id": "/redfish/v1/Chassis/RackMount/PCIeRiser1"
},
{
"@odata.id": "/redfish/v1/Chassis/RackMount/PCIeRiser2"
},
{
"@odata.id": "/redfish/v1/Chassis/RackMount/AICInterposer"
},
{
"@odata.id": "/redfish/v1/Chassis/RackMount/PwrSupply1FRU"
},
{
"@odata.id": "/redfish/v1/Chassis/RackMount/PwrSupply2FRU"
}
],
"@odata.etag": "dd9ffd6a2c507be7fc09807cd6983d587a7f62cf3912f0d3c2d3e4ba834478f60835742d04c6d058cbd7d4c1e783ff9e19fba8bcaccbcbb771f8f3c9537edf91"
}
This is with new Intel systems.
https://www.intel.com/content/www/us/en/products/sku/214845/intel-server-system-m50cyp1ur204/specifications.html
Thanks!
Metadata
Metadata
Assignees
Labels
No labels