Skip to content

Commit 2bfa862

Browse files
committed
Configure IPA with useful inspection settings
Add configuration to include extra-hardware element and other useful collectors and kernel settings.
1 parent f04713a commit 2bfa862

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

etc/kayobe/ipa.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929

3030
# List of additional Diskimage Builder (DIB) elements to use when building IPA
3131
# images. Default is none.
32-
#ipa_build_dib_elements_extra:
32+
ipa_build_dib_elements_extra:
33+
- extra-hardware
3334

3435
# List of Diskimage Builder (DIB) elements to use when building IPA images.
3536
# Default is combination of ipa_build_dib_elements_default and
@@ -115,7 +116,10 @@
115116
#ipa_collectors_default:
116117

117118
# List of additional inspection collectors to run.
118-
#ipa_collectors_extra:
119+
ipa_collectors_extra:
120+
- "dmi-decode"
121+
- "extra-hardware"
122+
- "numa-topology"
119123

120124
# List of inspection collectors to run.
121125
#ipa_collectors:
@@ -134,6 +138,10 @@
134138

135139
# List of additional kernel parameters for Ironic python agent.
136140
#ipa_kernel_options_extra:
141+
# Useful until NTP is configured by default
142+
- ipa-insecure=1
143+
# Avoid disk benchmark failures on some NVMe drives
144+
- nvme_core.multipath=N
137145

138146
# List of kernel parameters for Ironic python agent.
139147
#ipa_kernel_options:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Configures the Ironic Python Agent with useful settings for inspection,
5+
such as the ``extra-hardware`` element.

0 commit comments

Comments
 (0)