mirror of https://github.com/ceph/ceph-ansible.git
tests: add ceph-override.json for ubuntu/cluster
in addition to 18e2ab4d
this commit adds the same file for ubuntu
testing scenario.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/1988/head
parent
4135091c98
commit
635111bf6a
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"ceph_conf_overrides": {
|
||||||
|
"global": {
|
||||||
|
"osd_pool_default_pg_num": 12
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue