Comment 27 for bug 2023668

Revision history for this message
Yusuf Güngör (yusuf2) wrote :

Hi Sven, thanks for your support. Output as follows:

()[rabbitmq@a5cf2e3090ac /]$ cat /etc/apt/sources.list /etc/apt/sources.list.d/*
# For non-x86 architectures we use sources.list.ubuntu.<arch>

# Default repos
deb mirror://mirrors.ubuntu.com/mirrors.txt focal main universe
deb mirror://mirrors.ubuntu.com/mirrors.txt focal-updates main universe
deb mirror://mirrors.ubuntu.com/mirrors.txt focal-security main universe

# Backports have a lower priority and must be explicitly installed to be used
deb http://archive.ubuntu.com/ubuntu/ focal-backports main universe

# We need to add the repo for the updated packages they provide. The main ones
# are qemu, libvirt, and openvswitch.
deb http://ubuntu-cloud.archive.canonical.com/ubuntu focal-updates/xena main

# NOTE(hrw): repositories below are added into image when they are needed as
# separate files in /etc/apt/sources.list.d/ directory. For that purpose they
# are defined in kolla/repos.yaml file.
#
# Here they stay in case someone needs them.

# Elasticsearch, Logstash & Kibana repo
#deb https://artifacts.elastic.co/packages/5.x/apt stable main

# InfluxDB repo
#deb https://repos.influxdata.com/ubuntu focal stable

# Grafana repo
#deb https://packages.grafana.com/oss/deb stable main

# Fluentd repo
#deb http://packages.treasuredata.com/4/ubuntu/focal/ focal contrib

# Qdrouterd repo
#deb http://ppa.launchpad.net/qpid/released/ubuntu/ focal main

# rabbitmq repo
#deb https://packagecloud.io/rabbitmq/rabbitmq-server/ubuntu/ focal main

# erlang repo
#deb http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu focal main

# MariaDB repo
#deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu focal main
Uris: https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu
Components: main
Types: deb
Suites: focal
Signed-By: /etc/kolla/apt-keys/erlang-ppa.gpg
# used for adding custom repos by 'apt_sources_list' option of kolla-build.conf
Uris: https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb/ubuntu
Components: main
Types: deb
Suites: focal
Signed-By: /etc/kolla/apt-keys/rabbitmq.gpg
()[rabbitmq@a5cf2e3090ac /]$