aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/test/resources/captured-akka.conf
blob: 8489f090566b9a4402947a1280e9efda0e43d189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
odl-cluster-data {

  akka {
    loglevel = ""
    remote {
      netty.tcp {
        hostname = "zltcdyh1arbc02.2f0377.dyh1a.tci.att.com"
        port = 2550
      }
    }
    actor {
    debug{
        autoreceive = on
        lifecycle = on
        unhandled = on
        fsm = on
        event-stream = on
     }
    }
    cluster {
      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"]
      seed-node-timeout = 15s
      roles = ["member-2"]

    }
    persistence {
    journal-plugin-fallback {
         circuit-breaker {
            max-failures = 10
            call-timeout = 60s
            reset-timeout = 30s
         }
     }
    }
  }
}

odl-cluster-rpc {

  akka {
    loglevel = ""
    remote {
      netty.tcp {
        hostname = "zltcdyh1arbc02.2f0377.dyh1a.tci.att.com"
        port = 2551
      }
    }
    actor {
    debug{
        autoreceive = on
        lifecycle = on
        unhandled = on
        fsm = on
        event-stream = on
     }
    }
    cluster {
    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"]
        seed-node-timeout = 15s
    }
    persistence {
    journal-plugin-fallback {
         circuit-breaker {
            max-failures = 10
            call-timeout = 60s
            reset-timeout = 30s
         }
     }
     }
  }
}