mirror of
https://github.com/ceph/ceph
synced 2025-01-25 04:24:24 +00:00
d12c51ca91
so we can avoid the warnings like grep: Unmatched ( or \( because we pass the whitelisted string to `egrep -v "$1"` directly. Signed-off-by: Kefu Chai <kchai@redhat.com>
18 lines
350 B
YAML
18 lines
350 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
|