You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.6 KiB
46 lines
1.6 KiB
# For non-x86 architectures we use sources.list.ubuntu.<arch> |
|
|
|
# Default repos |
|
deb http://archive.ubuntu.com/ubuntu/ bionic main universe |
|
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main universe |
|
deb http://archive.ubuntu.com/ubuntu/ bionic-security main universe |
|
|
|
# Backports have a lower priority and must be explicitly installed to be used |
|
deb http://archive.ubuntu.com/ubuntu/ bionic-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 bionic-updates/ussuri 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 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 |
|
|
|
# MariaDB repo |
|
#deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic main
|
|
|