Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stackhpc/2024.1' into sot-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Jan 22, 2025
2 parents 5010aa0 + 082e447 commit 379fcff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/path-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ aio: &aio
- '.github/workflows/stackhpc-pull-request.yml'
- 'etc/kayobe/*.yml'
- 'etc/kayobe/ansible/configure-aio-resources.yml'
- 'etc/kayobe/ansible/stackhpc-openstack-tests.yml'
- 'etc/kayobe/ansible/growroot.yml'
- 'etc/kayobe/ansible/requirements.yml'
- 'etc/kayobe/ansible/scripts/aio-init.sh'
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/stackhpc-cloud-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
--self-contained-html
--pyargs stackhpc_cloud_tests
--timeout {{ sct_timeout }}
-r
-rfEx
-vv
environment:
OPENSEARCH_HOSTS: "{{ sct_opensearch_hosts }}"
Expand Down
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 379fcff

Please sign in to comment.