14 |
# static_ldif_file is the file containing the static version of the |
# static_ldif_file is the file containing the static version of the |
15 |
# required LDIF output. It is used here to search for the |
# required LDIF output. It is used here to search for the |
16 |
# GlueCEUniqueIDs and the VOs associated with each one. |
# GlueCEUniqueIDs and the VOs associated with each one. |
17 |
static_ldif_file: @CONFIGDIR@/static-file-CE.ldif |
static_ldif_file: @TARGPREFIX@/@CONFIGSUFFIX@/static-file-CE.ldif |
18 |
|
|
19 |
# vomap is a list of key : value pairs. They deal with the situation |
# vomap is a list of key : value pairs. They deal with the situation |
20 |
# where the group names reported by the two backends (LRMS and scheduler) |
# where the group names reported by the two backends (LRMS and scheduler) |
64 |
# One could put a command here that writes the required LRMS state |
# One could put a command here that writes the required LRMS state |
65 |
# information to stdout; here we just get info from a text file. |
# information to stdout; here we just get info from a text file. |
66 |
|
|
67 |
lrms_backend_cmd : cat @SCRIPTDIR@/lrm-backend-output.example |
lrms_backend_cmd : cat @TARGPREFIX@/@SCRIPTSUFFIX@/lrm-backend-output.example |
68 |
|
|
69 |
[Scheduler] |
[Scheduler] |
70 |
# One could put a command here that writes the required scheduler |
# One could put a command here that writes the required scheduler |
74 |
# is optional, the generic script contains defaults should Scheduler |
# is optional, the generic script contains defaults should Scheduler |
75 |
# be absent. |
# be absent. |
76 |
|
|
77 |
vo_max_jobs_cmd : cat @SCRIPTDIR@/vo-max-slot.example |
vo_max_jobs_cmd : cat @TARGPREFIX@/@SCRIPTSUFFIX@/vo-max-slot.example |
78 |
|
|
79 |
cycle_time : 0 |
cycle_time : 0 |