Skip to content

Commit 7291cb8

Browse files
authored
Merge pull request #357 from stackhpc/upstream/2023.1-2024-10-03
Synchronise 2023.1 with upstream
2 parents be4629f + 965cf51 commit 7291cb8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docker/base/copr-rabbitmq-erlang.repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# from https://github.com/rabbitmq/erlang-rpm/
33
# Thanks to COPR we have aarch64 packages for CentOS Stream 9
44

5-
[openstack-kolla-copr-rabbitmq-kolla]
5+
[copr-rabbitmq-erlang]
66
name=openstack-kolla COPR with Erlang build for RabbitMQ
77
baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/centos-stream-$releasever-aarch64/
88
gpgcheck=1

docker/ironic/ironic-conductor/Dockerfile.j2

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2323
'util-linux',
2424
'xfsprogs',
2525
'genisoimage',
26-
'syslinux',
2726
] %}
27+
{% if base_arch in ['x86_64'] %}
28+
{% set ironic_conductor_packages = ironic_conductor_packages + [
29+
'syslinux'
30+
] %}
31+
{% endif %}
2832
{% elif base_package_type == 'deb' %}
2933
{% set ironic_conductor_packages = [
3034
'bsdmainutils',

0 commit comments

Comments
 (0)