![Michal (inc0) Jastrzebski](/assets/img/avatar_default.png)
This patch changes version of ceph from hammer to jewel. Also removed versionlock as it seems we don't use it in ubuntu, and actually might be risky if we miss security patch on ceph. Change-Id: Ib8f88c2f914a4b635e59a509fa0194605eb73165 Implements: blueprint upgrade-ceph-to-jewel
33 lines
1.2 KiB
Plaintext
33 lines
1.2 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 Liberty 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/newton 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
|
|
|
|
# Ceph repo
|
|
deb http://download.ceph.com/debian-jewel/ xenial 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-xenial main
|
|
|
|
# InfluxDB repo
|
|
deb https://repos.influxdata.com/ubuntu xenial stable
|