X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fgetting-started-guide%2Fcommon-features%2Fclustering.rst;h=39f734c39a25d8bba46e72aaa0cef6e87e49dc45;hb=46a770bfc0d935117a818151b893986469b1eb01;hp=4202efac501afabea11c09f4087269fe39790140;hpb=3c78f5271ab2664dec29d56d1bfbfec5a13027b8;p=docs.git diff --git a/docs/getting-started-guide/common-features/clustering.rst b/docs/getting-started-guide/common-features/clustering.rst index 4202efac5..39f734c39 100644 --- a/docs/getting-started-guide/common-features/clustering.rst +++ b/docs/getting-started-guide/common-features/clustering.rst @@ -85,6 +85,8 @@ To implement clustering, the deployment considerations are as follows: that it can rejoin the cluster. Once a restarted node joins a cluster, it will synchronize with the lead node automatically. +.. _getting-started-clustering-scripts: + Clustering Scripts ------------------ @@ -163,7 +165,7 @@ do the following on each machine: address of any of the machines that will be part of the cluster:: cluster { - seed-nodes = ["akka.tcp://opendaylight-cluster-data@127.0.0.1:2550", + seed-nodes = ["akka.tcp://opendaylight-cluster-data@${IP_OF_MEMBER1}:2550", , ] @@ -250,7 +252,7 @@ Sample ``akka.conf`` file:: auto-down-unreachable-after = 10s roles = [ - "member-1" + "member-2" ] }