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
This commit is contained in:
Jeremy Stanley 2019-10-02 16:10:45 +00:00
parent 67ba234eaf
commit 65c0c7ca1d
1 changed files with 4 additions and 0 deletions

View File

@ -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'