mirror of
https://github.com/ceph/ceph
synced 2025-01-09 04:30:26 +00:00
b1fd615e9f
the client.0's mgr is active mgr for workunit to work. Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
16 lines
300 B
YAML
16 lines
300 B
YAML
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
|