63a7d01639
Running ceph in a container requires 2 pieces: - ceph-mon - objectstorage-daemon (osd) Co-Authored-By: Sam Yaple <sam@yaple.net> Change-Id: I33e5baf72e4bc493889da0d796041acfd1a2cad3 Partially-Implements: blueprint ceph-container
26 lines
1.1 KiB
Plaintext
26 lines
1.1 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 explictly installed to be used
|
|
deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
|
|
|
|
# TODO(SamYaple): Switch this to the Liberty repo as soon as the update packages
|
|
# and actually start signing them.
|
|
# We need to add the Kilo 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/kilo 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
|
|
|
|
# RabbitMQ repo. Despite the name, the 'testing' repo is the stable repo.
|
|
deb http://www.rabbitmq.com/debian/ testing main
|
|
|
|
# Ceph repo
|
|
deb http://ceph.com/debian-hammer/ trusty main
|