Skip to content

Commit d49cca5

Browse files
mnasiadkakeuko
authored andcommitted
rabbitmq: use erlang-25 ppa on Debian/Ubuntu
RMQ team is now maintaining erlang-24, erlang-25 ppas, see [1]. [1]: rabbitmq/erlang-debian-package#33 Closes-Bug: #2023668 Change-Id: I7e289bd5ce52319604717e0b319d0642a8e598db (cherry picked from commit 0e88114)
1 parent 482ebb9 commit d49cca5

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

docker/base/apt_preferences.debian

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ Package: rabbitmq-server
22
Pin: version 3.9.*
33
Pin-Priority: 1000
44

5-
Package: erlang*
6-
Pin: version 1:25.*
7-
Pin-Priority: 1000
8-
95
# NOTE(mgoddard): logstash 7.9.x is the last version that supports
106
# Elasticsearch OSS.
117
Package: logstash-oss

docker/base/apt_preferences.ubuntu

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ Package: rabbitmq-server
22
Pin: version 3.9.*
33
Pin-Priority: 1000
44

5-
Package: erlang*
6-
Pin: version 1:25.*
7-
Pin-Priority: 1000
8-
95
# NOTE(mgoddard): logstash 7.9.x is the last version that supports
106
# Elasticsearch OSS.
117
Package: logstash-oss

kolla/template/repos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ debian:
7979
component: "main"
8080
gpg_key: "elasticsearch.asc"
8181
erlang:
82-
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
82+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-25/ubuntu"
8383
suite: "focal"
8484
component: "main"
8585
gpg_key: "erlang-ppa.gpg"
@@ -131,7 +131,7 @@ debian-aarch64:
131131
component: "main"
132132
gpg_key: "elasticsearch.asc"
133133
erlang:
134-
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
134+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-25/ubuntu"
135135
suite: "focal"
136136
component: "main"
137137
gpg_key: "erlang-ppa.gpg"
@@ -221,7 +221,7 @@ ubuntu:
221221
component: "main"
222222
gpg_key: "elasticsearch.asc"
223223
erlang:
224-
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
224+
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang-25/ubuntu"
225225
suite: "focal"
226226
component: "main"
227227
gpg_key: "erlang-ppa.gpg"
@@ -278,7 +278,7 @@ ubuntu-aarch64:
278278
component: "main"
279279
gpg_key: "elasticsearch.asc"
280280
erlang:
281-
url: "https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu"
281+
url: "https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang-25"
282282
suite: "focal"
283283
component: "main"
284284
gpg_key: "erlang-ppa.gpg"

0 commit comments

Comments
 (0)