summaryrefslogtreecommitdiffstats
path: root/qa/suites/upgrade/nautilus-x/stress-split/1-ceph-install/nautilus.yaml
blob: 7f97631df84ccbab70cc279844e35c28922df710 (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
meta:
- desc: install ceph/nautilus latest
tasks:
- install:
    exclude_packages:
      - ceph-mgr-cephadm
      - cephadm
      - libcephfs-dev
    branch: nautilus
- print: "**** done install nautilus"
- ceph:
    conf:
      global:
        bluestore_warn_on_legacy_statfs: false
        bluestore warn on no per pool omap: false
        mon pg warn min per osd: 0
    log-ignorelist:
      - Not found or unloadable
      - evicting unresponsive client
- exec:
    osd.0:
      - ceph osd require-osd-release nautilus
      - ceph osd set-require-min-compat-client nautilus
- print: "**** done ceph"
- rgw:
   - client.0
- print: "**** done => started rgw client.0"
overrides:
  ceph:
    conf:
      mon:
        mon warn on osd down out interval zero: false