Skip to content

Commit e5e2663

Browse files
committed
Drop openstack-*-node-bionic nodeset definitions
In order to be able to edit these on the master branch, we need to drop them on the stable branches first. Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: Ibf1bf5454a4dd63b617963b70ce9bfec83de4916
1 parent 5237044 commit e5e2663

File tree

1 file changed

+0
-75
lines changed

1 file changed

+0
-75
lines changed

.zuul.yaml

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@
2828
nodes:
2929
- controller
3030

31-
- nodeset:
32-
name: openstack-single-node-bionic
33-
nodes:
34-
- name: controller
35-
label: ubuntu-bionic
36-
groups:
37-
- name: tempest
38-
nodes:
39-
- controller
40-
4131
- nodeset:
4232
name: devstack-single-node-centos-9-stream
4333
nodes:
@@ -201,36 +191,6 @@
201191
nodes:
202192
- compute1
203193

204-
- nodeset:
205-
name: openstack-two-node-bionic
206-
nodes:
207-
- name: controller
208-
label: ubuntu-bionic
209-
- name: compute1
210-
label: ubuntu-bionic
211-
groups:
212-
# Node where tests are executed and test results collected
213-
- name: tempest
214-
nodes:
215-
- controller
216-
# Nodes running the compute service
217-
- name: compute
218-
nodes:
219-
- controller
220-
- compute1
221-
# Nodes that are not the controller
222-
- name: subnode
223-
nodes:
224-
- compute1
225-
# Switch node for multinode networking setup
226-
- name: switch
227-
nodes:
228-
- controller
229-
# Peer nodes for multinode networking setup
230-
- name: peers
231-
nodes:
232-
- compute1
233-
234194
- nodeset:
235195
name: openstack-three-node-focal
236196
nodes:
@@ -266,41 +226,6 @@
266226
- compute1
267227
- compute2
268228

269-
- nodeset:
270-
name: openstack-three-node-bionic
271-
nodes:
272-
- name: controller
273-
label: ubuntu-bionic
274-
- name: compute1
275-
label: ubuntu-bionic
276-
- name: compute2
277-
label: ubuntu-bionic
278-
groups:
279-
# Node where tests are executed and test results collected
280-
- name: tempest
281-
nodes:
282-
- controller
283-
# Nodes running the compute service
284-
- name: compute
285-
nodes:
286-
- controller
287-
- compute1
288-
- compute2
289-
# Nodes that are not the controller
290-
- name: subnode
291-
nodes:
292-
- compute1
293-
- compute2
294-
# Switch node for multinode networking setup
295-
- name: switch
296-
nodes:
297-
- controller
298-
# Peer nodes for multinode networking setup
299-
- name: peers
300-
nodes:
301-
- compute1
302-
- compute2
303-
304229
- job:
305230
name: devstack-base
306231
parent: openstack-multinode-fips

0 commit comments

Comments
 (0)