Merge "CI: Increase mariadb_monitor_read_only_interval and RMQ timeouts"

This commit is contained in:
Zuul 2024-12-16 21:18:50 +00:00 committed by Gerrit Code Review
commit 56454a0a64

View File

@ -145,6 +145,10 @@ cinder_cluster_name: "kolla_ceph"
glance_backend_ceph: "yes"
cinder_backend_ceph: "yes"
nova_backend_ceph: "yes"
# RabbitMQ tuning
rabbitmq_cluster_partition_handling: "autoheal"
rabbitmq_extra_config:
cluster_keepalive_interval: 50000
# Redis for coordination
enable_redis: "yes"
@ -261,3 +265,7 @@ enable_skyline: "yes"
enable_skyline: "yes"
skyline_enable_sso: "yes"
{% endif %}
{% if groups['all'] | length > 1 %}
mariadb_monitor_read_only_interval: "30000"
{% endif %}