Skip to content

Commit f17208d

Browse files
authored
Merge pull request #2603 from stackhpc/epoxy-acl
Include `acl` package in host images
2 parents 41935b5 + 9a103c1 commit f17208d

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ stackhpc_overcloud_dib_env_vars_ark:
8383

8484
# StackHPC overcloud DIB image packages.
8585
stackhpc_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.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
The ``acl`` package is now included in host image builds.

0 commit comments

Comments
 (0)