Getting the following errors when attempting to run the setup-infrastructure play:
TASK [rabbitmq_server : Update Apt cache] ***************************************************************************************************************************************************************************************************************************************
FAILED - RETRYING: [infra1]: Update Apt cache (5 retries left).
FAILED - RETRYING: [infra1]: Update Apt cache (4 retries left).
FAILED - RETRYING: [infra1]: Update Apt cache (3 retries left).
FAILED - RETRYING: [infra1]: Update Apt cache (2 retries left).
FAILED - RETRYING: [infra1]: Update Apt cache (1 retries left).
fatal: [infra1]: FAILED! => {"attempts": 5, "changed": false, "msg": "Failed to update apt cache: W:https://ppa1.novemberain.com/rabbitmq/rabbitmq-server/deb/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details., W:https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details., W:http://downloads.mariadb.com/MariaDB/mariadb-10.11.2/repo/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details., E:Failed to fetch https://ppa1.novemberain.com/rabbitmq/rabbitmq-server/deb/ubuntu/dists/jammy/main/binary-arm64/Packages 404 Not Found [IP: 104.21.27.7 443], E:Failed to fetch https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu/dists/jammy/main/binary-arm64/Packages 404 Not Found [IP: 104.21.27.7 443], E:Some index files failed to download. They have been ignored, or old ones used instead."}
Running apt update on the infra node confirms:
E: Failed to fetch https://ppa1.novemberain.com/rabbitmq/rabbitmq-server/deb/ubuntu/dists/jammy/main/binary-arm64/Packages 404 Not Found [IP: 104.21.27.7 443]
E: Failed to fetch https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu/dists/jammy/main/binary-arm64/Packages 404 Not Found [IP: 104.21.27.7 443]
This is a fresh stable/2023.1 install on Raspberry Pi CM4 nodes.
Hey,
Can you kindly try setting this up in your user_variables.yml and re-run os-rabbitmq- install. yml after that?
rabbitmq_ install_ method: distro
You might also need to drop /etc/apt/ sources. list.d/ els_erlang. list and /etc/apt/ sources. list.d/ RabbitMQ. list from the infra host manually.