Skip to content

Commit

Permalink
Merge pull request #358 from stackhpc/upstream/2024.1-2024-10-03
Browse files Browse the repository at this point in the history
Synchronise 2024.1 with upstream
  • Loading branch information
bbezak authored Oct 3, 2024
2 parents 075a7dc + 7eb2f9e commit 773d1e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/base/copr-rabbitmq-erlang.repo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# from https://github.com/rabbitmq/erlang-rpm/
# Thanks to COPR we have aarch64 packages for CentOS Stream 9

[openstack-kolla-copr-rabbitmq-kolla]
[copr-rabbitmq-erlang]
name=openstack-kolla COPR with Erlang build for RabbitMQ
baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/centos-stream-$releasever-aarch64/
gpgcheck=1
Expand Down
6 changes: 5 additions & 1 deletion docker/ironic/ironic-conductor/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 773d1e0

Please sign in to comment.