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