From: Guillaume Abrioux Date: Thu, 22 Nov 2018 10:33:20 +0000 (+0100) Subject: tests: do not fully override previous ceph_conf_overrides X-Git-Tag: v3.2.0rc5~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=30cec03ae79803d3d453e83679497c032ee8da72;p=ceph-ansible.git tests: do not fully override previous ceph_conf_overrides We run an initial deployment with `osd_pool_default_size: 1` in `ceph_conf_overrides`. When re-running the playbook to test idempotency and handlers, we reset `ceph_conf_overrides`, we must append a new value instead of just overwritting it, otherwise, this can lead to error in the CI. Signed-off-by: Guillaume Abrioux (cherry picked from commit f290e49df86a6c878dfffa4d017537f3be6ff615) --- diff --git a/tests/functional/centos/7/cluster/ceph-override.json b/tests/functional/centos/7/cluster/ceph-override.json index d0df1fa78..cce7e62e8 100644 --- a/tests/functional/centos/7/cluster/ceph-override.json +++ b/tests/functional/centos/7/cluster/ceph-override.json @@ -1,7 +1,8 @@ { "ceph_conf_overrides": { "global": { - "osd_pool_default_pg_num": 12 + "osd_pool_default_pg_num": 12, + "osd_pool_default_size": 1 } }, "cephfs_pools": [