X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-remoterpc-connector%2Fsrc%2Ftest%2Fresources%2Fapplication.conf;h=b578d6f04f087c8d4a3451c26149495538aaf800;hb=d5a00419b66920905e68ff857f44d3a0ab417db7;hp=874d3fcb90a412169c9ddd7c00c4d9dfbd25354e;hpb=c911a187bdcd6160c1929e53466cd9de681c2098;p=controller.git diff --git a/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/application.conf b/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/application.conf index 874d3fcb90..b578d6f04f 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/application.conf +++ b/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/application.conf @@ -1,6 +1,6 @@ odl-cluster{ akka { - loglevel = "INFO" + loglevel = "DEBUG" #log-config-on-start = on actor { @@ -17,13 +17,13 @@ odl-cluster{ log-remote-lifecycle-events = off netty.tcp { - hostname = "localhost" - port = 2551 + hostname = "127.0.0.1" + port = 2550 } } cluster { - seed-nodes = ["akka.tcp://opendaylight-rpc@localhost:2551"] + seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2550"] auto-down-unreachable-after = 10s } @@ -45,6 +45,9 @@ memberA{ loggers = ["akka.event.slf4j.Slf4jLogger"] actor { provider = "akka.cluster.ClusterActorRefProvider" + debug { + #lifecycle = on + } } remote { log-received-messages = off @@ -52,13 +55,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 +80,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 +105,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 }