Skip to content

Commit

Permalink
Configure IPA with useful inspection settings
Browse files Browse the repository at this point in the history
Add configuration to include extra-hardware and mellanox elements, with
other useful collectors and kernel settings.
  • Loading branch information
priteau committed Sep 16, 2024
1 parent f04713a commit ded7419
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
13 changes: 11 additions & 2 deletions etc/kayobe/ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@

# List of additional Diskimage Builder (DIB) elements to use when building IPA
# images. Default is none.
#ipa_build_dib_elements_extra:
ipa_build_dib_elements_extra:
- extra-hardware
- mellanox

# List of Diskimage Builder (DIB) elements to use when building IPA images.
# Default is combination of ipa_build_dib_elements_default and
Expand Down Expand Up @@ -115,7 +117,10 @@
#ipa_collectors_default:

# List of additional inspection collectors to run.
#ipa_collectors_extra:
ipa_collectors_extra:
- "dmi-decode"
- "extra-hardware"
- "numa-topology"

# List of inspection collectors to run.
#ipa_collectors:
Expand All @@ -134,6 +139,10 @@

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

# List of kernel parameters for Ironic python agent.
#ipa_kernel_options:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Configures the Ironic Python Agent with useful settings for inspection,
such as the ``extra-hardware`` and ``mellanox`` elements.

0 comments on commit ded7419

Please sign in to comment.