From 63290ec3e6530b4957d11bd64ae4277f39579da8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 19 Mar 2018 14:50:15 -0400 Subject: [PATCH] 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 --- nodepool/nl03.openstack.org.yaml | 38 +++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/nodepool/nl03.openstack.org.yaml b/nodepool/nl03.openstack.org.yaml index cd29c63918..2b43a1d4ea 100644 --- a/nodepool/nl03.openstack.org.yaml +++ b/nodepool/nl03.openstack.org.yaml @@ -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'