Skip to content

Commit cc3948d

Browse files
committed
Followup notes after 896616
Change-Id: Ia1e1183d9ff1e58e7ae910ed53a5f23bdf6e2fa8
1 parent 226d3c5 commit cc3948d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kolla/template/repos.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ centos-aarch64:
3535
rabbitmq: "rabbitmq_rabbitmq-server"
3636
td-agent: "treasuredata"
3737

38+
# NOTE(mnasiadka): For RabbitMQ Debuntu suite names is following:
39+
# https://www.rabbitmq.com/install-debian.html#apt-cloudsmith
40+
3841
debian:
3942
# NOTE(hrw): Debian/bookworm has Erlang 25 in repo
4043
# erlang:
@@ -125,6 +128,8 @@ debian-aarch64:
125128
url: "https://ppa1.novemberain.com/rabbitmq/rabbitmq-server/deb/debian"
126129
suite: "bullseye"
127130
component: "main"
131+
# NOTE(mnasiadka): Since rabbitmq is really noarch and community mirror is not
132+
# syncing binary-aarch64 - we're using amd64 here.
128133
arch: "amd64"
129134
gpg_key: "rabbitmq.gpg"
130135
td-agent:

0 commit comments

Comments
 (0)