mirror of https://github.com/ceph/ceph-ansible.git
ab54fe20ec
By running ceph-ansible there are a lot ``[DEPRECATION WARNING]`` like these: ``` [DEPRECATION WARNING]: evaluating containerized_deployment as a bare variable, this behaviour will go away and you might need to add |bool to the expression in the future. Also see CONDITIONAL_BARE_VARS configuration toggle.. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ``` Now appended ``| bool`` on a lot of the affected variables. Sometimes the coding style from ``variable|bool`` changed to ``variable | bool`` *(with spaces at the pipe)*. Closes: #4022 Signed-off-by: L3D <l3d@c3woc.de> |
||
---|---|---|
.. | ||
add-mdss | ||
add-mgrs | ||
add-mons | ||
add-osds | ||
add-rbdmirrors | ||
add-rgws | ||
all_daemons | ||
collocation | ||
dashboard | ||
infra_lv_create | ||
lvm-auto-discovery | ||
lvm-batch | ||
lvm-osds | ||
migrate_ceph_disk_to_ceph_volume | ||
ooo-collocation | ||
podman | ||
rgw-multisite | ||
shrink_mon | ||
shrink_osd | ||
tests | ||
.gitignore | ||
dev_setup.yml | ||
lvm_setup.yml | ||
reboot.yml | ||
rgw_multisite.yml | ||
rhcs_setup.yml | ||
setup.yml |