From: Guillaume Abrioux Date: Thu, 5 Oct 2017 10:59:29 +0000 (+0200) Subject: tests: add ceph-override.json for ubuntu/cluster X-Git-Tag: v3.0.0rc17~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1988%2Fhead;p=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 --- diff --git a/tests/functional/ubuntu/16.04/cluster/ceph-override.json b/tests/functional/ubuntu/16.04/cluster/ceph-override.json new file mode 100644 index 000000000..9a3af9436 --- /dev/null +++ b/tests/functional/ubuntu/16.04/cluster/ceph-override.json @@ -0,0 +1,7 @@ +{ + "ceph_conf_overrides": { + "global": { + "osd_pool_default_pg_num": 12 + } + } +}