]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml
update ceph source to reef 18.2.0
[ceph.git] / ceph / qa / suites / upgrade / pacific-x / parallel / 1-tasks.yaml
CommitLineData
20effc67
TL
1tasks:
2- install:
3 branch: pacific
4 exclude_packages:
5 - ceph-volume
6- print: "**** done install task..."
7- print: "**** done start installing pacific cephadm ..."
8- cephadm:
1e59de90 9 image: quay.ceph.io/ceph-ci/ceph:pacific
20effc67
TL
10 cephadm_branch: pacific
11 cephadm_git_url: https://github.com/ceph/ceph
12 conf:
13 osd:
14 #set config option for which cls modules are allowed to be loaded / used
15 osd_class_load_list: "*"
16 osd_class_default_list: "*"
17- print: "**** done end installing pacific cephadm ..."
18
19- print: "**** done start cephadm.shell ceph config set mgr..."
20- cephadm.shell:
21 mon.a:
22 - ceph config set mgr mgr/cephadm/use_repo_digest true --force
23- print: "**** done cephadm.shell ceph config set mgr..."
24
1e59de90
TL
25- print: "**** done start telemetry pacific..."
26- workunit:
27 clients:
28 client.0:
29 - test_telemetry_pacific.sh
30- print: "**** done end telemetry pacific..."
31
20effc67
TL
32- print: "**** done start parallel"
33- parallel:
34 - workload
35 - upgrade-sequence
36- print: "**** done end parallel"
1e59de90
TL
37
38- print: "**** done start telemetry x..."
39- workunit:
40 clients:
41 client.0:
42 - test_telemetry_pacific_x.sh
43- print: "**** done end telemetry x..."