X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=blobdiff_plain;f=cis%2Fcis_lb%2Fconfig.py;h=410fe27e81c652f163b5e71458e2521d74273a3b;hp=878775b8121e7d8616f9e4f8d9e592f37cabd5e0;hb=141bdb84bf143c29a6c50eef3aee18541d2fc0e4;hpb=66dc2204a919e2c29b2aa9330ea18026d58540d9 diff --git a/cis/cis_lb/config.py b/cis/cis_lb/config.py index 878775b..410fe27 100644 --- a/cis/cis_lb/config.py +++ b/cis/cis_lb/config.py @@ -2,15 +2,20 @@ # CIS URLs CIS_URLS = [ \ 'http://p2p-next-01.grid.pub.ro:31500/', \ + 'http://p2p-next-02.grid.pub.ro:31500/', \ 'http://p2p-next-03.grid.pub.ro:31500/', \ 'http://p2p-next-04.grid.pub.ro:31500/', \ 'http://p2p-next-05.grid.pub.ro:31500/', \ 'http://p2p-next-06.grid.pub.ro:31500/', \ 'http://p2p-next-07.grid.pub.ro:31500/', \ 'http://p2p-next-08.grid.pub.ro:31500/', \ + 'http://p2p-next-09.grid.pub.ro:31500/', \ 'http://p2p-next-10.grid.pub.ro:31500/' \ ] +import load_balancer.random_lb +LOAD_BALANCER = load_balancer.random_lb.RandomLoadBalancer + import logger LOG_LEVEL = logger.LOG_LEVEL_DEBUG