Skip to content

Commit 184145f

Browse files
committed
adding DIB_IPA_COMPRESS_CMD to ipa.yml
removed '--compress' release note added add TODO to remove DIB_IPA_COMPRESS_CMD
1 parent b0868db commit 184145f

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

etc/kayobe/ipa.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ ipa_build_dib_elements_extra:
4747

4848
# Dictionary of additional environment variables to provide to Diskimage
4949
# Builder (DIB) during IPA image build.
50-
#ipa_build_dib_env_extra:
50+
#TODO(ClaudiaWatson): remove DIB_IPA_COMPRESS_CMD for Flamingo
51+
ipa_build_dib_env_extra:
52+
DIB_IPA_COMPRESS_CMD: 'zstd -19'
5153

5254
# Dictionary of environment variables to provide to Diskimage Builder (DIB)
5355
# during IPA image build.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
# IPA image versioning tags
3-
stackhpc_rocky_9_ipa_image_version: "2025.1-20250924T145101"
4-
stackhpc_ubuntu_noble_ipa_image_version: "2025.1-20250924T145101"
3+
stackhpc_rocky_9_ipa_image_version: "2025.1-20250929T120332"
4+
stackhpc_ubuntu_noble_ipa_image_version: "2025.1-20250929T120332"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
features:
3+
- |
4+
Changed the IPA (Ironic Python Agent) image compression
5+
algorithm from the default ``gzip`` to ``zstd``. This
6+
improves provising performance by reducing the size of the
7+
IPA boot ISO transferred from the Ironic conductor to the
8+
baremetal nodes.
9+
upgrade:
10+
- |
11+
Upgraded compression algorithm from ``gzip to ``zstd``.
12+
IPA image versions in ``pulp-ipa-image-versions.yml`` updated
13+
to use new compressed images.

0 commit comments

Comments
 (0)