tasks: - install: branch: pacific exclude_packages: - ceph-volume - print: "**** done install task..." - print: "**** done start installing pacific cephadm ..." - cephadm: image: quay.ceph.io/ceph-ci/ceph:pacific cephadm_branch: pacific cephadm_git_url: https://github.com/ceph/ceph conf: osd: #set config option for which cls modules are allowed to be loaded / used osd_class_load_list: "*" osd_class_default_list: "*" - print: "**** done end installing pacific cephadm ..." - print: "**** done start cephadm.shell ceph config set mgr..." - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest true --force - print: "**** done cephadm.shell ceph config set mgr..." - print: "**** done start telemetry pacific..." - workunit: clients: client.0: - test_telemetry_pacific.sh - print: "**** done end telemetry pacific..." - print: "**** done start parallel" - parallel: - workload - upgrade-sequence - print: "**** done end parallel" - print: "**** done start telemetry x..." - workunit: clients: client.0: - test_telemetry_pacific_x.sh - print: "**** done end telemetry x..."