forked from iris-ac-uk/iris-euclid-vm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheuclid.pipe
30 lines (30 loc) · 1.04 KB
/
euclid.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
{
"cache_seconds": 3600,
"machinetypes":
[
{
"accounting_fqan": "/iris.ac.uk/euclid/Role=NULL/Capability=NULL",
"backoff_seconds": 600,
"fizzle_seconds": 600,
"heartbeat_file": "heartbeat",
"heartbeat_seconds": 600,
"machine_model": "cernvm3",
"min_wallclock_seconds": 50000,
"max_wallclock_seconds": 100000,
"max_processors": 1,
"root_image": "https://repo.gridpp.ac.uk/vacproject/vacuumvpn/cernvm4.iso",
"suffix": "dev",
"target_share": 1.0,
"user_data": "https://repo.gridpp.ac.uk/iris/euclid/user_data_euclid",
"user_data_file_hostcert": "hostcert.pem",
"user_data_file_hostkey": "hostkey.pem",
"user_data_option_slurm_vpn_hostname": "vm20.blackett.manchester.ac.uk",
"user_data_option_slurm_vpn_port": "1194",
"user_data_option_nfs_vpn_hostname": "vm37.blackett.manchester.ac.uk",
"user_data_option_nfs_vpn_port": "1194",
"user_data_option_nfs_addr": "10.9.0.1",
"user_data_option_nfs_remote_path": "/srv/euclid",
"user_data_option_nfs_local_path": "/data"
}
]
}