diff --git a/etc/kayobe/ipa.yml b/etc/kayobe/ipa.yml index d25461998..30a1057e6 100644 --- a/etc/kayobe/ipa.yml +++ b/etc/kayobe/ipa.yml @@ -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: diff --git a/releasenotes/notes/fix-ipa-collectors-f7afc852d5005282.yaml b/releasenotes/notes/fix-ipa-collectors-f7afc852d5005282.yaml new file mode 100644 index 000000000..57c128f9c --- /dev/null +++ b/releasenotes/notes/fix-ipa-collectors-f7afc852d5005282.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Restores the use of extra IPA collectors (including ``extra-hardware``) + when using StackHPC IPA images.