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
This commit is contained in:
Dirk Mueller 2018-04-11 23:35:10 +02:00
parent b8f5aecf0c
commit 078757bf83
1 changed files with 2 additions and 0 deletions

View File

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