Skip to content

Commit

Permalink
Merge pull request #175 from stackhpc/upstream/yoga-2022-10-24
Browse files Browse the repository at this point in the history
Synchronise yoga with upstream
  • Loading branch information
markgoddard authored Oct 24, 2022
2 parents 3454fc1 + b7c886a commit 689f43b
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 25 deletions.
8 changes: 4 additions & 4 deletions docker/base/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ COPY dnf.conf /etc/dnf/dnf.conf
] %}
{% elif base_arch == 'aarch64' %}
{% set base_yum_repo_files = base_yum_repo_files + [
'erlang-solutions.repo',
'hrw-copr-erlang-for-rabbitmq.repo',
'mariadb-aarch64.repo',
] %}

Expand Down Expand Up @@ -312,9 +312,9 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
] %}

{% set base_apt_keys = [
{'name': 'erlang', 'keyid': 'E495BB49CC4BBE5B'},
{'name': 'rabbitmq', 'keyid': '9F4587F226208342'},
{'name': 'haproxy', 'keyid': 'CFFB779AADC995E4F350A060505D97A41C61B9CD'},
{'name': 'erlang-ppa', 'keyid': 'F77F1EDA57EBB1CC'},
{'name': 'rabbitmq', 'keyid': '9F4587F226208342'},
{'name': 'haproxy', 'keyid': 'CFFB779AADC995E4F350A060505D97A41C61B9CD'},
] %}

{# NOTE(hrw): type field defaults to 'asc' which is used for single keys #}
Expand Down
2 changes: 1 addition & 1 deletion docker/base/apt_preferences.debian
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pin: version 3.9.*
Pin-Priority: 1000

Package: erlang*
Pin: version 1:24.*
Pin: version 1:25.*
Pin-Priority: 1000

# NOTE(mgoddard): logstash 7.9.x is the last version that supports
Expand Down
2 changes: 1 addition & 1 deletion docker/base/apt_preferences.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pin: version 3.9.*
Pin-Priority: 1000

Package: erlang*
Pin: version 1:24.*
Pin: version 1:25.*
Pin-Priority: 1000

# NOTE(mgoddard): logstash 7.9.x is the last version that supports
Expand Down
6 changes: 0 additions & 6 deletions docker/base/erlang-solutions.repo

This file was deleted.

11 changes: 11 additions & 0 deletions docker/base/hrw-copr-erlang-for-rabbitmq.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# NOTE(hrw): this repository contains rebuild of Erlang package from RabbitMQ team
# from https://github.com/rabbitmq/erlang-rpm/
# Thanks to COPR we have aarch64 packages for CentOS Stream 8/9

[copr-hrw-erlang-for-rabbitmq]
name=Hrw's COPR with Erlang build for RabbitMQ
baseurl=https://download.copr.fedorainfracloud.org/results/hrw/erlang-for-rabbitmq/centos-stream-$releasever-$basearch/
gpgcheck=1
enabled=0
gpgkey=https://download.copr.fedorainfracloud.org/results/hrw/erlang-for-rabbitmq/pubkey.gpg
repo_gpgcheck=0
2 changes: 1 addition & 1 deletion docker/kolla-toolbox/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build

{% set kolla_toolbox_packages = [
'crudini',
'erlang-24.*',
'erlang-25.*',
'gcc',
'gdisk',
'git',
Expand Down
2 changes: 1 addition & 1 deletion docker/rabbitmq/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_package_type == 'rpm' %}

{% set rabbitmq_packages = [
'erlang-24.*',
'erlang-25.*',
'hostname',
'rabbitmq-server-3.9.*'
] %}
Expand Down
22 changes: 11 additions & 11 deletions kolla/template/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ centos-aarch64:
elasticsearch: "elasticsearch-kibana-logstash-7.x"
epel: "epel"
epel-modular: "epel-modular"
erlang: "erlang-solutions"
erlang: "copr-hrw-erlang-for-rabbitmq"
extras: "extras"
grafana: "grafana"
hacluster: "ha"
Expand All @@ -47,10 +47,10 @@ debian:
component: "main"
gpg_key: "elasticsearch.asc"
erlang:
url: "https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian"
suite: "bullseye"
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
suite: "focal"
component: "main"
gpg_key: "erlang.gpg"
gpg_key: "erlang-ppa.gpg"
grafana:
url: "https://packages.grafana.com/oss/deb"
suite: "stable"
Expand Down Expand Up @@ -99,10 +99,10 @@ debian-aarch64:
component: "main"
gpg_key: "elasticsearch.asc"
erlang:
url: "https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian"
suite: "bullseye"
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
suite: "focal"
component: "main"
gpg_key: "erlang.gpg"
gpg_key: "erlang-ppa.gpg"
grafana:
url: "https://packages.grafana.com/oss/deb"
suite: "stable"
Expand Down Expand Up @@ -151,10 +151,10 @@ ubuntu:
component: "main"
gpg_key: "elasticsearch.asc"
erlang:
url: "https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/ubuntu"
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
suite: "focal"
component: "main"
gpg_key: "erlang.gpg"
gpg_key: "erlang-ppa.gpg"
grafana:
url: "https://packages.grafana.com/oss/deb"
suite: "stable"
Expand Down Expand Up @@ -208,10 +208,10 @@ ubuntu-aarch64:
component: "main"
gpg_key: "elasticsearch.asc"
erlang:
url: "https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/ubuntu"
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
suite: "focal"
component: "main"
gpg_key: "erlang.gpg"
gpg_key: "erlang-ppa.gpg"
grafana:
url: "https://packages.grafana.com/oss/deb"
suite: "stable"
Expand Down

0 comments on commit 689f43b

Please sign in to comment.