Adds vexxhost based nodeset

Adds ubuntu-bionic-expanded nodeset based on ubuntu-bionic-expanded-vexxhost
that is 16c/~32GB
Switches long running support job to new nodeset to reduce build time.

Change-Id: Iec27c00bf54efa7d686b3176998fc8ad6c9f287e
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2020-09-21 09:44:33 -05:00
parent a20afe253f
commit 3e52027702
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
2 changed files with 11 additions and 1 deletions

View File

@ -395,7 +395,7 @@
- openstack/openstack-helm-infra
- openstack/openstack-helm
post-run: playbooks/osh-infra-collect-logs.yaml
nodeset: openstack-helm-single-node
nodeset: openstack-helm-single-expanded
vars:
osh_params:
openstack_release: stein

View File

@ -167,4 +167,14 @@
- name: primary
nodes:
- primary
- nodeset:
name: openstack-helm-single-expanded
nodes:
- name: primary
label: ubuntu-bionic-expanded-vexxhost
groups:
- name: primary
nodes:
- primary
...