-
Notifications
You must be signed in to change notification settings - Fork 2
/
config-schema.yaml
5 lines (5 loc) · 1.46 KB
/
config-schema.yaml
1
2
3
4
5
expected-from-site-level-config:
condor_host_execution_id: { type: int(), required: true, use_default: false, description: "The execution id of the HTCondor-Batch lightweight component in the site level config file."}
uid_domain: {type: str(), required: true, use_default: true, description: "The UID_DOMAIN macro is used to decide under which user to run jobs. If the $(UID_DOMAIN) on the submitting machine is different than the $(UID_DOMAIN) on the machine that runs a job, then HTCondor runs the job as the user nobody"}
gss_assist_gridmap_cache_expiration: {type: int(), required: true, use_default: true, description: "The length of time, in seconds, to cache the result of the Globus mapping lookup result when using Globus to map certificates to HTCondor user names. The lookup only occurs when the canonical name GSS_ASSIST_GRIDMAP is present in the HTCondor map file. The default value is 0 seconds, which is a special value that disables caching. The cache uses the DN and VOMS FQAN as a key; very rare Globus configurations that utilize other certificate attributes for the mapping may cause the cache to return a different user than Globus."}
per_job_history_dir: {type: str(), required: true, use_default: true, description: "If set to a directory writable by the HTCondor user, when a job leaves the condor_schedd's queue, a copy of the job's ClassAd will be written in that directory. The files are named history, with the job's cluster and process number appended."}