Bring vexxhost back online for testing

We created a new mirror in vexxhost with no bandwidth limits, the
thought here is this should results in better job run times as our
mirror will not be the bottleneck.

We've also changed flavors to use v2-highcpu-8 which are 8C/8Gb
memory, but require us to now boot-from-volume with 80GB volume-size.

Change-Id: Ibb26597cfd3c3b10891d7a60e70c6143d1c12407
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-19 14:50:15 -04:00
parent 012bb46aa2
commit 63290ec3e6
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 28 additions and 10 deletions

View File

@ -108,53 +108,71 @@ providers:
diskimages: *provider_diskimages
pools:
- name: main
max-servers: 0
max-servers: 10
labels:
- name: centos-7
min-ram: 8000
flavor-name: 'v1-standard-8'
flavor-name: 'v2-highcpu-8'
diskimage: centos-7
key-name: infra-root-keys
boot-from-volume: True
volume-size: 80
- name: debian-jessie
min-ram: 8000
flavor-name: 'v1-standard-8'
flavor-name: 'v2-highcpu-8'
diskimage: debian-jessie
key-name: infra-root-keys
boot-from-volume: True
volume-size: 80
- name: fedora-26
min-ram: 8000
flavor-name: 'v1-standard-8'
flavor-name: 'v2-highcpu-8'
diskimage: fedora-26
key-name: infra-root-keys
boot-from-volume: True
volume-size: 80
- name: fedora-27
min-ram: 8000
flavor-name: 'v1-standard-8'
flavor-name: 'v2-highcpu-8'
diskimage: fedora-27
key-name: infra-root-keys
boot-from-volume: True
volume-size: 80
- name: opensuse-423
min-ram: 8000
flavor-name: 'v1-standard-8'
flavor-name: 'v2-highcpu-8'
diskimage: opensuse-423
key-name: infra-root-keys
boot-from-volume: True
volume-size: 80
- name: opensuse-tumbleweed
min-ram: 8000
flavor-name: 'v1-standard-8'
flavor-name: 'v2-highcpu-8'
diskimage: opensuse-tumbleweed
key-name: infra-root-keys
boot-from-volume: True
volume-size: 80
- name: ubuntu-bionic
min-ram: 8000
flavor-name: 'v1-standard-8'
flavor-name: 'v2-highcpu-8'
diskimage: ubuntu-bionic
key-name: infra-root-keys
boot-from-volume: True
volume-size: 80
- name: ubuntu-trusty
min-ram: 8000
flavor-name: 'v1-standard-8'
flavor-name: 'v2-highcpu-8'
diskimage: ubuntu-trusty
key-name: infra-root-keys
boot-from-volume: True
volume-size: 80
- name: ubuntu-xenial
min-ram: 8000
flavor-name: 'v1-standard-8'
flavor-name: 'v2-highcpu-8'
diskimage: ubuntu-xenial
key-name: infra-root-keys
boot-from-volume: True
volume-size: 80
- name: linaro-cn1
region-name: 'RegionOne'