Skip to content

Commit 082e447

Browse files
authored
Merge pull request #1472 from stackhpc/fix-ipa-collectors
Enable extra collectors for StackHPC IPA images
2 parents e506228 + d6c5af1 commit 082e447

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

etc/kayobe/ipa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ image_download_unredirected_headers:
126126
#ipa_collectors_default:
127127

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

131131
# List of inspection collectors to run.
132132
#ipa_collectors:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Restores the use of extra IPA collectors (including ``extra-hardware``)
5+
when using StackHPC IPA images.

0 commit comments

Comments
 (0)