File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22# Overcloud host image versioning tags
33# These images must be in SMS, since they are used by our AIO CI runners
4- stackhpc_rocky_9_overcloud_host_image_version : 2025.1-20260823T201657
5- stackhpc_rocky_9_overcloud_host_image_version_aarch64 : 2025.1-20260823T201657
6- stackhpc_rocky_10_overcloud_host_image_version : 2025.1-20260823T201657
7- stackhpc_rocky_10_overcloud_host_image_version_aarch64 : 2025.1-20260823T201657
8- stackhpc_ubuntu_noble_overcloud_host_image_version : 2025.1-20260823T201657
4+ stackhpc_rocky_9_overcloud_host_image_version : 2025.1-20260914T141734
5+ stackhpc_rocky_9_overcloud_host_image_version_aarch64 : 2025.1-20260914T141734
6+ stackhpc_rocky_10_overcloud_host_image_version : 2025.1-20260914T141734
7+ stackhpc_rocky_10_overcloud_host_image_version_aarch64 : 2025.1-20260914T141734
8+ stackhpc_ubuntu_noble_overcloud_host_image_version : 2025.1-20260914T141734
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ stackhpc_overcloud_dib_env_vars_ark:
8383
8484# StackHPC overcloud DIB image packages.
8585stackhpc_overcloud_dib_packages :
86+ - " acl"
8687 - " ethtool"
8788 - " git"
8889 - " less"
@@ -93,14 +94,14 @@ stackhpc_overcloud_dib_packages:
9394 - " python3"
9495 - " smartmontools"
9596 - " vim"
96- - " {% if os_distribution == 'ubuntu' %}netbase{% endif %}"
97- - " {% if os_distribution == 'ubuntu' %}iputils-ping{% endif %}"
98- - " {% if os_distribution == 'ubuntu' %}curl{% endif %}"
99- - " {% if os_distribution == 'ubuntu' %}apt-utils{% endif %}"
100- - " {% if os_distribution == 'rocky' %}NetworkManager-config-server{% endif %}"
101- - " {% if os_distribution == 'rocky' %}linux-firmware{% endif %}"
10297 - " {% if os_distribution == 'rocky' %}cloud-utils-growpart{% endif %}"
98+ - " {% if os_distribution == 'rocky' %}linux-firmware{% endif %}"
99+ - " {% if os_distribution == 'rocky' %}NetworkManager-config-server{% endif %}"
100+ - " {% if os_distribution == 'ubuntu' %}apt-utils{% endif %}"
103101 - " {% if os_distribution == 'ubuntu' %}cloud-guest-utils{% endif %}"
102+ - " {% if os_distribution == 'ubuntu' %}curl{% endif %}"
103+ - " {% if os_distribution == 'ubuntu' %}iputils-ping{% endif %}"
104+ - " {% if os_distribution == 'ubuntu' %}netbase{% endif %}"
104105
105106# StackHPC overcloud DIB image block device configuration.
106107# This image layout conforms to the CIS partition benchmarks.
Original file line number Diff line number Diff line change 1+ ---
2+ fixes :
3+ - |
4+ The ``acl`` package is now included in host image builds.
You can’t perform that action at this time.
0 commit comments