summaryrefslogtreecommitdiffstats
path: root/qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml
blob: 3c298bc03e97bc46f5de153eb179270e582a1206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
tasks:
- install:
    branch: octopus
- print: "**** done install task..."
- print: "**** done start installing octopus cephadm ..."
- cephadm:
    image: quay.ceph.io/ceph-ci/ceph:octopus
    cephadm_branch: octopus
    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: "*"
    # deploy additional mons the "old" (octopus) way
    add_mons_via_daemon_add: true
    avoid_pacific_features: true
- print: "**** done end installing octopus cephadm ..."

- cephadm.shell:
    mon.a:
      - ceph fs volume create foo
- ceph.healthy:

- print: "**** done creating new fs"

- cephadm.shell:
    mon.a:
      - ceph config set mgr mgr/cephadm/use_repo_digest true --force
      - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force
      - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force

- print: "**** done cephadm.shell ceph config set mgr..."

- print: "**** done start parallel"
- parallel:
    - workload
    - upgrade-sequence
- print: "**** done end parallel"