You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.yaml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -261,14 +261,14 @@ variables:
261
261
dependsOn:
262
262
compartmentId: ${targetCompartment}
263
263
required: true
264
-
default: VM.Standard2.4
264
+
default: VM.Standard.E4.Flex
265
265
bastion_ocpus:
266
266
title: "Cores"
267
267
type: integer
268
268
description: Number of OCPU's for flex shape
269
269
minimum: 1
270
270
maximum: 64
271
-
default: 2
271
+
default: 4
272
272
visible:
273
273
and:
274
274
- or:
@@ -334,7 +334,7 @@ variables:
334
334
description: Number of memory for flex shape. Minimum 1GB per core.
335
335
minimum: 1
336
336
maximum: 1024
337
-
default: 16
337
+
default: 32
338
338
visible:
339
339
and:
340
340
- and:
@@ -1001,7 +1001,7 @@ variables:
1001
1001
rack_aware:
1002
1002
type: boolean
1003
1003
title: "Create Rack aware topology"
1004
-
default: false
1004
+
default: true
1005
1005
required: true
1006
1006
description: "Slurm topology can define rack aware topologies to prioritize nodes on same racks per job.\n This is a LA feature and your tenancy needs to be whitelisted"
1007
1007
visible: ${slurm}
@@ -1271,7 +1271,7 @@ variables:
1271
1271
login_node:
1272
1272
type: boolean
1273
1273
title: "Login Node"
1274
-
default: false
1274
+
default: true
1275
1275
description: "Create an additional login node for users"
1276
1276
1277
1277
login_ad:
@@ -1292,15 +1292,15 @@ variables:
1292
1292
dependsOn:
1293
1293
compartmentId: ${targetCompartment}
1294
1294
required: true
1295
-
default: VM.Standard2.4
1295
+
default: VM.Standard.E4.Flex
1296
1296
visible: ${login_node}
1297
1297
1298
1298
login_ocpus:
1299
1299
type: integer
1300
1300
description: Number of OCPU's for flex shape
1301
1301
minimum: 1
1302
1302
maximum: 64
1303
-
default: 2
1303
+
default: 16
1304
1304
visible:
1305
1305
and:
1306
1306
- or:
@@ -1369,7 +1369,7 @@ variables:
1369
1369
description: Number of memory for flex shape. Minimum 1GB per core.
0 commit comments