Commit 58f70e7
authored
Update config files and fix errors found in testing new configs (#214)
Add --RESEnvironmentName to the installer
Ease initial integration with Research and Engineering Studio (RES).
Automatically add the correct submitter security groups and configure
the /home directory.
Automatically choose the subnets if not specified based on RES subnets.
Resolves #207
============================
Update template config files
Added more comments to clarify that these are examples that should be copied
and customized by users.
Added comments for typical configuration options.
Deleted obsolete configs that were from v1.
Resolves #203
=============================
Set default head node instance type based on architecture.
Resolves #206
==============================
Clean up ansible-lint errors and warnings.
Arm architecture cluster was failing because of an incorrect condition in the ansible playbook that is flagged by lint.
==============================
Use vdi controller instead of cluster manager for users and groups info
Cluster manager stopped being domain joined for some reason.
==============================
Paginate describe_instances when creating head node a record.
Otherwise, may not find the cluster head node instance.
==============================
Add default MungeKeySecret.
This should be the default or you can't access multiple clusters from the same server.
==============================
Increase timeout for ssm command that configures submitters
Need the time to compile slurm.
==============================
Force slurm to be rebuilt for submitters of all os distributions even if they match the os of the cluster.
Otherwise get errors because can't find PluginDir in the same location as when it was compiled.
==============================
Paginate describe_instances in UpdateHeadNode lambda
==============================
Add check for min memory of 4 GB for slurm controller
==============================
Update documentation.
Remove Regions from InstanceConfig. This was left over from legacy cluster.
ParallelCluster doesn't support multiple regions.1 parent a8b6555 commit 58f70e7
File tree
63 files changed
+1639
-1534
lines changed- docs
- source
- EC2InstanceTypeInfoPkg
- cdk
- resources
- config
- lambdas
- CallSlurmRestApi
- ConfigureRESClusterManager
- ConfigureRESSubmitters
- ConfigureRESUsersGroupsJson
- CreateBuildFiles
- CreateHeadNodeARecord
- CreateParallelClusterConfig
- CreateParallelCluster
- DeconfigureCluster
- DeconfigureRESSubmitters
- DeconfigureRESUsersGroupsJson
- UpdateHeadNode
- parallel-cluster/config/bin
- playbooks/roles
- ParallelClusterCreateUsersGroupsJsonConfigure/tasks
- ParallelClusterCreateUsersGroupsJsonDeconfigure/tasks
- ParallelClusterHeadNode/tasks
- ParallelClusterSubmitterConfigure/tasks
- ParallelClusterSubmitterDeconfigure/tasks
- all/tasks
- bug_fixes/tasks
- create_users_groups_json/tasks
- eda_tools/tasks
- install_slurm/tasks
- lustre-client/tasks
- mount_extra_fs/tasks
- mount_slurm_fs/tasks
- rm_create_users_groups_json/tasks
- security_updates/tasks
- slurm_installer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+1639
-1534
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 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 | | - | |
| 5 | + | |
43 | 6 | | |
44 | 7 | | |
45 | 8 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 9 | + | |
51 | 10 | | |
52 | 11 | | |
53 | 12 | | |
| |||
59 | 18 | | |
60 | 19 | | |
61 | 20 | | |
62 | | - | |
63 | | - | |
| 21 | + | |
64 | 22 | | |
65 | | - | |
| 23 | + | |
66 | 24 | | |
67 | 25 | | |
68 | | - | |
69 | 26 | | |
70 | 27 | | |
71 | 28 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 29 | | |
81 | 30 | | |
82 | 31 | | |
| |||
90 | 39 | | |
91 | 40 | | |
92 | 41 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 42 | | |
119 | 43 | | |
120 | 44 | | |
| |||
132 | 56 | | |
133 | 57 | | |
134 | 58 | | |
135 | | - | |
| 59 | + | |
136 | 60 | | |
137 | 61 | | |
138 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 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 | | - | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 148 | | |
151 | 149 | | |
152 | 150 | | |
| |||
160 | 158 | | |
161 | 159 | | |
162 | 160 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | 161 | | |
167 | 162 | | |
168 | 163 | | |
| |||
186 | 181 | | |
187 | 182 | | |
188 | 183 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 184 | | |
199 | 185 | | |
200 | 186 | | |
| |||
285 | 271 | | |
286 | 272 | | |
287 | 273 | | |
288 | | - | |
| 274 | + | |
289 | 275 | | |
290 | 276 | | |
291 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 35 | | |
48 | 36 | | |
49 | 37 | | |
| |||
0 commit comments