ceph/qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml
Vasu Kulkarni b1fd615e9f Stop the mgr on node which is not client, this will ensure
the client.0's mgr is active mgr for workunit to work.

Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2017-09-08 10:00:49 -07:00

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