This commit increases the default values for the following variable
consumed in switch-from-non-containerized-to-containerized-ceph-daemons.yml
playbook.
This also moves these variables in `ceph-defaults` role so the user can
set different values if needed.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1783223
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit
3700aa5385a986460f49370b9bfcb762c414d54d)
#handler_health_mgr_check_retries: 5
#handler_health_mgr_check_delay: 10
+## health mon/osds check retries/delay:
+
+#health_mon_check_retries: 20
+#health_mon_check_delay: 10
+#health_osd_check_retries: 20
+#health_osd_check_delay: 10
+
+
###############
# NFS-GANESHA #
###############
#handler_health_mgr_check_retries: 5
#handler_health_mgr_check_delay: 10
+## health mon/osds check retries/delay:
+
+#health_mon_check_retries: 20
+#health_mon_check_delay: 10
+#health_osd_check_retries: 20
+#health_osd_check_delay: 10
+
+
###############
# NFS-GANESHA #
###############
- name: switching from non-containerized to containerized ceph mon
vars:
- health_mon_check_retries: 5
- health_mon_check_delay: 15
containerized_deployment: true
switch_to_containers: True
mon_group_name: mons
- name: switching from non-containerized to containerized ceph osd
vars:
- health_osd_check_retries: 5
- health_osd_check_delay: 15
containerized_deployment: true
osd_group_name: osds
handler_health_mgr_check_retries: 5
handler_health_mgr_check_delay: 10
+## health mon/osds check retries/delay:
+
+health_mon_check_retries: 20
+health_mon_check_delay: 10
+health_osd_check_retries: 20
+health_osd_check_delay: 10
+
+
###############
# NFS-GANESHA #
###############