File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
# List of additional Diskimage Builder (DIB) elements to use when building IPA
31
31
# images. Default is none.
32
- # ipa_build_dib_elements_extra:
32
+ ipa_build_dib_elements_extra :
33
+ - extra-hardware
34
+ - mellanox
33
35
34
36
# List of Diskimage Builder (DIB) elements to use when building IPA images.
35
37
# Default is combination of ipa_build_dib_elements_default and
115
117
# ipa_collectors_default:
116
118
117
119
# List of additional inspection collectors to run.
118
- # ipa_collectors_extra:
120
+ ipa_collectors_extra :
121
+ - " dmi-decode"
122
+ - " extra-hardware"
123
+ - " numa-topology"
119
124
120
125
# List of inspection collectors to run.
121
126
# ipa_collectors:
133
138
# ipa_kernel_options_default:
134
139
135
140
# List of additional kernel parameters for Ironic python agent.
136
- # ipa_kernel_options_extra:
141
+ ipa_kernel_options_extra :
142
+ # Useful until NTP is configured by default
143
+ - ipa-insecure=1
144
+ # Avoid disk benchmark failures on some NVMe drives
145
+ - nvme_core.multipath=N
137
146
138
147
# List of kernel parameters for Ironic python agent.
139
148
# ipa_kernel_options:
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Configures the Ironic Python Agent with useful settings for inspection,
5
+ such as the ``extra-hardware`` and ``mellanox`` elements.
You can’t perform that action at this time.
0 commit comments