# In production only use tscc uses sftp/ssl. # comet and gordon working dirs are cross mounted in production # but on our dev sites we use sftp for them. # Contrary to what you'd expect if you have maxconn = 0 # here, SSLConnectionPool will hardcode it to 10. In cipres-dev.properties I have # a connection pool size of 10 for submitJobD and loadResultsD so I can end up # needing more than 10 connections, I think. # Oct/2013: use tscc-login.sdsc.edu round robins between two nodes. # Unfortunately, there's a significant delay after you make mods to files via # one node before it's visible on the other, so we have to use the same node # to stage a job and then run it. I just picked tscc-login2 since it doesn't # matter which we use. tscc.host=tscc-login2.sdsc.edu tscc.username=${triton.username} tscc.keyFile=${keyFile} tscc.minconn=0 tscc.maxconn=${ssl.maxconn} tscc.end comet.host=comet.sdsc.edu comet.username=${comet.username} comet.keyFile=${keyFile} comet.minconn=0 comet.maxconn=${ssl.maxconn} comet.end expanse.host=login.expanse.sdsc.edu expanse.username=${expanse.username} expanse.keyFile=${keyFile} expanse.minconn=0 expanse.maxconn=${ssl.maxconn} expanse.end popeye.host=popeye.sdsc.edu popeye.username=${popeye.username} popeye.keyFile=${keyFile} popeye..minconn=0 popeye.maxconn=${ssl.maxconn} popeye.end gordon.host=gordon.sdsc.edu gordon.username=${gordon.username} gordon.keyFile=${keyFile} gordon.minconn=0 gordon.maxconn=${ssl.maxconn} gordon.end