Commit d2e4e914 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'ps-2503-verify-internal-url' into 'master'

Verify internal URL configuration.

Closes gitaly#2503

See merge request gitlab-org/gitlab!27800
parents c28e97a7 15256333
......@@ -541,6 +541,12 @@ Particular attention should be shown to:
gitlab-ctl reconfigure
```
1. Verify each `gitlab-shell` on each Gitaly instance can reach GitLab. On each Gitaly instance run:
```shell
/opt/gitlab/embedded/service/gitlab-shell/bin/check -config /opt/gitlab/embedded/service/gitlab-shell/config.yml
```
1. Verify that GitLab can reach Praefect:
```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment