]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml
import quincy beta 17.1.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:
9 image: docker.io/ceph/daemon-base:latest-pacific
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
25- print: "**** done start parallel"
26- parallel:
27 - workload
28 - upgrade-sequence
29- print: "**** done end parallel"