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:
authorJames Fargher <proglottis@gmail.com>2020-05-21 05:33:31 +0300
committerJames Fargher <proglottis@gmail.com>2020-05-21 05:33:31 +0300
commit322d655cd74069953839ad7847e8e81e5c93d237 (patch)
tree98a5acfa677fc3e0ff10cc1d65062696ae768e97
parent0a1723b87c4145753696e2394846e5808be0bc7b (diff)
parent48eaddcd6fb1c683b4501cd848121e39ed2dfc41 (diff)
Merge branch 'smh-add-conf-doc' into 'master'
Add documentation about propagating configuration changes See merge request gitlab-org/gitaly!2198
-rw-r--r--doc/beginners_guide.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/beginners_guide.md b/doc/beginners_guide.md
index 971842a7a..f0b6bf711 100644
--- a/doc/beginners_guide.md
+++ b/doc/beginners_guide.md
@@ -83,6 +83,15 @@ In general there are a couple of stages to go through, in order:
1. Change [Gitaly][gitaly] accordingly
1. Use the endpoint in other GitLab components (CE/EE, GitLab Workhorse, etc.)
+
+##### Configuration changes
+
+When modifying Gitaly's or Praefect's configuration, the changes should be propagated to other GitLab projects that
+rely on them:
+
+1. [gitlab/omnibus-gitlab](https://gitlab.com/gitlab-org/omnibus-gitlab) contains template files that are used to generate Gitaly's and Praefect's configuration.
+2. [gitlab/CNG](https://gitlab.com/gitlab-org/build/CNG) contains configuration required to run Gitaly in a container.
+
##### Gitaly Proto
The [Protocol buffer documentation][proto-docs] combined with the