ironic-inspector/releasenotes/notes/accelerators-2aa4f0cedf359810.yaml
Kaifeng Wang de2a27ad8b Identify accelerator devices during introspection
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
2020-08-20 14:03:37 +08:00

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``.