RabbitMQ install/upgrade failing on Ubuntu 24.04 – PPA repos discontinued

Asked by Salvatore Aurnia

Hello everyone,
I'm deploying OpenStack-Ansible on Ubuntu 24.04 and currently facing issues with RabbitMQ installation inside the rabbitmq_all containers. The problem occurs because the historical RabbitMQ PPA repositories (ppa:rabbitmq/erlang / ppa:rabbitmq/rabbitmq-server) are no longer available or signed, causing package installation to fail.
How to correctly rebuild RabbitMQ containers in OSA?
Thanks,
S.

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack-Ansible Edit question
Assignee:
No assignee Edit question
Solved by:
Dmitriy Rabotyagov
Solved:
Last query:
Last reply:
Revision history for this message
Best Dmitriy Rabotyagov (noonedeadpunk) said :
#1

Hi,

We are already processing with merging patches to fix this issue:
https://review.opendev.org/q/I98dfeb1706701787e7a7e912e37910108cec3a10

We expect to release new minor versions next week.

In the meanwhile, there is a workaround which is available in the meanwhile, which was posted to the respective Mailing List:
https://<email address hidden>/thread/NKT56NXXM7MI7Q4ZTPHJB7W5VXCFXKP2/#DEGYJVG34O5T6YDIASKOBPRWNBOSK4M7

Revision history for this message
Salvatore Aurnia (salvatorea) said :
#2

thanks!

Revision history for this message
Salvatore Aurnia (salvatorea) said :
#3

Thanks Dmitriy Rabotyagov, that solved my question.