af7a1da807
16.04 provides the percona-xtrabackup scripts in the main repos, so the specific percona repo can be removed. Unfortunately, mariadb10.0 does not build with galera built-in. So until ubuntu packages mariadb10.1, we will be dependant on the external repos for mariadb with galera built in. Labels keys so they are easily identified in the future. In Jinja2 the comments cannot go inline while generating the list. Change-Id: I5e6c2f884c8d59bbc574b71ac731d1b4db18b68c
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
# Default repos
|
|
deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
|
|
|
|
# Backports have a lower priority and must be explicitly installed to be used
|
|
deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
|
|
|
|
# We need to add the Ocata repo for the updated packages they provide. The main
|
|
# ones are qemu, libvirt, and openvswitch.
|
|
deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main
|
|
|
|
# MariaDB 10.0 repo
|
|
deb http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu xenial main
|
|
|
|
# Elastic repo
|
|
deb http://packages.elastic.co/elasticsearch/2.x/debian stable main
|
|
|
|
# Kibana repo
|
|
deb http://packages.elastic.co/kibana/4.6/debian stable main
|
|
|
|
# Docker repo
|
|
deb http://apt.dockerproject.org/repo ubuntu-xenial main
|
|
|
|
# InfluxDB repo
|
|
deb https://repos.influxdata.com/ubuntu xenial stable
|
|
|
|
# Grafana repo
|
|
deb https://packagecloud.io/grafana/stable/debian/ jessie main
|