Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#6 adding condor components for functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Mar 15, 2016
1 parent 16ef5ed commit 859b5f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ansible/roles/condor/templates/condor_config.local.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

#CONDOR_HOST = $(FULL_HOSTNAME)
CONDOR_HOST = {{ condor.host }}
COLLECTOR_HOST = $(CONDOR_HOST):9618

## Pool's short description

COLLECTOR_NAME = {{environment_name}} Condor Pool at $(CONDOR_HOST)
COLLECTOR_NAME = {{ environment_name }} Condor Pool at $(CONDOR_HOST)

## When is this machine willing to start a job?

Expand All @@ -37,7 +38,8 @@ KILL = FALSE
## The list is a comma or space separated list of subsystem names

#DAEMON_LIST = COLLECTOR, MASTER, NEGOTIATOR, SCHEDD, STARTD
DAEMON_LIST = MASTER, SCHEDD, CREDD
#DAEMON_LIST = MASTER, SCHEDD, CREDD
DAEMON_LIST = COLLECTOR, MASTER, NEGOTIATOR, SCHEDD, CREDD, STARTD

## Sets how often the condor_negotiator starts a negotiation cycle.
## It is defined in seconds and defaults to 60 (1 minute).
Expand Down Expand Up @@ -66,3 +68,6 @@ JAVA = /usr/bin/java

EVENT_LOG_MAX_SIZE = 1000000000
EVENT_LOG_MAX_ROTATIONS = 3

# odum: adding this per error
GROUP_QUOTA = 0

0 comments on commit 859b5f9

Please sign in to comment.