Merge "CI: Fine tune Galera gmcast.peer_timeout to 15 seconds"
This commit is contained in:
commit
ae41287129
@ -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 }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user