Merge "ODL-SDNi carbon release notes"
[docs.git] / docs / getting-started-guide / common-features / clustering.rst
index 4202efac501afabea11c09f4087269fe39790140..39f734c39a25d8bba46e72aaa0cef6e87e49dc45 100644 (file)
@@ -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",
                       <url-to-cluster-member-2>,
                       <url-to-cluster-member-3>]
 
@@ -250,7 +252,7 @@ Sample ``akka.conf`` file::
          auto-down-unreachable-after = 10s
 
          roles = [
-           "member-1"
+           "member-2"
          ]
 
        }