From 078757bf83a4d8fb62b932b9a6f6ebfe3b34bd64 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 11 Apr 2018 23:35:10 +0200 Subject: [PATCH] build opensuse images from the openstack mirror This avoids especially for Tumbleweed mismatches betweeen the mirrored repository that is used for installing the additional dependencies and the base image. Change-Id: I40bf4562e31a31d580c9a1f6057842a9dff195c6 --- nodepool/nodepool.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index e035cf133c..047f2bbe57 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -228,6 +228,7 @@ diskimages: DIB_IMAGE_CACHE: /opt/dib_cache QEMU_IMG_OPTIONS: compat=0.10 DIB_GRUB_TIMEOUT: '0' + DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/opensuse' GIT_HTTP_LOW_SPEED_TIME: '300' GIT_HTTP_LOW_SPEED_LIMIT: '1000' - name: opensuse-tumbleweed @@ -248,6 +249,7 @@ diskimages: DIB_IMAGE_CACHE: /opt/dib_cache QEMU_IMG_OPTIONS: compat=0.10 DIB_GRUB_TIMEOUT: '0' + DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/opensuse' GIT_HTTP_LOW_SPEED_TIME: '300' GIT_HTTP_LOW_SPEED_LIMIT: '1000' - name: ubuntu-bionic