]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/rest/mgr-restful.yaml
update sources to v12.1.3
[ceph.git] / 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 - exec:
10 mon.a:
11 - ceph restful create-key admin
12 - ceph restful create-self-signed-cert
13 - ceph restful restart
14 - workunit:
15 clients:
16 client.a:
17 - rest/test-restful.sh
18 - exec:
19 mon.a:
20 - ceph restful delete-key admin
21 - ceph restful list-keys | jq ".admin" | grep null
22