Skip to content

Commit 366abde

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "rabbitmq: use launchpad as erlang source for Ubuntu"
2 parents abd9829 + 5ef06be commit 366abde

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docker/base/Dockerfile.j2

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -283,16 +283,11 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
283283
] %}
284284

285285
{% set base_apt_keys = [
286+
{'name': 'erlang-ppa', 'keyid': 'F77F1EDA57EBB1CC'},
286287
{'name': 'rabbitmq', 'keyid': '9F4587F226208342'},
287288
{'name': 'haproxy', 'keyid': 'CFFB779AADC995E4F350A060505D97A41C61B9CD'},
288289
] %}
289290

290-
{% if base_arch == 'aarch64' %}
291-
{% set base_apt_keys = base_apt_keys + [{'name': 'erlang-ppa', 'keyid': 'F77F1EDA57EBB1CC'}] %}
292-
{% else %}
293-
{% set base_apt_keys = base_apt_keys + [{'name': 'erlang-ppa', 'keyid': 'E495BB49CC4BBE5B'}] %}
294-
{% endif %}
295-
296291
{# NOTE(hrw): type field defaults to 'asc' which is used for single keys #}
297292
{% set base_remote_apt_keys = [
298293
{'name': 'grafana', 'url': 'https://rpm.grafana.com/gpg.key'},

kolla/template/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ rocky-aarch64:
171171

172172
ubuntu:
173173
erlang:
174-
url: "https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu"
174+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
175175
suite: "jammy"
176176
component: "main"
177177
gpg_key: "erlang-ppa.gpg"

0 commit comments

Comments
 (0)