blob: 8e389134b924a21a5761e46bd189dec3ef6a67b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
tasks:
- exec:
mgr.x:
- systemctl stop ceph-mgr.target
- sleep 5
- ceph -s
- exec:
mon.a:
- ceph restful create-key admin
- ceph restful create-self-signed-cert
- ceph restful restart
- workunit:
clients:
client.0:
- rest/test-restful.sh
|