Re: [controller-dev] How to conveniently deploy odl cluster

2017-03-20 Thread bjb
Hello Alexis: In the docker deploy, are three dockers deployed on the same linux server? If so, how to deal with the openflow port 6633? Each controller must expose port 6633. if not on the same linux server? How to distribute three dockers on each linux server. Will you use kubernetes

Re: [controller-dev] How to conveniently deploy odl cluster

2017-02-23 Thread Tom Pantelis
Only the RPC building blocks for adding/removing replicas have been implemented upstream. The akka.conf has to be updated as well so the new node can join the existing cluster, which one could script. On Thu, Feb 23, 2017 at 3:53 AM, bjb wrote: > > Thanks a lot for your suggestion. > > I read th

Re: [controller-dev] How to conveniently deploy odl cluster

2017-02-23 Thread bjb
Thanks a lot for your suggestion. I read the setup_cluster.sh, it achieves what I am seeking. I have another doubt, will the odl cluster supports dynamic add or remove cluster member in the future? If so, how to deal with the *.conf. At 2017-02-23 09:23:46, "Jamo Luhrsen" wrote: >also,

Re: [controller-dev] How to conveniently deploy odl cluster

2017-02-22 Thread Jamo Luhrsen
also, there are script(s) packaged with the distribution that should be useful. The one-click 3node cluster setup that Alexis pointed you to consumes those as well, iirc. http://docs.opendaylight.org/en/latest/getting-started-guide/common-features/clustering.html?highlight=clustering#clustering-s

Re: [controller-dev] How to conveniently deploy odl cluster

2017-02-22 Thread Alexis de Talhouët
2017-02-22 6:25 GMT-05:00 bjb : > Hello All: > > I see the steps to deploy a cluster in http://docs.opendaylight. > org/en/latest/getting-started-guide/common-features/ > clustering.html?highlight=clustering > > I need to modify *.conf(akka.conf, modules.conf, module-shards.conf) > on each