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
1014 B
Plaintext
36 lines
1014 B
Plaintext
# Default repos
|
|
deb http://httpredir.debian.org/debian jessie main
|
|
|
|
# jessie-backports
|
|
deb http://httpredir.debian.org/debian jessie-backports main contrib
|
|
|
|
# jessie-updates, previously known as 'volatile'
|
|
deb http://httpredir.debian.org/debian jessie-updates main
|
|
|
|
# debian security updates
|
|
deb http://security.debian.org jessie/updates main
|
|
|
|
# need some packages from testing not available in stable
|
|
deb http://httpredir.debian.org/debian stretch main
|
|
|
|
# Ceph repo
|
|
deb http://download.ceph.com/debian-jewel/ jessie main
|
|
|
|
# Maria DB repo
|
|
deb [arch=amd64,i386] http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.0/debian jessie main
|
|
|
|
# Kibana repo
|
|
deb https://packages.elastic.co/kibana/4.6/debian stable main
|
|
|
|
# docker
|
|
deb http://apt.dockerproject.org/repo debian-jessie main
|
|
|
|
# InfluxDB repo
|
|
deb https://repos.influxdata.com/debian jessie stable
|
|
|
|
# Grafana repo
|
|
deb https://packagecloud.io/grafana/stable/debian/ jessie main
|
|
|
|
# Fluentd repo
|
|
deb http://packages.treasuredata.com/2/debian/jessie/ jessie contrib
|