Skip to content

feat: add stress-ng to IPA image #1739

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

Draft
wants to merge 1 commit into
base: stackhpc/2024.1
Choose a base branch
from
Draft
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
3 changes: 2 additions & 1 deletion etc/kayobe/ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
#ipa_builder_source_version:

# List of additional build host packages to install. Default is an empty list.
#ipa_build_dib_host_packages_extra:
ipa_build_dib_host_packages_extra:
- stress-ng

# List of default Diskimage Builder (DIB) elements to use when building IPA
# images. Default is ["centos", "enable-serial-console",
Expand Down
6 changes: 3 additions & 3 deletions etc/kayobe/pulp-ipa-image-versions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# IPA image versioning tags
stackhpc_rocky_9_ipa_image_version: "2024.1-20241231T102920"
stackhpc_ubuntu_jammy_ipa_image_version: "2024.1-20241206T160829"
stackhpc_ubuntu_noble_ipa_image_version: "2024.1-20250402T132932"
stackhpc_rocky_9_ipa_image_version: "2024.1-20250630T101821"
stackhpc_ubuntu_jammy_ipa_image_version: "2024.1-20250630T101821"
stackhpc_ubuntu_noble_ipa_image_version: "2024.1-20250630T101821"
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Add ``stress-ng`` to ``IPA`` used for ironic burn-in tests.
Update ``IPA`` to ``2024.1-20250630T101821``.
Loading