# Default repos deb http://ports.ubuntu.com/ bionic main universe deb http://ports.ubuntu.com/ bionic-updates main universe deb http://ports.ubuntu.com/ bionic-security main universe # Backports have a lower priority and must be explicitly installed to be used deb http://ports.ubuntu.com/ 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. # rabbitmq repo #deb https://packagecloud.io/rabbitmq/rabbitmq-server/ubuntu/ bionic main # Grafana repo #deb https://packages.grafana.com/oss/deb stable main # elasticsearch (arch:all), logstash (arch:all), kibana (arch:amd64) #deb [arch=amd64] https://artifacts.elastic.co/packages/5.x/apt stable main # MariaDB repo #deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic main