We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 366abde + cc3948d commit 050418aCopy full SHA for 050418a
kolla/template/repos.yaml
@@ -35,6 +35,9 @@ centos-aarch64:
35
rabbitmq: "rabbitmq_rabbitmq-server"
36
td-agent: "treasuredata"
37
38
+# NOTE(mnasiadka): For RabbitMQ Debuntu suite names is following:
39
+# https://www.rabbitmq.com/install-debian.html#apt-cloudsmith
40
+
41
debian:
42
# NOTE(hrw): Debian/bookworm has Erlang 25 in repo
43
# erlang:
@@ -125,6 +128,8 @@ debian-aarch64:
125
128
url: "https://ppa1.novemberain.com/rabbitmq/rabbitmq-server/deb/debian"
126
129
suite: "bullseye"
127
130
component: "main"
131
+ # NOTE(mnasiadka): Since rabbitmq is really noarch and community mirror is not
132
+ # syncing binary-aarch64 - we're using amd64 here.
133
arch: "amd64"
134
gpg_key: "rabbitmq.gpg"
135
td-agent:
0 commit comments