netbox-agent/netbox_agent/vendors
Christophe Simon 2f09cf8d42 Manage blade expansions as independent devices
This patch adds the ability to detect and manage GPU and Disk expansion
bays, and either add their internal components into the device
corresponding to the blade server, or into a dedicated device.

It takes advantage of the work made by @cyrinux on GPU bays management, and
applies the same principle to the external disk bays, but harmonize the
inventory management:

- If no argument is specified on the command line, the GPU cards, RAID
  controllers and their attached disks are added in the blade device,
  and the device corresponding to an expansion device is deleted.
- If the `--expansion-as-device` option is specified on the command
  line, a dedicated device corresponding to the expansion bay is
  created, and the GPUs, RAID card and attached disks are removed from
  the blade device and added to the expansion device.
2022-02-14 14:37:02 +01:00
..
__init__.py Add Supermicro as a vendor (#44) 2019-08-26 15:38:44 +02:00
dell.py Add "ProLiant BL460c Gen10 Graphics Exp" support and GPU expansion bay (#165) 2020-09-18 12:29:17 +02:00
generic.py Add "ProLiant BL460c Gen10 Graphics Exp" support and GPU expansion bay (#165) 2020-09-18 12:29:17 +02:00
hp.py Manage blade expansions as independent devices 2022-02-14 14:37:02 +01:00
qct.py Fix agent, wasn't working anymore (#115) 2020-02-16 20:24:40 +01:00
supermicro.py Add support for Supermicro TwinPro devices (#180) 2020-12-18 17:23:37 +01:00