mirror of https://github.com/ceph/ceph
16 lines
375 B
YAML
16 lines
375 B
YAML
|
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.restart: [mgr.x]
|
||
|
- workunit:
|
||
|
clients:
|
||
|
client.a:
|
||
|
- rest/test-restful.sh
|