mirror of
https://github.com/ceph/ceph
synced 2025-02-02 16:34:31 +00:00
b28c300258
Signed-off-by: John Spray <john.spray@redhat.com>
18 lines
348 B
YAML
18 lines
348 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 restful create-key admin
|
|
- ceph restful create-self-signed-cert
|
|
- ceph.restart: [mgr.x]
|
|
- workunit:
|
|
clients:
|
|
client.a:
|
|
- rest/test-restful.sh
|