[RFE] Collect processor, memory and bios info using dmidecode
Bug #1635057 reported by
Ramamani Yeleswarapu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ironic-python-agent |
Fix Released
|
Wishlist
|
Ramamani Yeleswarapu |
Bug Description
I would like to propose a new collector for Ironic Python Agent. The purpose of this collector is to provide data to facilitate smart scheduling and also health checking of the nodes in Ironic.
The information collected using dmidecode will be useful for deployer to select node(s) matching specific criteria. This info will help future enabling of smart selectors using filters and weights to select nodes.
The proposal is to collect the output of dmidecode for 'processor', 'memory' and 'bios' in IPA.
Sample json output of dmidecode collector in the inventory after node inspection:
http://
description: | updated |
description: | updated |
summary: |
- [RFE] Collect dmidecode info + [RFE] Collect processor, memory and bios info using dmidecode |
description: | updated |
Changed in ironic-python-agent: | |
importance: | Undecided → Wishlist |
Changed in ironic-python-agent: | |
assignee: | nobody → Ramamani Yeleswarapu (ramamani-yeleswarapu) |
Changed in ironic-inspector: | |
assignee: | nobody → Ramamani Yeleswarapu (ramamani-yeleswarapu) |
Changed in ironic-inspector: | |
importance: | Undecided → Wishlist |
description: | updated |
description: | updated |
description: | updated |
tags: | added: needs-spec |
Changed in ironic-python-agent: | |
status: | Incomplete → In Progress |
description: | updated |
no longer affects: | ironic-inspector |
description: | updated |
To post a comment you must log in.
What specific information do you intend to gather? Some CPU and memory information is already gathered in IPA. Can you give me an example dict of new information you'll be gathering?