Skip to content

Configure IPA with useful inspection settings #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 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 @@ -133,7 +138,11 @@
#ipa_kernel_options_default:

# List of additional kernel parameters for Ironic python agent.
#ipa_kernel_options_extra:
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.
Loading