Advertisement
dfarrell07

grep_cluster_port_2550_test_repo

Mar 8th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # grep 2550 in https://git.opendaylight.org/gerrit/gitweb?p=integration/test.git
  2.  
  3. csit/variables/clustering/member_down.json:5: "arguments" : ["akka.tcp://opendaylight-cluster-data@{member_ip}:2550"]
  4. csit/libraries/ConfGen.py:39: seed_nodes = [u'akka.tcp://opendaylight-cluster-data@{}:2550'.format(ip) for ip in nodes_ip_list]
  5. tools/clustering/cluster-deployer/templates/exploratory/akka.conf.template:44: port = 2550
  6. tools/clustering/cluster-deployer/templates/openflow/akka.conf.template:45: port = 2550
  7. tools/clustering/cluster-deployer/templates/multi-node-test/akka.conf.template:45: port = 2550
  8. tools/clustering/cluster-deployer/templates/lithium_all/akka.conf.template:44: port = 2550
  9. tools/clustering/cluster-deployer/templates/dsbenchmark/akka.conf.template:44: port = 2550
  10. tools/clustering/cluster-deployer/deploy.py:264: hosts[x] + ":2550")
  11. tools/clustering/cluster-tools/cluster_check.py:58: # "akka.tcp://opendaylight-cluster-data@10.106.138.137:2550"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement