Skip to content

Commit 8fc4527

Browse files
committed
feat: add stress-ng to IPA image
1 parent 5e02047 commit 8fc4527

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

etc/kayobe/ipa.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
#ipa_builder_source_version:
2121

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

2526
# List of default Diskimage Builder (DIB) elements to use when building IPA
2627
# images. Default is ["centos", "enable-serial-console",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
# IPA image versioning tags
3-
stackhpc_rocky_9_ipa_image_version: "2024.1-20241231T102920"
4-
stackhpc_ubuntu_jammy_ipa_image_version: "2024.1-20241206T160829"
5-
stackhpc_ubuntu_noble_ipa_image_version: "2024.1-20250402T132932"
3+
stackhpc_rocky_9_ipa_image_version: "2024.1-20250630T101821"
4+
stackhpc_ubuntu_jammy_ipa_image_version: "2024.1-20250630T101821"
5+
stackhpc_ubuntu_noble_ipa_image_version: "2024.1-20250630T101821"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Add ``stress-ng`` to ``IPA`` used for ironic burn-in tests.
5+
Update ``IPA`` to ``2024.1-20250630T101821``.

0 commit comments

Comments
 (0)