35314e77ee
Additional repos for centos such as elasticsearch, ceph etc. are all set up in the base image, fluentd should follow this both for consistency and to make it easier for operators to remove/override. Change-Id: If2ee20232d72ccf6b1c4be06c2fb3d1fa219e9cc
36 lines
1.3 KiB
Plaintext
36 lines
1.3 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
|
|
|
|
# Percona repo (for xtrabackup)
|
|
deb http://repo.percona.com/apt xenial main
|
|
|
|
# Elastic repo
|
|
deb https://packages.elastic.co/elasticsearch/2.x/debian stable main
|
|
|
|
# Kibana repo
|
|
deb https://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
|
|
|
|
# Fluentd repo
|
|
deb http://packages.treasuredata.com/2/ubuntu/xenial/ xenial contrib
|