From 19038ef209ac793bfd752ff325668250e70fba79 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 10 Apr 2019 16:28:52 -0700 Subject: [PATCH] Add basic nodesets for opendev tenant users This adds two basic nodesets for opendev tenant users. Centos 7 and Ubuntu Bionic. Change-Id: I4aa6d2d9315ba05d9e80c1c6fb2e082bd89dcc63 --- zuul.d/nodesets.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 zuul.d/nodesets.yaml diff --git a/zuul.d/nodesets.yaml b/zuul.d/nodesets.yaml new file mode 100644 index 0000000..1d3db19 --- /dev/null +++ b/zuul.d/nodesets.yaml @@ -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