Make vexxhost specific pool for kata flavors

The kata test instances can only run in vexxhost currently and there are
delays in processing these node requests because we content with the
openstack requests as well. Split this into a separate pool so that we
can better model resource quotas/maxes as well as creating a separate
thread just for these node requests.

Change-Id: I449bba31c0e4a29d20af6ca7f3888bf9dc85945c
This commit is contained in:
Clark Boylan 2018-06-29 09:40:45 -07:00
parent 0e23e17cf8
commit 783fd3a0d1
1 changed files with 13 additions and 10 deletions

View File

@ -148,11 +148,6 @@ providers:
flavor-name: 'osf-highcpu-8'
diskimage: fedora-28
key-name: infra-root-keys-2018-06-15
- name: fedora-28-vexxhost
min-ram: 8000
flavor-name: 'kata-standard-4'
diskimage: fedora-28
key-name: infra-root-keys-2018-06-15
- name: opensuse-423
min-ram: 8000
flavor-name: 'osf-highcpu-8'
@ -173,11 +168,6 @@ providers:
flavor-name: 'osf-highcpu-8'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2018-06-15
- name: ubuntu-bionic-vexxhost
min-ram: 8000
flavor-name: 'kata-standard-4'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2018-06-15
- name: ubuntu-trusty
min-ram: 8000
flavor-name: 'osf-highcpu-8'
@ -188,6 +178,19 @@ providers:
flavor-name: 'osf-highcpu-8'
diskimage: ubuntu-xenial
key-name: infra-root-keys-2018-06-15
- name: vexxhost-specific
max-servers: 4
labels:
- name: fedora-28-vexxhost
min-ram: 8000
flavor-name: 'kata-standard-4'
diskimage: fedora-28
key-name: infra-root-keys-2018-06-15
- name: ubuntu-bionic-vexxhost
min-ram: 8000
flavor-name: 'kata-standard-4'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2018-06-15
- name: ubuntu-xenial-vexxhost
min-ram: 8000
flavor-name: 'kata-standard-4'