########################################################################## # This is a condor_config.local file sample to be used on the pool nodes,# # which DO NOT run condor_had, i.e. they submission and/or execution # # machines. Use another file for configuring central managers # ########################################################################## #unset these variables - they are deprecated NEGOTIATOR_HOST= CONDOR_HOST= ## For simplicity we define a variable for each central manager in the pool. ## Here we define only two central managers, but we tested up to 5, ## and in theory this number is not bounded. ## Please substituted them with the hostnames of central managers in your pool CENTRAL_MANAGER1 = cm1.cs.technion.ac.il CENTRAL_MANAGER2 = cm2.cs.technion.ac.il ## List of all central managers in the pool ## These hosts are for example only. Please change them to ## the hostnames of the central managers in your pool COLLECTOR_HOST = $(CENTRAL_MANAGER1),$(CENTRAL_MANAGER2) ##-------------------------------------------------------------------- ## Host/IP access levels ##-------------------------------------------------------------------- ## Please see the administrator's manual for details on these ## settings, what they're for, and how to use them. ## Negotiator access. Machines listed here are trusted central ## managers. You should normally not have to change this. HOSTALLOW_NEGOTIATOR = $(COLLECTOR_HOST) ## Now, with flocking (and HA) we need to let the SCHEDD trust the other ## negotiators we are flocking with as well. You should normally ## not have to change this either. HOSTALLOW_NEGOTIATOR_SCHEDD = $(COLLECTOR_HOST)