From 65c0c7ca1d87322bcdbb1413773b2d608e59cf95 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 2 Oct 2019 16:10:45 +0000 Subject: [PATCH] Override security mirror for Debian image builds Diskimage-builder defaults to a separate mirror value for the Debian security archive, so override it independently of our general mirror URL. It's really a different URL anyway. Change-Id: Ia500f564d761f56bc55acc9b1c969dbd364a0eba Depends-On: https://review.opendev.org/686328 --- nodepool/nodepool.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index 1c1eae2b5f..648bcd244b 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -169,6 +169,8 @@ diskimages: DIB_APT_LOCAL_CACHE: '0' DIB_DISABLE_APT_CLEANUP: '1' DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/debian' + DIB_DEBIAN_SECURITY_MIRROR: + 'http://mirror.dfw.rax.openstack.org/debian-security' DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg' DIB_GRUB_TIMEOUT: '0' GIT_HTTP_LOW_SPEED_TIME: '300' @@ -193,6 +195,8 @@ diskimages: DIB_APT_LOCAL_CACHE: '0' DIB_DISABLE_APT_CLEANUP: '1' DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/debian' + DIB_DEBIAN_SECURITY_MIRROR: + 'http://mirror.dfw.rax.openstack.org/debian-security' DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg' DIB_GRUB_TIMEOUT: '0' GIT_HTTP_LOW_SPEED_TIME: '300'