62c8dc95bd
There is a repo with binary packages for Ussuri. Let us use them instead of Train ones. amd64 only Change-Id: I071eebc4f60094d881a68e201e8c3bb6e6742ff5
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
# Default repos
|
|
deb http://deb.debian.org/debian buster main
|
|
|
|
# debian security updates
|
|
deb http://security.debian.org/debian-security buster/updates main
|
|
|
|
# debian backports
|
|
deb http://deb.debian.org/debian buster-backports main
|
|
|
|
# Buster - Ussuri repos
|
|
deb http://buster-ussuri.debian.net/debian buster-ussuri-backports main
|
|
deb http://buster-ussuri.debian.net/debian buster-ussuri-backports-nochange 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 (arch:all), logstash (arch:all), kibana (arch:amd64)
|
|
#deb [arch=amd64] https://artifacts.elastic.co/packages/5.x/apt stable main
|
|
|
|
# Grafana repo
|
|
#deb https://packages.grafana.com/oss/deb stable main
|
|
|
|
# td-agent for fluentd
|
|
#deb http://packages.treasuredata.com/3/debian/buster buster contrib
|
|
|
|
# rabbitmq repo
|
|
#deb https://dl.bintray.com/rabbitmq/debian/ buster main
|
|
|
|
# erlang repo
|
|
#deb https://dl.bintray.com/rabbitmq-erlang/debian/ buster erlang
|
|
|
|
# erlang repo - aarch64 only
|
|
#deb https://obs.linaro.org/repos/home:/marcin.juszkiewicz/debian-buster ./
|