43b74ccc15
Both Ubuntu Stein UCA and Debian 'buster' migrated their OpenStack packages to Python 3. Note that Debian 'buster' is not released yet and contains Rocky packages. Stein ones will be available later. Co-Authored-By: Lee Yarwood <lyarwood@redhat.com> Co-Authored-By: Eduardo Gonzalez <dabarren@gmail.com> Change-Id: I160f79cc57f54ec3eac857c5babd1a6e2656d228
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
# For non-x86 architectures we use sources.list.debian.ARCHITECTURENAME
|
|
|
|
# Default repos
|
|
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
|
|
|
|
# Backports have a lower priority and must be explicitly installed to be used
|
|
deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
|
|
|
|
# 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 bionic-updates/stein main
|
|
|
|
# Elasticsearch, Logstash & Kibana repo
|
|
deb https://artifacts.elastic.co/packages/5.x/apt stable main
|
|
|
|
# InfluxDB repo
|
|
deb https://repos.influxdata.com/ubuntu bionic stable
|
|
|
|
# Grafana repo
|
|
deb https://packages.grafana.com/oss/deb stable main
|
|
|
|
# Fluentd repo
|
|
deb http://packages.treasuredata.com/3/ubuntu/bionic/ bionic contrib
|
|
|
|
# Qdrouterd repo
|
|
deb http://ppa.launchpad.net/qpid/released/ubuntu/ bionic main
|
|
|
|
# Sensu repo
|
|
deb https://sensu.global.ssl.fastly.net/apt bionic main
|
|
|
|
# Opendaylight repo
|
|
deb http://ppa.launchpad.net/odl-team/carbon/ubuntu xenial main
|
|
|
|
# rabbitmq repo
|
|
deb https://packagecloud.io/rabbitmq/rabbitmq-server/ubuntu/ bionic main
|
|
|
|
# Percona XtraBackup repo
|
|
deb http://repo.percona.com/apt bionic main
|