This website requires JavaScript.
Explore
Help
Register
Sign In
ceph
/
ceph-ansible
mirror of
https://github.com/ceph/ceph-ansible.git
Watch
1
Star
0
Fork
You've already forked ceph-ansible
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2aa53fb0f5
ceph-ansible
/
tests
/
functional
/
centos
/
7
/
cluster
/
ceph-override.json
9 lines
115 B
JSON
Raw
Normal View
History
Unescape
Escape
test: add handler support Add idempotency and handler test. Signed-off-by: Sébastien Han <seb@redhat.com>
2017-10-03 04:46:28 +08:00
{
"ceph_conf_overrides"
:
{
"global"
:
{
ci: re-add osd_pool_default_size to 1 with the override If we don't do this the client will create pools with a replica 3 since osd_pool_default_size was gone in ceph-override.json. This was making switch_to_containers failing. Signed-off-by: Sébastien Han <seb@redhat.com>
2017-10-08 23:29:32 +08:00
"osd_pool_default_pg_num"
:
12
,
"osd_pool_default_size"
:
1
test: add handler support Add idempotency and handler test. Signed-off-by: Sébastien Han <seb@redhat.com>
2017-10-03 04:46:28 +08:00
}
}
}