d2966452c5
There is a time once every 2 years when ubuntu team releases new LTS release. And then UCA joins with binary packages for current OpenStack development cycle. It is this time for Ubuntu 20.04 'focal'. Depends-On: https://review.opendev.org/745156 Change-Id: I045aa6b4b4fd83fbe7d1fda89549f0ef1e88ec12
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
# 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/victoria 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/3/ubuntu/focal/ focal contrib
|
|
|
|
# Qdrouterd repo
|
|
#deb http://ppa.launchpad.net/qpid/released/ubuntu/ focal main
|
|
|
|
# rabbitmq repo
|
|
#deb https://dl.bintray.com/rabbitmq/debian/ focal main
|
|
|
|
# erlang repo
|
|
#deb https://dl.bintray.com/rabbitmq-erlang/debian/ focal erlang
|
|
|
|
# erlang repo - aarch64 only
|
|
#deb https://obs.linaro.org/repos/home:/marcin.juszkiewicz/ubuntu-focal ./
|
|
|
|
# MariaDB repo
|
|
#deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu focal main
|