Skip to content
Merged
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
6 changes: 3 additions & 3 deletions etc/kayobe/pulp-host-image-versions.yml
Original file line number Diff line number Diff line change
@@ -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
13 changes: 7 additions & 6 deletions etc/kayobe/stackhpc-overcloud-dib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ stackhpc_overcloud_dib_env_vars_ark:

# StackHPC overcloud DIB image packages.
stackhpc_overcloud_dib_packages:
- "acl"
- "ethtool"
- "git"
- "less"
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
New host images have been built for the 2026.1 (Gazpacho) release.
4 changes: 4 additions & 0 deletions releasenotes/notes/host-image-acl-4aad7ee0a83c0375.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
The ``acl`` package is now included in host image builds.
Loading