mirror of
https://github.com/ceph/ceph
synced 2025-02-15 06:48:22 +00:00
Henceforth, we'll require explicit `allow` caps for commands, or for the config-key service. Blanket caps are no longer allowed for the config-key service, except for 'allow *'. Signed-off-by: Joao Eduardo Luis <joao@suse.de>
18 lines
235 B
YAML
18 lines
235 B
YAML
roles:
|
|
- - mon.a
|
|
- mgr.x
|
|
- osd.0
|
|
- osd.1
|
|
- osd.2
|
|
- client.0
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
log-whitelist:
|
|
- overall HEALTH_
|
|
- \(AUTH_BAD_CAPS\)
|
|
- workunit:
|
|
clients:
|
|
all:
|
|
- mon/test_config_key_caps.sh
|