ironic-python-agent/releasenotes/notes/add-numa-topology-info-8c253fd9e56169f1.yaml
Jaganathan Palanisamy cc9e05da50 NUMA-topology collector
Implement the optional collector for fetching the NUMA topology
details.
Collects RAM, CPU Cores, thread siblings and NICS data for
each NUMA node and stored under "numa_topology" key.

Closes-bug: #1635253

Co-Authored-By: Jaganathan Palanisamy <jpalanis@redhat.com>

Change-Id: I5a546c009d95f39b7af4d89cf785be8acb8ebc67
Signed-off-by: karthik s <ksundara@redhat.com>
2017-05-16 08:07:58 -04:00

5 lines
145 B
YAML

---
features:
- Adds new optional NUMA topology collector named ``numa_topology``.
It collects NUMA specific RAM, CPU and NIC information.