From 1d25326d65210661ba84415aa031307f2ec54b23 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Tue, 8 Sep 2026 10:48:26 +0100 Subject: [PATCH 1/2] Include `acl` package in Rocky host images The `acl` package is now included in Rocky host image builds, this is required for bootstapping on some systems. --- etc/kayobe/stackhpc-overcloud-dib.yml | 13 +++++++------ .../notes/host-image-acl-4aad7ee0a83c0375.yaml | 4 ++++ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 releasenotes/notes/host-image-acl-4aad7ee0a83c0375.yaml diff --git a/etc/kayobe/stackhpc-overcloud-dib.yml b/etc/kayobe/stackhpc-overcloud-dib.yml index 91f884739a..31cd468532 100644 --- a/etc/kayobe/stackhpc-overcloud-dib.yml +++ b/etc/kayobe/stackhpc-overcloud-dib.yml @@ -79,6 +79,7 @@ stackhpc_overcloud_dib_env_vars_ark: # StackHPC overcloud DIB image packages. stackhpc_overcloud_dib_packages: + - "acl" - "ethtool" - "git" - "less" @@ -89,14 +90,14 @@ stackhpc_overcloud_dib_packages: - "python3" - "smartmontools" - "vim" - - "{% if os_distribution == 'ubuntu' %}netbase{% endif %}" - - "{% if os_distribution == 'ubuntu' %}iputils-ping{% endif %}" - - "{% if os_distribution == 'ubuntu' %}curl{% endif %}" - - "{% if os_distribution == 'ubuntu' %}apt-utils{% endif %}" - - "{% if os_distribution == 'rocky' %}NetworkManager-config-server{% endif %}" - - "{% if os_distribution == 'rocky' %}linux-firmware{% endif %}" - "{% if os_distribution == 'rocky' %}cloud-utils-growpart{% endif %}" + - "{% if os_distribution == 'rocky' %}linux-firmware{% endif %}" + - "{% if os_distribution == 'rocky' %}NetworkManager-config-server{% endif %}" + - "{% if os_distribution == 'ubuntu' %}apt-utils{% endif %}" - "{% if os_distribution == 'ubuntu' %}cloud-guest-utils{% endif %}" + - "{% if os_distribution == 'ubuntu' %}curl{% endif %}" + - "{% if os_distribution == 'ubuntu' %}iputils-ping{% endif %}" + - "{% if os_distribution == 'ubuntu' %}netbase{% endif %}" # StackHPC overcloud DIB image block device configuration. # This image layout conforms to the CIS partition benchmarks. diff --git a/releasenotes/notes/host-image-acl-4aad7ee0a83c0375.yaml b/releasenotes/notes/host-image-acl-4aad7ee0a83c0375.yaml new file mode 100644 index 0000000000..b916b1fd64 --- /dev/null +++ b/releasenotes/notes/host-image-acl-4aad7ee0a83c0375.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + The ``acl`` package is now included in host image builds. From 3415e0d273fe3d20cbdef01cd233f91a0d213443 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Tue, 8 Sep 2026 13:41:55 +0100 Subject: [PATCH 2/2] 2026.1 - Host images New host images have been built for the 2026.1 (Gazpacho) release --- etc/kayobe/pulp-host-image-versions.yml | 6 +++--- .../notes/gazpacho-host-image-1b2cfbdb2b3d2893.yaml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/gazpacho-host-image-1b2cfbdb2b3d2893.yaml diff --git a/etc/kayobe/pulp-host-image-versions.yml b/etc/kayobe/pulp-host-image-versions.yml index 728cd82c8d..59b0c2c03b 100644 --- a/etc/kayobe/pulp-host-image-versions.yml +++ b/etc/kayobe/pulp-host-image-versions.yml @@ -1,6 +1,6 @@ --- # Overcloud host image versioning tags # These images must be in SMS, since they are used by our AIO CI runners -stackhpc_rocky_10_overcloud_host_image_version: 2025.1-20260715T072311 -stackhpc_rocky_10_overcloud_host_image_version_aarch64: 2025.1-20260715T072311 -stackhpc_ubuntu_noble_overcloud_host_image_version: 2025.1-20260706T191822 +stackhpc_rocky_10_overcloud_host_image_version: 2026.1-20260908T120846 +stackhpc_rocky_10_overcloud_host_image_version_aarch64: 2026.1-20260908T120846 +stackhpc_ubuntu_noble_overcloud_host_image_version: 2026.1-20260908T120846 diff --git a/releasenotes/notes/gazpacho-host-image-1b2cfbdb2b3d2893.yaml b/releasenotes/notes/gazpacho-host-image-1b2cfbdb2b3d2893.yaml new file mode 100644 index 0000000000..066c35a7a5 --- /dev/null +++ b/releasenotes/notes/gazpacho-host-image-1b2cfbdb2b3d2893.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + New host images have been built for the 2026.1 (Gazpacho) release.