qa/ceph-ansible: rule_name is required for pool creation

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
Brad Hubbard 2020-03-30 16:21:14 +10:00
parent c1f3f05011
commit a12353815d

View File

@ -25,8 +25,10 @@ overrides:
cephfs_pools:
- name: "cephfs_data"
pg_num: "64"
rule_name: "replicated_rule"
- name: "cephfs_metadata"
pg_num: "64"
rule_name: "replicated_rule"
dashboard_enabled: false
tasks:
- ssh-keys: