53 |
|
'glidein': global_url,\ |
54 |
|
'lsf': global_url,\ |
55 |
|
'caf': caf_url,\ |
56 |
< |
'sge': global_url |
56 |
> |
'sge': global_url, |
57 |
> |
'arc': global_url |
58 |
|
} |
59 |
|
dbs_url_default = dbs_url_map[(common.scheduler.name()).lower()] |
60 |
|
|
67 |
|
else: |
68 |
|
msg = "DLS type %s not among the supported DLS ( DLS_TYPE_DLI and DLS_TYPE_MYSQL ) "%type |
69 |
|
raise CrabException(msg) |
70 |
< |
common.logger.debug(5,"DLS interface: %s Server %s"%(type,endpoint)) |
70 |
> |
common.logger.debug("DLS interface: %s Server %s"%(type,endpoint)) |
71 |
|
try: |
72 |
|
self.api = dlsClient.getDlsApi(dls_type=type,dls_endpoint=endpoint) |
73 |
|
except dlsApi.DlsApiError, inst: |