File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments