Skip to content

Commit 02da0c4

Browse files
author
Ghanshyam Mann
committed
Add focal nodeset
This commit adds the focal nodeset for multinode so that those can be used for projects side jobs or testing. We need to define these as first step to avoid any conflict on nodeset name if project started defining these. Example: three node focal nodeset is already defined in x/tobiko, fixing the same in depends on. -I30a6bb63269f031a74f9bff6c765d59d91088797 Depends-On: https://review.opendev.org/#/c/738128/ Change-Id: I5ce49f7a7d52d00555c14b08864bc8975956b20c Story: #2007865 Task: #40212
1 parent 5728158 commit 02da0c4

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

.zuul.yaml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,36 @@
108108
nodes:
109109
- compute1
110110

111+
- nodeset:
112+
name: openstack-two-node-focal
113+
nodes:
114+
- name: controller
115+
label: ubuntu-focal
116+
- name: compute1
117+
label: ubuntu-focal
118+
groups:
119+
# Node where tests are executed and test results collected
120+
- name: tempest
121+
nodes:
122+
- controller
123+
# Nodes running the compute service
124+
- name: compute
125+
nodes:
126+
- controller
127+
- compute1
128+
# Nodes that are not the controller
129+
- name: subnode
130+
nodes:
131+
- compute1
132+
# Switch node for multinode networking setup
133+
- name: switch
134+
nodes:
135+
- controller
136+
# Peer nodes for multinode networking setup
137+
- name: peers
138+
nodes:
139+
- compute1
140+
111141
- nodeset:
112142
name: openstack-two-node-bionic
113143
nodes:
@@ -168,6 +198,41 @@
168198
nodes:
169199
- compute1
170200

201+
- nodeset:
202+
name: openstack-three-node-focal
203+
nodes:
204+
- name: controller
205+
label: ubuntu-focal
206+
- name: compute1
207+
label: ubuntu-focal
208+
- name: compute2
209+
label: ubuntu-focal
210+
groups:
211+
# Node where tests are executed and test results collected
212+
- name: tempest
213+
nodes:
214+
- controller
215+
# Nodes running the compute service
216+
- name: compute
217+
nodes:
218+
- controller
219+
- compute1
220+
- compute2
221+
# Nodes that are not the controller
222+
- name: subnode
223+
nodes:
224+
- compute1
225+
- compute2
226+
# Switch node for multinode networking setup
227+
- name: switch
228+
nodes:
229+
- controller
230+
# Peer nodes for multinode networking setup
231+
- name: peers
232+
nodes:
233+
- compute1
234+
- compute2
235+
171236
- nodeset:
172237
name: openstack-three-node-bionic
173238
nodes:

0 commit comments

Comments
 (0)