-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlas.pipe
55 lines (55 loc) · 1.7 KB
/
atlas.pipe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"cache_seconds": 3600,
"machinetypes":
[
{
"suffix": "vm-mcore",
"accounting_fqan": "/atlas/Role=NULL/Capability=NULL",
"backoff_seconds": 600,
"fizzle_seconds": 600,
"heartbeat_file": "heartbeat",
"heartbeat_seconds": 600,
"machine_model": "cernvm3",
"min_wallclock_seconds": 260000,
"max_wallclock_seconds": 300000,
"min_processors": 8,
"max_processors": 8,
"root_image": "https://repo.gridpp.ac.uk/vacproject/atlas/cernvm4.iso",
"target_share": 0.0,
"user_data": "https://repo.gridpp.ac.uk/vacproject/atlas/user_data_SL7",
"user_data_proxy": "true"
},
{
"suffix": "vm-mcore-sl6",
"accounting_fqan": "/atlas/Role=NULL/Capability=NULL",
"backoff_seconds": 600,
"fizzle_seconds": 600,
"heartbeat_file": "heartbeat",
"heartbeat_seconds": 600,
"machine_model": "cernvm3",
"min_wallclock_seconds": 260000,
"max_wallclock_seconds": 300000,
"min_processors": 8,
"max_processors": 8,
"root_image": "https://repo.gridpp.ac.uk/vacproject/atlas/cernvm3.iso",
"target_share": 1.0,
"user_data": "https://repo.gridpp.ac.uk/vacproject/atlas/user_data",
"user_data_proxy": "true"
},
{
"suffix": "vm-score",
"accounting_fqan": "/atlas/Role=NULL/Capability=NULL",
"backoff_seconds": 600,
"fizzle_seconds": 600,
"heartbeat_file": "heartbeat",
"heartbeat_seconds": 600,
"machine_model": "cernvm3",
"min_wallclock_seconds": 260000,
"max_wallclock_seconds": 300000,
"root_image": "https://repo.gridpp.ac.uk/vacproject/atlas/cernvm3.iso",
"target_share": 0.0,
"user_data": "https://repo.gridpp.ac.uk/vacproject/atlas/user_data",
"user_data_proxy": "true"
}
]
}