Add basic nodesets for opendev tenant users

This adds two basic nodesets for opendev tenant users. Centos 7 and
Ubuntu Bionic.

Change-Id: I4aa6d2d9315ba05d9e80c1c6fb2e082bd89dcc63
This commit is contained in:
Clark Boylan 2019-04-10 16:28:52 -07:00
parent 103a013994
commit 19038ef209
1 changed files with 12 additions and 0 deletions

12
zuul.d/nodesets.yaml Normal file
View File

@ -0,0 +1,12 @@
# Super basic default nodesets for opendev projects
- nodeset:
name: centos-7
nodes:
- name: centos-7
label: centos-7
- nodeset:
name: ubuntu-bionic
nodes:
- name: ubuntu-bionic
label: ubuntu-bionic