summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRamamani Yeleswarapu <ramamani.yeleswarapu@intel.com>2017-02-17 11:24:37 -0800
committerRamamani Yeleswarapu <ramamani.yeleswarapu@intel.com>2017-06-28 10:23:45 -0700
commitc5544fb7a0d9d2a1481b3256c3587259368b599e (patch)
tree8e86543e1056c1ba0d88de986b63451c54f30624 /setup.cfg
parent7dbe9b5bedfe1eca8dd0f0218a186c5b7ebee85d (diff)
downloadironic-python-agent-c5544fb7a0d9d2a1481b3256c3587259368b599e.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 7c41fc9e..be41fd75 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,6 +41,7 @@ ironic_python_agent.inspector.collectors =
extra-hardware = ironic_python_agent.inspector:collect_extra_hardware
pci-devices = ironic_python_agent.inspector:collect_pci_devices_info
numa-topology = ironic_python_agent.numa_inspector:collect_numa_topology_info
+ dmi-decode = ironic_python_agent.dmi_inspector:collect_dmidecode_info
[pbr]
autodoc_index_modules = True