18a32f5e0c
* The cloud-archive now provides the most recent version of Ceph (hammer) and should be preferred over adding a new repo. * The ceph signing key changed.[1] [1] https://securityblog.redhat.com/2015/09/17/important-security-notice-regarding-signing-key-and-distribution-of-red-hat-ceph-storage-on-ubuntu-and-centos/ Change-Id: I5992184f115106a9c853d205d7d79c35e1b0cf27 Closes-Bug: #1497507
18 lines
828 B
Plaintext
18 lines
828 B
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
|
|
|
|
# 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/liberty 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
|