rabbitmq build fails on ubuntu 22.04 due to dl.cloudsmith.io wants payment
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
kolla | Status tracked in Bobcat | |||||
Antelope |
Fix Committed
|
High
|
Unassigned | |||
Bobcat |
Fix Released
|
High
|
Michal Nasiadka | |||
Yoga |
Fix Committed
|
High
|
Unassigned | |||
Zed |
Fix Committed
|
High
|
Unassigned |
Bug Description
Hi, good morning
**Bug Report**
I was trying to build rabbitmq for openstack stable/zed using kolla(16.1.0) on Ubuntu 22.04. It was failing due to https:/
**Expected result**:
after running kolla-build
...
INFO:kolla.
INFO:kolla.
INFO:kolla.
INFO:kolla.
INFO:kolla.
INFO:kolla.
**Actual result**:
...
INFO:kolla.
INFO:kolla.
INFO:kolla.
ERROR:kolla.
INFO:kolla.
**How to reproduce**:
# pip3 install kolla
# kolla-build --base ubuntu --profile infra --openstack-release zed
**Environment**:
OS: Ubuntu 22.04.3 LTS (5.15.0-84-generic #93-Ubuntu)
Docker: 24.0.5
Kolla: from pip 16.1.0
**Proposed change**:
modify ./kolla/
---
@@ -72,7 +72,7 @@
component: ""
gpg_key: "proxysql.asc"
rabbitmq:
- url: "https:/
+ url: "https:/
suite: "bullseye"
component: "main"
gpg_key: "rabbitmq.gpg"
@@ -119,7 +119,7 @@
component: ""
gpg_key: "proxysql.asc"
rabbitmq:
- url: "https:/
+ url: "https:/
suite: "bullseye"
component: "main"
gpg_key: "rabbitmq.gpg"
@@ -202,7 +202,7 @@
component: ""
gpg_key: "proxysql.asc"
rabbitmq:
- url: "https:/
+ url: "https:/
suite: "jammy"
component: "main"
gpg_key: "rabbitmq.gpg"
@@ -249,7 +249,7 @@
component: ""
gpg_key: "proxysql.asc"
rabbitmq:
- url: "https:/
+ url: "https:/
suite: "jammy"
component: "main"
gpg_key: "rabbitmq.gpg"
---
from rabbitmq.log:
INFO:kolla. common. utils.rabbitmq: Reading package lists... common. utils.rabbitmq: ESC[91mE: Failed to fetch https:/ /dl.cloudsmith. io/public/ rabbitmq/ rabbitmq- server/ deb/ubuntu/ dists/jammy/ InRelease 402 Payment Required [IP: 172.18.67.250 3128]
INFO:kolla.
INFO:kolla. common. utils.rabbitmq: Get:17 https:/ /mirrors. sdu.edu. cn/ubuntu jammy/main amd64 Packages [1,792 kB] common. utils.rabbitmq: Reading package lists... common. utils.rabbitmq: ESC[91mE: Failed to fetch https:/ /dl.cloudsmith. io/public/ rabbitmq/ rabbitmq- server/ deb/ubuntu/ dists/jammy/ InRelease 402 Payment Required [IP: 172.18.67.250 3128] common. utils.rabbitmq: E: The repository 'https:/ /dl.cloudsmith. io/public/ rabbitmq/ rabbitmq- server/ deb/ubuntu jammy InRelease' is not signed. common. utils.rabbitmq: ESC[0m common. utils.rabbitmq: Removing intermediate container 6e77261eae2f common. utils.rabbitmq: Error'd with the following message common. utils.rabbitmq: The command '/bin/sh -c apt-get --error-on=any update && apt-get -y install --no-install- recommends logrotate rabbitmq-server && apt-get clean && rm -rf /var/lib/ apt/lists/ *' returned a non-zero code: 100
INFO:kolla.
INFO:kolla.
INFO:kolla.
INFO:kolla.
INFO:kolla.
ERROR:kolla.
ERROR:kolla.