-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf7t-api-config.local-env.yaml
93 lines (93 loc) · 2.53 KB
/
f7t-api-config.local-env.yaml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
apis_root_path: ""
doc_servers:
- url: "http://localhost:8000"
description: "Local environment"
auth:
authentication:
scopes: {}
tokenUrl: "http://keycloak:8080/auth/realms/kcrealm/protocol/openid-connect/token"
publicCerts:
- "http://keycloak:8080/auth/realms/kcrealm/protocol/openid-connect/certs"
ssh_credentials:
fireuser:
private_key: "secret_file:/run/secrets/ssh_private_key_fireuser"
public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJOZWkEPhVLsQ7pHI09A7XU8YXYUG0x0OMDUjC6p7lSG fireuser@cluster"
firesrv:
private_key: "secret_file:/run/secrets/ssh_private_key_firesrv"
public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDEDvgDXtHRf88VaThzNz2MtPk7Ux81ZJ/isUgfW6D5C firesrv@cluster"
clusters:
- name: "cluster-slurm-api"
ssh:
host: "192.168.240.2"
port: 22
max_clients: 500
timeout:
connection: 5
login: 5
command_execution: 5
idle_timeout: 60
keep_alive: 5
scheduler:
type: "slurm"
version: "24.11.0"
api_url: "http://192.168.240.2:6820"
api_version: "0.0.42"
timeout: 10
service_account:
client_id: "firecrest-health-check"
secret: "secret_file:/run/secrets/service_account_client_secret"
probing:
interval: 120
timeout: 10
startup_grace_period: 300
datatransfer_jobs_directives:
- "#SBATCH --constraint=mc"
- "#SBATCH --nodes=1"
- "#SBATCH --time=0-00:15:00"
file_systems:
- path: '/home'
data_type: 'users'
default_work_dir: true
- name: "cluster-slurm-ssh"
ssh:
host: "192.168.240.2"
port: 22
max_clients: 500
timeout:
connection: 5
login: 5
command_execution: 5
idle_timeout: 60
keep_alive: 5
scheduler:
type: "slurm"
version: "24.11.0"
timeout: 10
service_account:
client_id: "firecrest-health-check"
secret: "secret_file:/run/secrets/service_account_client_secret"
probing:
interval: 120
timeout: 5
datatransfer_jobs_directives:
- "#SBATCH --nodes=1"
- "#SBATCH --time=0-00:15:00"
- "#SBATCH --account={account}"
file_systems:
- path: '/home'
data_type: 'users'
default_work_dir: true
storage:
name: "s3-storage"
private_url: "http://192.168.240.19:9000"
public_url: "http://localhost:9000"
access_key_id: "storage_access_key"
secret_access_key: "secret_file:/run/secrets/s3_secret_access_key"
region: "us-east-1"
ttl: 604800
multipart:
use_split: false
max_part_size: 2147483648 # 2G
parallel_runs: 3
tmp_folder: "tmp"
max_ops_file_size: 1048576 # 1M