-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclusterDef.json.AWS.c7i.48xlarge
67 lines (66 loc) · 2.07 KB
/
clusterDef.json.AWS.c7i.48xlarge
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
{
"type": "CLUSTERTYPE",
"username": "USERNAME",
"resourceData": {
"architecture": "amd64",
"availability_zone": "us-east-1b",
"controller_efa": false,
"controller_image": "ami-02b1d2512cb34242c",
"export_fs_type": "xfs",
"image_disk_count": 1,
"image_disk_name": "snap-0a127a48212c4e816",
"image_disk_size_gb": 350,
"management_shape": "MANAGEMENT_SHAPE",
"partition_config": [
{
"name": "compute",
"instance_type": "COMPUTE_INSTANCE_TYPE",
"architecture": "amd64",
"availability_zone": "us-east-1b",
"default": "YES",
"efa": true,
"elastic_image": "ami-02b1d2512cb34242c",
"enable_spot": false,
"capacity_reservation": false,
"max_node_num": 400
},
{
"name": "process",
"instance_type": "PROCESS_INSTANCE_TYPE",
"max_node_num": 100,
"elastic_image": "ami-02b1d2512cb34242c",
"availability_zone": "us-east-1b",
"default": "NO",
"enable_spot": false,
"efa": false,
"capacity_reservation": false,
"architecture": "amd64"
}
],
"region": "us-east-1",
"disks": [],
"slurm_suspend_time": "",
"slurm_resume_timeout": "",
"slurm_suspend_timeout": "",
"slurm_return_to_service": ""
},
"attachedStorages": [
{
"storage": "647f4ed8ae16b68e0481ea7f",
"mountPoint": "/lustre",
"export": ""
},
{
"storage": "647fbbe343d0f8dd315ab0af",
"mountPoint": "/bucket",
"export": ""
}
],
"universalData": {
"resource_account": "NOAA AWS Commercial (Vault)",
"project": "PROJECT",
"access_public_key": "",
"user_bootstrap": "ALLNODES\n/contrib/Wei.Huang/pwsupport/mount-epic-contrib.sh\n/contrib/USERNAME/setup.sh",
"health_check": "# (optional) User-specific master node Health Check script - \n# you can use this run custom node Health Check logic upon cluster start\ngit clone https://github.com/parallelworks/cloud-cluster-healthchecks.git /tmp/healthcheck\n/tmp/healthcheck/healthcheck.sh"
}
}