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:
authorJacob Vosmaer <jacob@gitlab.com>2017-09-12 12:23:01 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-09-12 18:21:56 +0300
commit65832869aabdbc7a4743215da8fb230cc7c5298b (patch)
tree114ccb32ddf88a313975eea4b24ebd4a29f2888e
parentafd5929cad5a99628ba7c667eaf21876d5ee9b88 (diff)
Test cluster Gitaly nodes don't need Redis anymore
-rw-r--r--_support/test-cluster/gitaly1/etc-gitlab/gitlab.rb3
-rw-r--r--_support/test-cluster/gitaly2/etc-gitlab/gitlab.rb3
2 files changed, 0 insertions, 6 deletions
diff --git a/_support/test-cluster/gitaly1/etc-gitlab/gitlab.rb b/_support/test-cluster/gitaly1/etc-gitlab/gitlab.rb
index 7807433f8..97fd512da 100644
--- a/_support/test-cluster/gitaly1/etc-gitlab/gitlab.rb
+++ b/_support/test-cluster/gitaly1/etc-gitlab/gitlab.rb
@@ -18,9 +18,6 @@ nginx['enable'] = false
gitlab_rails['rake_cache_clear'] = false
gitlab_rails['auto_migrate'] = false
-gitlab_rails['redis_host'] = 'app1'
-gitlab_rails['redis_port'] = 6379
-
# Use the remote internal API
gitlab_rails['internal_api_url'] = 'http://app1:80'
diff --git a/_support/test-cluster/gitaly2/etc-gitlab/gitlab.rb b/_support/test-cluster/gitaly2/etc-gitlab/gitlab.rb
index 3a944aae7..be06496b6 100644
--- a/_support/test-cluster/gitaly2/etc-gitlab/gitlab.rb
+++ b/_support/test-cluster/gitaly2/etc-gitlab/gitlab.rb
@@ -21,9 +21,6 @@ nginx['enable'] = false
gitlab_rails['rake_cache_clear'] = false
gitlab_rails['auto_migrate'] = false
-gitlab_rails['redis_host'] = 'app1'
-gitlab_rails['redis_port'] = 6379
-
# Use the remote internal API
gitlab_rails['internal_api_url'] = 'http://app1:80'