]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/rest/mgr-restful.yaml
import 15.2.0 Octopus source
[ceph.git] / ceph / qa / suites / rados / rest / mgr-restful.yaml
CommitLineData
11fdf7f2
TL
1openstack:
2- volumes: # attached to each instance
3 count: 3
4 size: 10 # GB
31f18b77
FG
5roles:
6- [mon.a, mgr.x, osd.0, osd.1, osd.2, mds.a, client.a]
7tasks:
8- install:
9- ceph:
224ce89b
WB
10 log-whitelist:
11 - overall HEALTH_
d2e6a577 12 - \(MGR_DOWN\)
3efd9988
FG
13 - \(PG_
14 - \(OSD_
15 - \(OBJECT_
9f95a23c 16 - \(OSDMAP_FLAGS\)
31f18b77
FG
17- exec:
18 mon.a:
c07f9fc5
FG
19 - ceph restful create-key admin
20 - ceph restful create-self-signed-cert
d2e6a577 21 - ceph restful restart
31f18b77
FG
22- workunit:
23 clients:
24 client.a:
25 - rest/test-restful.sh
d2e6a577
FG
26- exec:
27 mon.a:
28 - ceph restful delete-key admin
29 - ceph restful list-keys | jq ".admin" | grep null
30