aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/setup/install-cluster.md
diff options
context:
space:
mode:
authortobias-trabelsi-sonarsource <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com>2020-06-03 10:01:43 +0200
committersonartech <sonartech@sonarsource.com>2020-06-03 20:04:43 +0000
commit6841db5dea25f3121a0851ec2ca706c5bb122347 (patch)
treed82d99f3c5f3fad0bb6f61e42541a7a8a0c780db /server/sonar-docs/src/pages/setup/install-cluster.md
parent947685909fbdee4146a59c67cc706b5e7f530876 (diff)
downloadsonarqube-6841db5dea25f3121a0851ec2ca706c5bb122347.tar.gz
sonarqube-6841db5dea25f3121a0851ec2ca706c5bb122347.zip
DOCS mentioned sonar.cluster.node.host is mandatory
Diffstat (limited to 'server/sonar-docs/src/pages/setup/install-cluster.md')
-rw-r--r--server/sonar-docs/src/pages/setup/install-cluster.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/install-cluster.md b/server/sonar-docs/src/pages/setup/install-cluster.md
index e32694f9292..fdb75c46395 100644
--- a/server/sonar-docs/src/pages/setup/install-cluster.md
+++ b/server/sonar-docs/src/pages/setup/install-cluster.md
@@ -88,6 +88,7 @@ sonar.cluster.enabled=true
sonar.cluster.hosts=ip1,ip2
sonar.cluster.search.hosts=ip3,ip4,ip5
sonar.cluster.node.type=application
+sonar.cluster.node.host=ip1
sonar.auth.jwtBase64Hs256Secret=YOURGENERATEDSECRET
...
```
@@ -99,6 +100,7 @@ sonar.cluster.enabled=true
sonar.cluster.hosts=ip1,ip2
sonar.cluster.search.hosts=ip3,ip4,ip5
sonar.cluster.node.type=application
+sonar.cluster.node.host=ip2
sonar.auth.jwtBase64Hs256Secret=YOURGENERATEDSECRET
...
```
@@ -111,6 +113,7 @@ sonar.auth.jwtBase64Hs256Secret=YOURGENERATEDSECRET
sonar.cluster.enabled=true
sonar.cluster.search.hosts=ip3,ip4,ip5
sonar.cluster.node.type=search
+sonar.cluster.node.host=ip3
sonar.search.host=ip3
...
```
@@ -121,6 +124,7 @@ sonar.search.host=ip3
sonar.cluster.enabled=true
sonar.cluster.search.hosts=ip3,ip4,ip5
sonar.cluster.node.type=search
+sonar.cluster.node.host=ip4
sonar.search.host=ip4
...
```
@@ -131,6 +135,7 @@ sonar.search.host=ip4
sonar.cluster.enabled=true
sonar.cluster.search.hosts=ip3,ip4,ip5
sonar.cluster.node.type=search
+sonar.cluster.node.host=ip5
sonar.search.host=ip5
...
```