Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Hiltunen <shiltunen@gitlab.com>2020-08-26 19:06:04 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2020-08-26 19:09:33 +0300
commitc26de7df58da7f31e187253cf9ad7f56b0b13d98 (patch)
treece9f9494414246e4c05b0462639f81ba06f421c2
parent16cb2a2fc53334bec89b0afc922880b994e19354 (diff)
update configuration change templatejc-add-config-change-template
-rw-r--r--.gitlab/issue_templates/Config Change.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/.gitlab/issue_templates/Config Change.md b/.gitlab/issue_templates/Config Change.md
index 3806c0861..555ae7062 100644
--- a/.gitlab/issue_templates/Config Change.md
+++ b/.gitlab/issue_templates/Config Change.md
@@ -1,9 +1,12 @@
-# gitaly/praefect config change checklist
+# Gitaly/Praefect configuration change checklist
-When you make a change to the config for Praefect or Gitaly there are a number of steps to ship the change.
+There are a number of projects which depend on Gitaly's or Praefect's configuration. When you change the configuration, please have a look whether the change needs to be propagated to any of the listed projects.
-- [ ] update [omnibus](https://gitlab.com/gitlab-org/omnibus-gitlab) MR LINK
-- [ ] update [GDK](https://gitlab.com/gitlab-org/gitlab-development-kit) MR LINK
-- [ ] update [gitaly config.toml in Charts](https://gitlab.com/gitlab-org/charts/gitlab/-/blob/master/charts/gitlab/charts/gitaly/templates/configmap.yml) MR LINK
-- [ ] update [dev config.toml in CNG](https://gitlab.com/gitlab-org/build/CNG/-/blob/master/dev/gitaly-config/config.toml) MR LINK
-- [ ] update [Gitlab Test Setup](https://gitlab.com/gitlab-org/gitlab) MR LINK
+1. [ ] Update the example configuration files for [Gitaly](https://gitlab.com/gitlab-org/gitaly/-/blob/master/config.toml.example) and [Praefect](https://gitlab.com/gitlab-org/gitaly/-/blob/master/config.praefect.toml.example)
+1. [ ] Update in [omnibus-gitlab](https://gitlab.com/gitlab-org/omnibus-gitlab) the configuration templates for [Gitaly](https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/files/gitlab-cookbooks/gitaly/templates/default/gitaly-config.toml.erb) and [Praefect](https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/files/gitlab-cookbooks/praefect/templates/default/praefect-config.toml.erb): `<MR LINK>`
+1. [ ] Update in [gitlab-development-kit](https://gitlab.com/gitlab-org/gitlab-development-kit) the configuration templates for [Gitaly](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/master/support/templates/gitaly.config.toml.erb) and [Praefect](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/master/support/templates/praefect.config.toml.erb): `<MR LINK>`
+1. [ ] Update in [GitLab Chart](https://gitlab.com/gitlab-org/charts/gitlab) the configuration template for [Gitaly](https://gitlab.com/gitlab-org/charts/gitlab/-/blob/master/charts/gitlab/charts/gitaly/templates/configmap.yml): `<MR LINK>`
+1. [ ] Update in [CNG](https://gitlab.com/gitlab-org/build/CNG) the [development configuration for Gitaly](https://gitlab.com/gitlab-org/build/CNG/-/blob/master/dev/gitaly-config/config.toml) and the [default configuration for Gitaly](https://gitlab.com/gitlab-org/build/CNG/-/blob/master/gitaly/config.toml): `<MR LINK>`
+1. [ ] Update [GitLab test setup](https://gitlab.com/gitlab-org/gitlab): `<MR LINK>`
+1. [ ] Update [gitlab-elasticsearch-indexer](https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer): `<MR LINK>`
+1. [ ] Update [gitlab-workhorse](https://gitlab.com/gitlab-org/gitlab-workhorse): `<MR LINK>`