Update gitaly config storage config changes
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:
- https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6866+
- https://docs.gitlab.com/ee/update/#gitaly-omnibus-gitlab-configuration-structure-change
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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by George Koltsov