ceph/qa/suites/rados/rest/mgr-restful.yaml

17 lines
431 B
YAML
Raw Normal View History

roles:
- [mon.a, mgr.x, osd.0, osd.1, osd.2, mds.a, client.a]
tasks:
- install:
- ceph:
- exec:
mon.a:
- ceph config-key put mgr/restful/x/server_addr 127.0.0.1
- ceph config-key put mgr/restful/x/server_port 9999
- ceph tell mgr.x restful create-key admin
- ceph tell mgr.x restful create-self-signed-cert
- ceph.restart: [mgr.x]
- workunit:
clients:
client.a:
- rest/test-restful.sh