Switch (back) ubuntu DIB to use AFS mirror in rackspace

In I4bda502f31087bc125bd452a9075e3caaa031c7d we mistakenly removed
this syntax. Add it back, as it protects our images downloading new
packages before AFS mirrors have had a chance to sync them.

Change-Id: Ie6574777049e456f9deb57b3b6fedddb27b9a1ff
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-01-30 09:48:37 -05:00
parent 3735c8eeb5
commit 4f9e6253e3
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 4 additions and 0 deletions

View File

@ -224,6 +224,8 @@ diskimages:
DIB_APT_LOCAL_CACHE: '0'
DIB_DISABLE_APT_CLEANUP: '1'
DIB_GRUB_TIMEOUT: '0'
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu'
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
DIB_DEBIAN_COMPONENTS: 'main,universe'
- name: ubuntu-xenial
pause: true
@ -245,4 +247,6 @@ diskimages:
DIB_APT_LOCAL_CACHE: '0'
DIB_DISABLE_APT_CLEANUP: '1'
DIB_GRUB_TIMEOUT: '0'
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu'
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
DIB_DEBIAN_COMPONENTS: 'main,universe'