51 |
|
self.proxyValid=0 |
52 |
|
self.dontCheckProxy=int(cfg_params.get("GRID.dont_check_proxy",0)) |
53 |
|
self.space_token = cfg_params.get("USER.space_token",None) |
54 |
< |
try: |
55 |
< |
self.proxyServer = Downloader("http://cmsdoc.cern.ch/cms/LCG/crab/config/").config("myproxy_server.conf") |
56 |
< |
self.proxyServer = self.proxyServer.strip() |
57 |
< |
if self.proxyServer is None: |
58 |
< |
raise CrabException("myproxy_server.conf retrieved but empty") |
59 |
< |
except Exception, e: |
60 |
< |
common.logger.info("Problem setting myproxy server endpoint: using myproxy.cern.ch") |
61 |
< |
common.logger.debug(e) |
62 |
< |
self.proxyServer= 'myproxy.cern.ch' |
54 |
> |
self.proxyServer= 'myproxy.cern.ch' |
55 |
|
self.group = cfg_params.get("GRID.group", None) |
56 |
|
self.role = cfg_params.get("GRID.role", None) |
57 |
|
self.VO = cfg_params.get('GRID.virtual_organization','cms') |