################################################################ # ***** UI Configuration file ***** # # # # filename : UI_ConfigENV.cfg # # begin : Mon Oct 15 # # author : Fabrizio Pacini # # email : fpacini@datamat.it # # copyright : (C) 2001 by DATAMAT # # # ################################################################ // $Id: UI_ConfigENV.cfg.in,v 1.8.2.2 2002/09/16 09:52:56 maraska Exp $ ################################################################ # LB addresses are in the format: # # # # [://][:] # # # # such a line for each LB accessible by the UI. # # If not provided the protocol is set to https. # # If not provided the port number is set to 7846. # # # # A list of LB addresses can be specified (a line for each # # address). # # When info about all jobs owned by the user are requested # # (e.g. dg-job-status -all) all listed LBs are contacted # # and asked for job information. # ################################################################ %%beginLB%% https://edt003.cnaf.infn.it:7846 %%endLB%% ################################################################ # RB addresses are in the format: # # # # [:] # # # # such a line for each RB accessible by the UI. # # If not provided the port number is set to 7771. # # Addresses containing the protocol are not accepted # # # # A list of RB addresses can be specified in priority # # order (a line for each address). At job submission the UI # # tries to connect to the first RB in the list and in case # # of failure automatically retries with the other listed # # RBs until success. # # # # When cancelling all jobs owned by the user, all listed # # RBs are contacted and asked for job deletion. # ################################################################ %%beginRB%% edt003.cnaf.infn.it:7771 %%endRB%% ################################################################ # UI needed environment settings # # and corresponding default values # # Format is always = . # ################################################################ ## Stage IN/OUT Storage Paths ## DEFAULT_STORAGE_AREA_IN = /tmp ## Default values for Mandatory Attributes ## requirements = (other.GlueCEStateStatus == "Production") rank = - other.GlueCEStateEstimatedResponseTime ## Job Submission User Interface Version Version = 1.2.19 ## Default location for storage of log files ErrorStorage= /tmp ## Default values for number of Retries on Fatal Error: RetryCountLB = 1 RetryCountJobId = 1 ## Number of timeout seconds for dg-log-transfer API call LoggingTimeout = 10