Merge "aarch64: Exclude syslinux from ironic conductor packages" into stable/2024.1

This commit is contained in:
Zuul 2024-10-03 21:34:54 +00:00 committed by Gerrit Code Review
commit 7eb2f9e9d9

View File

@ -23,8 +23,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'util-linux',
'xfsprogs',
'genisoimage',
'syslinux',
] %}
{% if base_arch in ['x86_64'] %}
{% set ironic_conductor_packages = ironic_conductor_packages + [
'syslinux'
] %}
{% endif %}
{% elif base_package_type == 'deb' %}
{% set ironic_conductor_packages = [
'bsdmainutils',