Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / rados / rest / rest_test.yaml
1 roles:
2 - - mon.a
3   - mgr.x
4   - mds.a
5   - osd.0
6   - osd.1
7 - - mon.b
8   - mon.c
9   - osd.2
10   - osd.3
11   - client.0
12
13 openstack:
14 - volumes: # attached to each instance
15     count: 2
16     size: 10 # GB
17
18 tasks:
19 - install:
20 - ceph:
21     fs: xfs
22     log-whitelist:
23       - overall HEALTH
24       - \(OSDMAP_FLAGS\)
25       - \(OSD_
26       - \(PG_
27       - \(POOL_
28       - \(CACHE_POOL_
29       - \(SMALLER_PGP_NUM\)
30       - \(OBJECT_
31       - \(REQUEST_SLOW\)
32       - \(SLOW_OPS\)
33       - \(TOO_FEW_PGS\)
34       - but it is still running
35     conf:
36       client.rest0:
37         debug ms: 1
38         debug objecter: 20
39         debug rados: 20
40 - rest-api: [client.0]
41 - workunit:
42     clients:
43       client.0:
44          - rest/test.py