ceph-ansible/roles/ceph-rgw/tasks
Guillaume Abrioux f0195e97ed refact osd pool size customization
Add real default value for osd pool size customization.
Ceph itself has an `osd_pool_default_size` default value to `3`.

If users don't specify a pool size in various pools definition within
ceph-ansible, we should default to `3`.

By the way, this kind of condition isn't really clear:
```
when:
  - rbd_pool_size | default ("")
```

we should try to get the customized value then default to what is in
`osd_pool_default_size` (which has its default value pointing to
`ceph_osd_pool_default_size` (`3`) as well) and compare it to
`ceph_osd_pool_default_size`.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 7774069d45)
2018-11-29 01:49:05 +00:00
..
docker don't use "include" to include tasks 2018-09-27 17:53:40 +02:00
multisite rgw: add rgw_multisite for containerized deployments 2018-10-30 14:00:28 +01:00
common.yml Add ceph_keyring_permissions variable to control permissions for 2018-06-28 15:48:39 +00:00
main.yml refact osd pool size customization 2018-11-29 01:49:05 +00:00
openstack-keystone.yml name includes and set_fact for clarity 2017-09-18 23:39:46 +02:00
pre_requisite.yml refactor the way we copy keys 2018-04-18 16:46:33 +02:00
start_radosgw.yml roles: ceph-rgw: Enable the ceph-radosgw target 2018-09-03 15:48:58 +02:00