Skip to content

Commit bc29ad3

Browse files
committed
Start testing using multiple nodes
1 parent 3ddd452 commit bc29ad3

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

zuul.d/jobs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
- job:
3-
name: cephadm-jammy-singlenode-docker-reef
3+
name: cephadm-jammy-multinode-docker-reef
44
parent: cephadm-base
5-
nodeset: cephadm-jammy-single
5+
nodeset: cephadm-jammy-multinode
66
vars:
77
cephadm_ceph_release: reef
88
cephadm_container_engine: docker
99

1010
- job:
11-
name: cephadm-jammy-singlenode-podman-reef
11+
name: cephadm-jammy-multinode-podman-reef
1212
parent: cephadm-base
13-
nodeset: cephadm-jammy-single
13+
nodeset: cephadm-jammy-multinode
1414
vars:
1515
cephadm_ceph_release: reef
1616
cephadm_container_engine: podman

zuul.d/nodesets.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,34 @@
1717
- name: osds
1818
nodes:
1919
- primary
20+
21+
- nodeset:
22+
name: cephadm-jammy-multinode
23+
nodes:
24+
- name: ceph-1
25+
label: ubuntu-jammy
26+
- name: ceph-2
27+
label: ubuntu-jammy
28+
- name: ceph-3
29+
label: ubuntu-jammy
30+
groups:
31+
- name: ceph
32+
nodes:
33+
- ceph-1
34+
- ceph-2
35+
- ceph-3
36+
- name: mons
37+
nodes:
38+
- ceph-1
39+
- ceph-2
40+
- ceph-3
41+
- name: mgrs
42+
nodes:
43+
- ceph-1
44+
- ceph-2
45+
- ceph-3
46+
- name: osds
47+
nodes:
48+
- ceph-1
49+
- ceph-2
50+
- ceph-3

0 commit comments

Comments
 (0)