File tree Expand file tree Collapse file tree 3 files changed +42
-4
lines changed Expand file tree Collapse file tree 3 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 1414 vars :
1515 cephadm_ceph_release : reef
1616 cephadm_container_engine : podman
17+
18+ - job :
19+ name : cephadm-jammy-multinode-docker-reef
20+ parent : cephadm-base
21+ nodeset : cephadm-jammy-multinode
22+ vars :
23+ cephadm_ceph_release : reef
24+ cephadm_container_engine : docker
25+
26+ - job :
27+ name : cephadm-jammy-multinode-podman-reef
28+ parent : cephadm-base
29+ nodeset : cephadm-jammy-multinode
30+ vars :
31+ cephadm_ceph_release : reef
32+ cephadm_container_engine : podman
Original file line number Diff line number Diff line change 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 : &multinode_nodes
33+ - ceph-1
34+ - ceph-2
35+ - ceph-3
36+ - name : mons
37+ nodes : *multinode_nodes
38+ - name : mgrs
39+ nodes : *multinode_nodes
40+ - name : osds
41+ nodes : *multinode_nodes
Original file line number Diff line number Diff line change 22- project :
33 check :
44 jobs :
5- - cephadm-jammy-singlenode -docker-reef
6- - cephadm-jammy-singlenode -podman-reef
5+ - cephadm-jammy-multinode -docker-reef
6+ - cephadm-jammy-multinode -podman-reef
77 - tox-linters
88 gate :
99 jobs :
10- - cephadm-jammy-singlenode -docker-reef
11- - cephadm-jammy-singlenode -podman-reef
10+ - cephadm-jammy-multinode -docker-reef
11+ - cephadm-jammy-multinode -podman-reef
You can’t perform that action at this time.
0 commit comments