Skip to content

Commit

Permalink
Merge pull request #1472 from stackhpc/fix-ipa-collectors
Browse files Browse the repository at this point in the history
Enable extra collectors for StackHPC IPA images
  • Loading branch information
priteau authored Jan 22, 2025
2 parents e506228 + d6c5af1 commit 082e447
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ image_download_unredirected_headers:
#ipa_collectors_default:

# List of additional inspection collectors to run.
ipa_collectors_extra: "{{ ['dmi-decode', 'extra-hardware', 'numa-topology'] if ipa_build_images else [] }}"
ipa_collectors_extra: "{{ ['dmi-decode', 'extra-hardware', 'numa-topology'] if ipa_build_images or stackhpc_ipa_image_overcloud_enabled else [] }}"

# List of inspection collectors to run.
#ipa_collectors:
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/fix-ipa-collectors-f7afc852d5005282.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Restores the use of extra IPA collectors (including ``extra-hardware``)
when using StackHPC IPA images.

0 comments on commit 082e447

Please sign in to comment.