ChameleonCloud / redfish-inspector

This tool uses data from redfish to populate the referenceAPI and Ironic
Apache License 2.0
0 stars 0 forks source link

add support for LIQID gpu and nvme detection #17

Closed msherman64 closed 1 year ago

msherman64 commented 2 years ago

GPU PCIe info:

    {
      "DeviceID": "0x20f1",
      "VendorID": "0x10de",
      "device_class": "DisplayController",
      "firmware_version": "",
      "id": "153-0",
      "manufacturer": "NVIDIA Corporation",
      "name": "GA100 [A100 PCIe 40GB]",
      "part_number": null,
      "serial_number": null
    },

NVME PCIe info:

   {
      "DeviceID": "0xa808",
      "VendorID": "0x144d",
      "device_class": "MassStorageController",
      "firmware_version": "",
      "id": "135-0",
      "manufacturer": "Samsung Electronics Co Ltd",
      "name": "NVMe SSD Controller SM981/PM981/PM983",
      "part_number": null,
      "serial_number": null
    },
msherman64 commented 1 year ago

Support for A40 GPUs has been added in https://github.com/ChameleonCloud/redfish-inspector/commit/dc45538f32968b15551d93e43c23ba439cd8ef58#

note: to detect PCIe SSDs in redfish, dell bios/idrac must be configured to enable "non-dell" SSDs.