forked from SchedMD/slurm-gcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml.example
63 lines (55 loc) · 1.57 KB
/
config.yaml.example
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
cluster_name: <cluster_name>
project: <project id>
zone: us-west1-b
external_compute_ips: false
google_app_cred_path: null
shared_vpc_host_project: null
vpc_subnet: null
slurm_cmd_path: /usr/local/bin
log_dir: /var/log/slurm
compute_node_scopes:
- https://www.googleapis.com/auth/monitoring.write
- https://www.googleapis.com/auth/logging.write
compute_node_service_account: default
update_node_addrs: false
network_storage: []
login_network_storage: []
instance_defs:
bg1-compute-0:
machine_type: n1-standard-2
zone: us-west1-b
image: projects/schedmd-slurm-public/global/images/family/schedmd-slurm-20-11-4-hpc-centos-7
image_hyperthreads: false
compute_disk_size_gb: 20
compute_disk_type: pd-standard
compute_labels: {}
cpu_platform: null
gpu_count: 0
gpu_type: null
enable_placement: false
exclusive: false
instance_template: null
network_storage: []
preemptible_bursting: false
regional_capacity: false
regional_policy: {}
vpc_subnet: null
# bg1-compute-1:
# machine_type: n1-standard-2
# zone: us-west1-b
# image: projects/schedmd-slurm-public/global/images/family/schedmd-slurm-20-11-4-hpc-centos-7
# image_hyperthreads: false
# compute_disk_size_gb: 20
# compute_disk_type: pd-standard
# compute_labels: {}
# cpu_platform: null
# gpu_count: 1
# gpu_type: nvidia-tesla-k80
# enable_placement: false
# exclusive: false
# instance_template: null
# network_storage: []
# preemptible_bursting: false
# regional_capacity: false
# regional_policy: {}
# vpc_subnet: null