Skip to content
Snippets Groups Projects
Commit ae412871 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 28e4da7f b0503892
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@ docker_custom_config:
# in the CI gate.
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_horizon: "{{ dashboard_enabled }}"
enable_heat: "{{ openstack_core_tested }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment