ironic-python-agent/releasenotes/notes/collect-dmi-output-f2e9feabef16bacf.yaml
Ramamani Yeleswarapu c5544fb7a0 Collect processor, memory and BIOS output of dmidecode
Implements an optional collector 'collect_dmidecode_info' for
collecting detailed info of processor, memory and BIOS and
adds it to the inspection data.

Collects BIOS, processor, memory info and adds under the 'dmi' key.

Change-Id: Ida9b418ca579b15de70d17886631f3b21697987e
Closes-Bug: #1635057
2017-06-28 10:23:45 -07:00

5 lines
159 B
YAML

---
features:
- Adds a new optional dmidecode output collector called ``dmi-decode``.
It collects dmi output for BIOS, processor and memory information.