Skip to content

Update Praefect defaults in gitlab.rb template

Will Chandler requested to merge wc-praefect-template-cleanup into master

What does this MR do?

A number of Praefect settings in the gitlab.rb template are out of date or set. This MR updates these to the current defaults.

  • Remove praefect['virtual_storage_name'] as this conflicts with praefect['virtual_storages'] and should not be used
  • Set praefect['failover_enabled'] to true in example. False will disable Gitaly Cluster's HA capabilities
  • Remove praefect['failover_election_strategy'] as is no longer configurable as of 14.0 and must be set to per_repository

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • trigger-package has a green pipeline running against latest commit
Edited by Will Chandler

Merge request reports