9cb2b3fc95
In the base we no add the sources.list with the appropriate sources from around the interwebs. We also pull in the appropriate signing keys for those packages. We adjust the dependencies as well. Change-Id: Ic7e084c0c57287945d0e7c2526f050afbbdec454 Partially-Implements: blueprint install-from-ubuntu
21 lines
951 B
Plaintext
21 lines
951 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
|
|
|
|
# RabbitMQ repo. Despite the name, the 'testing' repo is the stable repo.
|
|
deb http://www.rabbitmq.com/debian/ testing main
|