forked from mjmottram/grid_tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autowms.conf
23 lines (22 loc) · 847 Bytes
/
autowms.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
JdlDefaultAttributes = [
RetryCount = 3;
rank = - other.GlueCEStateEstimatedResponseTime;
PerusalFileEnable = false;
AllowZippedISB = true;
requirements = other.GlueCEStateStatus == "Production";
ShallowRetryCount = 10;
SignificantAttributes = {"Requirements", "Rank", "FuzzyRank"};
MyProxyServer = "myproxy.gridpp.rl.ac.uk";
];
ErrorStorage = "/tmp";
VirtualOrganisation = "snoplus.snolab.ca";
ListenerStorage = "/tmp";
WMProxyEndpoints = {"https://svr022.gla.scotgrid.ac.uk:7443/glite_wms_wmproxy_server",
"https://svr023.gla.scotgrid.ac.uk:7443/glite_wms_wmproxy_server",
"https://wms01.grid.hep.ph.ic.ac.uk:7443/glite_wms_wmproxy_server",
"https://wms02.grid.hep.ph.ic.ac.uk:7443/glite_wms_wmproxy_server"};
WorkloadManagerProxy = [
maxInputSandboxFiles = 20;
];
]