From 07ace8c81a3744e8bd5df0b7b7666022d05b0615 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 2 Apr 2018 21:59:33 -0400 Subject: [PATCH] Setup AFS mirrors for ubuntu-xenial-arm64 Stop using upstream http://ports.ubuntu.com/ubuntu-ports and switch to our AFS mirrors. This should help with download speads, since local mirror, and avoid the issue of building newer images then our mirrors have packages for. Change-Id: I083dccdc23eb1586c138ffd138a0afa4e8d2a6f9 Signed-off-by: Paul Belanger --- nodepool/nb03.openstack.org.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodepool/nb03.openstack.org.yaml b/nodepool/nb03.openstack.org.yaml index 16b7b66673..8707f8f563 100644 --- a/nodepool/nb03.openstack.org.yaml +++ b/nodepool/nb03.openstack.org.yaml @@ -44,3 +44,6 @@ diskimages: DIB_IMAGE_CACHE: /opt/dib_cache DIB_APT_LOCAL_CACHE: '0' DIB_DISABLE_APT_CLEANUP: '1' + DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.linaro.openstack.org/ubuntu-ports' + DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg' + DIB_DEBIAN_COMPONENTS: 'main,universe'