2e43891838
Based on ppc64le changes by Sajauddin Mohammad [1] 1. https://review.openstack.org/#/c/423239/6 Tested with centos, debian, ubuntu on aarch64 and ppc64le. Partially-Implements: blueprint multiarch-and-arm64-containers Change-Id: If0ccc58d436b2468cd477c222ebc2fe0073206e9
15 lines
700 B
Plaintext
15 lines
700 B
Plaintext
# Default repos
|
|
deb http://ports.ubuntu.com/ xenial main restricted universe multiverse
|
|
deb http://ports.ubuntu.com/ xenial-updates main restricted universe multiverse
|
|
deb http://ports.ubuntu.com/ xenial-security main restricted universe multiverse
|
|
|
|
# Backports have a lower priority and must be explicitly installed to be used
|
|
deb http://ports.ubuntu.com/ xenial-backports main restricted universe multiverse
|
|
|
|
# We need to add the pike 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/pike main
|
|
|
|
# Mariadb
|
|
deb http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu xenial main
|