Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / rados / singleton / all / mon-seesaw.yaml
1 roles:
2 - - mon.a
3   - mgr.x
4   - osd.0
5   - osd.1
6   - osd.2
7 openstack:
8   - volumes: # attached to each instance
9       count: 3
10       size: 10 # GB
11 tasks:
12 - install:
13 - ceph:
14     config:
15       global:
16         osd pool default min size : 1
17       osd:
18         debug monc: 1
19         debug ms: 1
20     log-whitelist:
21       - overall HEALTH
22       - Manager daemon
23       - \(MGR_DOWN\)
24 - mon_seesaw:
25 - ceph_manager.create_pool:
26     kwargs:
27       pool_name: test
28       pg_num: 1
29 - ceph_manager.wait_for_clean:
30     kwargs:
31       timeout: 60