Akka config change 25/9925/1
authorAbhishek Kumar <abhishk2@cisco.com>
Wed, 13 Aug 2014 19:13:58 +0000 (12:13 -0700)
committerAbhishek Kumar <abhishk2@cisco.com>
Wed, 13 Aug 2014 19:13:58 +0000 (12:13 -0700)
Renamed host name from localhost to 127.0.0.1
Some jenkins slaves are unable to resolve localhost

Change-Id: I4079dccc33616eea135a516f4cf6f8335f3df50d
Signed-off-by: Abhishek Kumar <abhishk2@cisco.com>
opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/application.conf

index 874d3fcb90a412169c9ddd7c00c4d9dfbd25354e..459eb78903b6dc09b0739b49198a71d71f05c2f2 100644 (file)
@@ -17,13 +17,13 @@ odl-cluster{
 
       log-remote-lifecycle-events = off
       netty.tcp {
-        hostname = "localhost"
+        hostname = "127.0.0.1"
         port = 2551
       }
     }
 
     cluster {
-      seed-nodes = ["akka.tcp://opendaylight-rpc@localhost:2551"]
+      seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2551"]
 
       auto-down-unreachable-after = 10s
     }
@@ -52,13 +52,13 @@ memberA{
 
       log-remote-lifecycle-events = off
       netty.tcp {
-        hostname = "localhost"
+        hostname = "127.0.0.1"
         port = 2551
       }
     }
 
     cluster {
-      seed-nodes = ["akka.tcp://opendaylight-rpc@localhost:2551"]
+      seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2551"]
 
       auto-down-unreachable-after = 10s
     }
@@ -77,13 +77,13 @@ memberB{
 
       log-remote-lifecycle-events = off
       netty.tcp {
-        hostname = "localhost"
+        hostname = "127.0.0.1"
         port = 2552
       }
     }
 
     cluster {
-      seed-nodes = ["akka.tcp://opendaylight-rpc@localhost:2551"]
+      seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2551"]
 
       auto-down-unreachable-after = 10s
     }
@@ -102,13 +102,13 @@ memberC{
 
       log-remote-lifecycle-events = off
       netty.tcp {
-        hostname = "localhost"
+        hostname = "127.0.0.1"
         port = 2553
       }
     }
 
     cluster {
-      seed-nodes = ["akka.tcp://opendaylight-rpc@localhost:2551"]
+      seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2551"]
 
       auto-down-unreachable-after = 10s
     }