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
24 lines
944 B
Plaintext
24 lines
944 B
Plaintext
# Default repos
|
|
deb http://ports.ubuntu.com/ focal main universe
|
|
deb http://ports.ubuntu.com/ focal-updates main universe
|
|
deb http://ports.ubuntu.com/ focal-security main universe
|
|
|
|
# Backports have a lower priority and must be explicitly installed to be used
|
|
deb http://ports.ubuntu.com/ 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.
|
|
|
|
# rabbitmq repo
|
|
#deb https://packagecloud.io/rabbitmq/rabbitmq-server/ubuntu/ focal main
|
|
|
|
# MariaDB repo
|
|
#deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu focal main
|