2 # This is a Glidein Frontend config file
4 # It is made of python code that must define the following variables
13 # How will it be known advertized as
16 # Where is the Factory collector
17 # Set to None if the same as for the jobs
20 # List of schedds containing jobs
21 schedd_names=['sfiligoi@cms-xen6.fnal.gov']
23 # If not all the jobs of the schedd has to be considered,
24 # specify the appropriate constraint
25 job_constraint='(JobUniverse==5) && (Owner=="sfiligoi")'
27 # String for matching jobs to glideins
30 # How much pressure should I apply to the entry points
31 max_idle_glideins_per_entry=100
33 # What is the max number of running jobs I want to get to
34 max_running_jobs=10000
37 # At least GLIDEIN_Collector must be defined
38 glidein_params={"GLIDEIN_Collector":"cms-xen6.fnal.gov","GLIDEIN_Start":'Owner=="sfiligoi"}
40 # Where to store log files
41 # Possibly put it in a dedicated directory
42 log_dir='/tmp/glideFrontendLogs_%s'%frontend_name