e5ca547f37
Extended base container to include influxdb repositories Added telegraf container with package from influxdb repo Change-Id: I6ccf952d7b42eabe8ff7bdbd6471e395db86aa02 Partially-Implements: Blueprint performance-monitoring
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
# Default repos
|
|
deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
|
|
|
|
# Backports have a lower priority and must be explicitly installed to be used
|
|
deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
|
|
|
|
# We need to add the Liberty repo for the updated packages they provide. The main
|
|
# ones are qemu, libvirt, and openvswitch.
|
|
deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/mitaka main
|
|
|
|
# MariaDB 10.0 repo
|
|
deb http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu trusty main
|
|
|
|
# Percona repo (for xtrabackup)
|
|
deb http://repo.percona.com/apt trusty main
|
|
|
|
# Ceph repo
|
|
deb http://download.ceph.com/debian-hammer/ trusty main
|
|
|
|
# Elastic repo
|
|
deb http://packages.elastic.co/elasticsearch/2.x/debian stable main
|
|
|
|
# Kibana repo
|
|
deb http://packages.elastic.co/kibana/4.4/debian stable main
|
|
|
|
# Docker repo
|
|
deb http://apt.dockerproject.org/repo ubuntu-trusty main
|
|
|
|
# InfluxDB repo
|
|
deb https://repos.influxdata.com/ubuntu trusty stable
|