weekly sdnr code sync
[ccsdk/features.git] / sdnr / wt / devicemanager / provider / src / test / resources / captured-akka.conf
1
2 odl-cluster-data {
3
4   akka {
5     loglevel = ""
6     remote {
7       netty.tcp {
8         hostname = "zltcdyh1arbc02.2f0377.dyh1a.tci.att.com"
9         port = 2550
10       }
11     }
12     actor {
13     debug{
14         autoreceive = on
15         lifecycle = on
16         unhandled = on
17         fsm = on
18         event-stream = on
19      }
20     }
21     cluster {
22       seed-nodes = ["akka.tcp://opendaylight-cluster-data@zltcdyh1arbc01.2f0377.dyh1a.tci.att.com:2550", "akka.tcp://opendaylight-cluster-data@zltcdyh1arbc02.2f0377.dyh1a.tci.att.com:2550", "akka.tcp://opendaylight-cluster-data@zltcdyh1arbc03.2f0377.dyh1a.tci.att.com:2550", "akka.tcp://opendaylight-cluster-data@zltcdyh1brbc01.f84e7a.dyh1b.tci.att.com:2550", "akka.tcp://opendaylight-cluster-data@zltcdyh1brbc02.f84e7a.dyh1b.tci.att.com:2550", "akka.tcp://opendaylight-cluster-data@zltcdyh1brbc03.f84e7a.dyh1b.tci.att.com:2550"]
23       seed-node-timeout = 15s
24       roles = ["member-2"]
25
26     }
27     persistence {
28     journal-plugin-fallback {
29          circuit-breaker {
30             max-failures = 10
31             call-timeout = 60s
32             reset-timeout = 30s
33          }
34      }
35     }
36   }
37 }
38
39 odl-cluster-rpc {
40
41   akka {
42     loglevel = ""
43     remote {
44       netty.tcp {
45         hostname = "zltcdyh1arbc02.2f0377.dyh1a.tci.att.com"
46         port = 2551
47       }
48     }
49     actor {
50     debug{
51         autoreceive = on
52         lifecycle = on
53         unhandled = on
54         fsm = on
55         event-stream = on
56      }
57     }
58     cluster {
59     seed-nodes = ["akka.tcp://odl-cluster-rpc@zltcdyh1arbc01.2f0377.dyh1a.tci.att.com:2551", "akka.tcp://odl-cluster-rpc@zltcdyh1arbc02.2f0377.dyh1a.tci.att.com:2551", "akka.tcp://odl-cluster-rpc@zltcdyh1arbc03.2f0377.dyh1a.tci.att.com:2551", "akka.tcp://odl-cluster-rpc@zltcdyh1brbc01.f84e7a.dyh1b.tci.att.com:2551", "akka.tcp://odl-cluster-rpc@zltcdyh1brbc02.f84e7a.dyh1b.tci.att.com:2551", "akka.tcp://odl-cluster-rpc@zltcdyh1brbc03.f84e7a.dyh1b.tci.att.com:2551"]
60         seed-node-timeout = 15s
61     }
62     persistence {
63     journal-plugin-fallback {
64          circuit-breaker {
65             max-failures = 10
66             call-timeout = 60s
67             reset-timeout = 30s
68          }
69      }
70      }
71   }
72 }