ironic-python-agent/releasenotes/notes/add-pci-devices-info-3f86934a505d1b31.yaml
Szymon Borkowski f7e080c8bf Add PCI devices collector to inspector
Adds a new collector, which gathers list of PCI devices.
Each entry is a dictionary containing 2 keys:
- vendor-id
- product-id
Such information can then be used by the inspector to distinguish
appropriate PCI devices.

Change-Id: Id7521d66410e7d408d7eada692b6123e769ce084
Partial-Bug: #1580893
2016-06-24 14:50:58 +02:00

10 lines
344 B
YAML

---
features:
- Adds new PCI devices collector named "pci_devices"
to inspector module.
Data is gathered from /sys/bus/pci/devices directory
and is stored under "pci_devices" key as a dictionary
containing "vendor_id" and "product_id" keys, which
then will be used by the inspector to distinguish
various PCI devices.