Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / rados / rest / mgr-restful.yaml
1 roles:
2 - [mon.a, mgr.x, osd.0, osd.1, osd.2, mds.a, client.a]
3 tasks:
4 - install:
5 - ceph:
6     log-whitelist:
7       - overall HEALTH_
8       - \(MGR_DOWN\)
9       - \(PG_
10       - \(OSD_
11       - \(OBJECT_
12 - exec:
13     mon.a:
14       - ceph restful create-key admin
15       - ceph restful create-self-signed-cert
16       - ceph restful restart
17 - workunit:
18     clients:
19       client.a:
20         - rest/test-restful.sh
21 - exec:
22     mon.a:
23       - ceph restful delete-key admin
24       - ceph restful list-keys | jq ".admin" | grep null
25