Skip to content

Update gitaly config storage config changes

George Koltsov requested to merge jmd/update-gitaly-config into master

What does this MR do and why?

https://gitlab.com/gitlab-org/gitlab-qa/-/merge_requests/1169+ missed updating the configuration for gitaly in the the praefect and mtls components.

For further context see:

Fixes https://gitlab.com/gitlab-org/gitlab-qa/-/issues/713+

How to set up and validate locally

  • We should check the logs on any running container doesn't encounter any errors similar to
* gitaly['listen_addr'] has been deprecated since 15.10 and was removed in 16.0. In GitLab 15.10, Gitaly's configuration in Omnibus GitLab was changed to structurally match Gitaly's own configuration. Please see the migration instructions at https://docs.gitlab.com/ee/update/#15100
* gitaly['auth_token'] has been deprecated since 15.10 and was removed in 16.0. In GitLab 15.10, Gitaly's configuration in Omnibus GitLab was changed to structurally match Gitaly's own configuration. Please see the migration instructions at https://docs.gitlab.com/ee/update/#15100
* gitaly['storage'] has been deprecated since 15.10 and was removed in 16.0. In GitLab 15.10, Gitaly's configuration in Omnibus GitLab was changed to structurally match Gitaly's own configuration. Please see the migration instructions at https://docs.gitlab.com/ee/update/#15100

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by George Koltsov

Merge request reports