Skip to content

Commit 3d46af1

Browse files
committed
[stable-only] Remove unsupported bionic nodeset
Ubuntu bionic is no longer supported and we need to remove its nodeset A dummy nodesets were defined in master (2026.2) branch which is enough to avoid the zuul config error. NOTE: master change for bionic cleanup was merged late and missed the stable/2026.1 branch cut deadline. Change-Id: I3930142a5cec2a6aaaf9721f9c00e0f8b029edb6 Signed-off-by: Ghanshyam Maan <[email protected]>
1 parent 1fdcb5e commit 3d46af1

1 file changed

Lines changed: 0 additions & 75 deletions

File tree

.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-almalinux-10
4333
nodes:
@@ -263,36 +253,6 @@
263253
nodes:
264254
- compute1
265255

266-
- nodeset:
267-
name: openstack-two-node-bionic
268-
nodes:
269-
- name: controller
270-
label: ubuntu-bionic
271-
- name: compute1
272-
label: ubuntu-bionic
273-
groups:
274-
# Node where tests are executed and test results collected
275-
- name: tempest
276-
nodes:
277-
- controller
278-
# Nodes running the compute service
279-
- name: compute
280-
nodes:
281-
- controller
282-
- compute1
283-
# Nodes that are not the controller
284-
- name: subnode
285-
nodes:
286-
- compute1
287-
# Switch node for multinode networking setup
288-
- name: switch
289-
nodes:
290-
- controller
291-
# Peer nodes for multinode networking setup
292-
- name: peers
293-
nodes:
294-
- compute1
295-
296256
- nodeset:
297257
name: openstack-three-node-focal
298258
nodes:
@@ -328,41 +288,6 @@
328288
- compute1
329289
- compute2
330290

331-
- nodeset:
332-
name: openstack-three-node-bionic
333-
nodes:
334-
- name: controller
335-
label: ubuntu-bionic
336-
- name: compute1
337-
label: ubuntu-bionic
338-
- name: compute2
339-
label: ubuntu-bionic
340-
groups:
341-
# Node where tests are executed and test results collected
342-
- name: tempest
343-
nodes:
344-
- controller
345-
# Nodes running the compute service
346-
- name: compute
347-
nodes:
348-
- controller
349-
- compute1
350-
- compute2
351-
# Nodes that are not the controller
352-
- name: subnode
353-
nodes:
354-
- compute1
355-
- compute2
356-
# Switch node for multinode networking setup
357-
- name: switch
358-
nodes:
359-
- controller
360-
# Peer nodes for multinode networking setup
361-
- name: peers
362-
nodes:
363-
- compute1
364-
- compute2
365-
366291
- nodeset:
367292
name: devstack-two-node-debian-bookworm
368293
nodes:

0 commit comments

Comments
 (0)