Skip to content

Commit 92628e5

Browse files
Change default to login node and rackaware
1 parent 880f128 commit 92628e5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

schema.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,14 @@ variables:
261261
dependsOn:
262262
compartmentId: ${targetCompartment}
263263
required: true
264-
default: VM.Standard2.4
264+
default: VM.Standard.E4.Flex
265265
bastion_ocpus:
266266
title: "Cores"
267267
type: integer
268268
description: Number of OCPU's for flex shape
269269
minimum: 1
270270
maximum: 64
271-
default: 2
271+
default: 4
272272
visible:
273273
and:
274274
- or:
@@ -334,7 +334,7 @@ variables:
334334
description: Number of memory for flex shape. Minimum 1GB per core.
335335
minimum: 1
336336
maximum: 1024
337-
default: 16
337+
default: 32
338338
visible:
339339
and:
340340
- and:
@@ -1001,7 +1001,7 @@ variables:
10011001
rack_aware:
10021002
type: boolean
10031003
title: "Create Rack aware topology"
1004-
default: false
1004+
default: true
10051005
required: true
10061006
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"
10071007
visible: ${slurm}
@@ -1271,7 +1271,7 @@ variables:
12711271
login_node:
12721272
type: boolean
12731273
title: "Login Node"
1274-
default: false
1274+
default: true
12751275
description: "Create an additional login node for users"
12761276

12771277
login_ad:
@@ -1292,15 +1292,15 @@ variables:
12921292
dependsOn:
12931293
compartmentId: ${targetCompartment}
12941294
required: true
1295-
default: VM.Standard2.4
1295+
default: VM.Standard.E4.Flex
12961296
visible: ${login_node}
12971297

12981298
login_ocpus:
12991299
type: integer
13001300
description: Number of OCPU's for flex shape
13011301
minimum: 1
13021302
maximum: 64
1303-
default: 2
1303+
default: 16
13041304
visible:
13051305
and:
13061306
- or:
@@ -1369,7 +1369,7 @@ variables:
13691369
description: Number of memory for flex shape. Minimum 1GB per core.
13701370
minimum: 1
13711371
maximum: 1024
1372-
default: 16
1372+
default: 128
13731373
visible:
13741374
and:
13751375
- and:
@@ -1399,7 +1399,7 @@ variables:
13991399
required: true
14001400
minimum: 50
14011401
title: "Size of the boot volume in GB"
1402-
default: 50
1402+
default: 250
14031403
visible: ${login_node}
14041404

14051405
login_block:
@@ -1426,7 +1426,7 @@ variables:
14261426
- "0. Lower performance"
14271427
- "10. Balanced performance"
14281428
- "20. High Performance"
1429-
default: "10. Balanced performance"
1429+
default: "20. High Performance"
14301430
visible:
14311431
and:
14321432
- and:

0 commit comments

Comments
 (0)