Hello All

Previously we used to start 3 node cluster from command line as below.

root@mininet-vm:/home/mininet/integration/test/tools/clustering/cluster-deployer#
 ./deploy_odl.py --clean 
--distribution=/home/mininet/controller-Li/distribution-karaf-0.4.0-SNAPSHOT.zip
 --rootdir=/home/mininet/controller-Li 
--hosts=10.183.181.51,10.183.181.52,10.183.181.53 --user=root 
--password=rootroot --template=/multi-node-test

Now it seems to be have changed as not seeing /temp in /cluster-deployer

Getting below error when I tried using latest cloned /integration/test

root@mininet-vm:/home/mininet/integration/test/tools/clustering/cluster-deployer#
 ./deploy_odl.py --clean 
--distribution=/home/mininet/controller-Li/distribution-karaf-0.4.0-SNAPSHOT.zip
 --rootdir=/home/mininet/controller-Li 
--hosts=10.183.181.51,10.183.181.52,10.183.181.53 --user=root 
--password=rootroot --template=/multi-node-test
Traceback (most recent call last):
  File "./deploy_odl.py", line 290, in <module>
    main()
  File "./deploy_odl.py", line 287, in main
    deployers[x].deploy()
  File "./deploy_odl.py", line 172, in deploy
    "RPC_SEED_NODES": array_str(self.rpc_seed_nodes)
  File "./deploy_odl.py", line 98, in render
    with open(os.getcwd() + "/temp/" + output_path, "w") as myfile:
IOError: [Errno 2] No such file or directory: 
'/home/mininet/integration/test/tools/clustering/cluster-deployer/temp/akka.conf'


May I know what is the new way of starting cluster ? some pointers would be 
help full.

Thanks
Sanjib
_______________________________________________
openflowplugin-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev

Reply via email to