Errors in GitLab QA Omnibus Configuration for Gitaly | Removed configurations found in gitlab.rb. Aborting reconfigure.
`praefect` and `mtls` jobs in `master` are failing during GitLab QA Omnibus Configuration with the following errors: ``` There was an error running gitlab-ctl reconfigure: Removed configurations found in gitlab.rb. Aborting reconfigure. Removals: * 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 ``` Example jobs: - https://gitlab.com/gitlab-org/gitlab/-/jobs/4303741587 - https://gitlab.com/gitlab-org/gitlab/-/jobs/4303741691 It appears we may still be using the old Gitaly configuration for `Test::Integration` scenarios: - https://gitlab.com/gitlab-org/gitlab-qa/-/blob/master/lib/gitlab/qa/scenario/test/integration/praefect.rb#L33 - https://gitlab.com/gitlab-org/gitlab-qa/-/blob/master/lib/gitlab/qa/scenario/test/integration/mtls.rb#L108
issue