mirror of
https://github.com/ceph/ceph
synced 2025-02-03 17:03:51 +00:00
93de19adcf
Signed-off-by: Sage Weil <sage@redhat.com>
20 lines
493 B
YAML
20 lines
493 B
YAML
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, osd.2, mds.a, client.a]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
log-whitelist:
|
|
- overall HEALTH_
|
|
- (MGR_DOWN)
|
|
- 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
|