summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/upgrade/jewel-x/parallel/1-jewel-install/jewel.yaml
blob: c64b2cded2947010e7680528d411d36a4cedf9db (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
overrides:
  ceph:
    conf:
      client.0:
        debug ms: 1
        debug client: 10
        debug monc: 10
      client.1:
        debug ms: 1
        debug client: 10
        debug monc: 10
      client.2:
        debug ms: 1
        debug client: 10
        debug monc: 10
      client.3:
        debug ms: 1
        debug client: 10
        debug monc: 10
meta:
- desc: |
   install ceph/jewel latest
   run workload and upgrade-sequence in parallel
   upgrade the client node
tasks:
- install:
    branch: jewel
    exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
- print: "**** done installing jewel"
- ceph:
    skip_mgr_daemons: true
    add_osds_to_crush: true
    log-whitelist:
      - overall HEALTH_
      - \(FS_
      - \(MDS_
      - \(OSD_
      - \(MON_DOWN\)
      - \(CACHE_POOL_
      - \(POOL_
      - \(MGR_DOWN\)
      - \(PG_
      - Monitor daemon marked osd
      - Behind on trimming
      - is unresponsive
    conf:
      global:
        mon warn on pool no app: false
- print: "**** done ceph"
- install.upgrade:
    mon.a:
    mon.b:
- print: "**** done install.upgrade mon.a and mon.b"
- parallel:
    - workload
    - upgrade-sequence
- print: "**** done parallel"
- install.upgrade:
    client.0:
- print: "**** done install.upgrade on client.0"