Merge "CI: Fine tune Galera gmcast.peer_timeout to 15 seconds"

This commit is contained in:
Zuul 2020-02-21 07:09:38 +00:00 committed by Gerrit Code Review
commit ae41287129

View File

@ -19,6 +19,10 @@ docker_custom_config:
# in the CI gate. # in the CI gate.
keepalived_virtual_router_id: "{{ 250 | random(1) }}" keepalived_virtual_router_id: "{{ 250 | random(1) }}"
# MariaDB/Galera - fine tune gmcast.peer_timeout
mariadb_wsrep_extra_provider_options:
- "gmcast.peer_timeout=PT15S"
enable_openstack_core: "{{ openstack_core_enabled }}" enable_openstack_core: "{{ openstack_core_enabled }}"
enable_horizon: "{{ dashboard_enabled }}" enable_horizon: "{{ dashboard_enabled }}"
enable_heat: "{{ openstack_core_tested }}" enable_heat: "{{ openstack_core_tested }}"