de2a27ad8b
Identify acclerator devices by processing pci devices and update to ironic node when found. Currently only Tesla T4 from NVIDIA is supported. Change-Id: Id702cb04cb2445d544965821680cd0cc5cfd37e5 Story: 2007971 Task: 40473
10 lines
505 B
YAML
10 lines
505 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds an ``accelerators`` plugin to identify acclerator devices and update
|
|
the bare metal node for future scheduling. The accelerator devices will be
|
|
saved to node properties under the key ``accelerators``. Introduces a
|
|
configuration option ``[accelerators]known_devices`` to specify a
|
|
configuration file which contains required information to identify
|
|
accelerator devices, by default it uses the in-tree configuration file
|
|
named ``known_accelerators.yaml``. |