1 |
# config file for lcg-info-dynamic-scheduler plugin |
2 |
# this version is configured to use the PBS/maui specific plugins |
3 |
# located in the current directory |
4 |
|
5 |
# the format is defined in the documentation of the python |
6 |
# ConfigParser module. Sections/options defined inline in |
7 |
# this version. |
8 |
|
9 |
[Main] |
10 |
# static_ldif_file is the file containing the static version of the |
11 |
# required LDIF output. It is used here to search for the |
12 |
# GlueCEUniqueIDs and the VOs associated with each one. |
13 |
static_ldif_file: @TARGPREFIX@/@CONFIGSUFFIX@/static-file-CE.ldif |
14 |
|
15 |
# vomap is a list of key : value pairs. They deal with the situation |
16 |
# where the group names reported by the two backends (LRMS and scheduler) |
17 |
# might not be the same as the VO names. Where the names are different, |
18 |
# put a line here like 'groupname : voname', one pair per line. |
19 |
# For VOs where the group/vo names are the same, no need to put them |
20 |
# here but it won't hurt either. |
21 |
# all lines after the first need to be indented by at least one space |
22 |
# in order to be recognized as part of 'vomap'. |
23 |
|
24 |
vomap : |
25 |
alice:alice |
26 |
alicesgm:alice |
27 |
astrop:astrop |
28 |
atlas:atlas |
29 |
atlsgm:atlas |
30 |
biome:biomed |
31 |
biomesgm:biomed |
32 |
cms:cms |
33 |
cmssgm:cms |
34 |
dans:dans |
35 |
dteam:dteam |
36 |
dzero:dzero |
37 |
emutd:emutd |
38 |
esr:esr |
39 |
geant:geant4 |
40 |
lhcb:lhcb |
41 |
lhcbsgm:lhcb |
42 |
ncf:ncf |
43 |
ops:ops |
44 |
phicos:phicos |
45 |
phicosgm:phicos |
46 |
pvier:pvier |
47 |
ridgrd:ridgrid |
48 |
vldbi:vldbi |
49 |
vledut:vledut |
50 |
vlefi:vlefi |
51 |
vlemed:vlemed |
52 |
vlibu:vlibu |
53 |
|
54 |
[LRMS] |
55 |
# one could put a command here that generates data to stdout, or |
56 |
# cat a file that has been generated by other means |
57 |
lrms_backend_cmd : @TARGPREFIX@/@SCRIPTSUFFIX@/lrmsinfo-pbs |
58 |
|
59 |
[Scheduler] |
60 |
# same with the option below. Note that the entire Scheduler section |
61 |
# is optional, the generic script contains defaults should Scheduler |
62 |
# be absent. |
63 |
vo_max_jobs_cmd : @TARGPREFIX@/@SCRIPTSUFFIX@/vomaxjobs-maui |
64 |
|
65 |
cycle_time : 0 |