Skip to content

Commit

Permalink
Change name for no capital letters
Browse files Browse the repository at this point in the history
  • Loading branch information
helene authored and helene committed Sep 19, 2024
1 parent ac70e32 commit 8db6f05
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
40 changes: 40 additions & 0 deletions cdsi-intro-hpc/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
jupyterhub::jupyterhub_config_hash:
SbatchForm:
account:
def: 'def-sponsor00'
runtime:
min: 3.5
def: 4.0
max: 5.0
nprocs:
min: 1
def: 1
max: 1
memory:
min: 1024
max: 1024
def: 1024
oversubscribe:
def: true
lock: true
partition:
def: 'node'
lock: true
ui:
def: 'terminal'

profile::freeipa::mokey::require_verify_admin: false
profile::users::ldap::users:
user:
count: 80
passwd: "%{alias('passwd_user')}"
groups: ['def-sponsor00']

instructor:
passwd: "%{alias('passwd_instructor')}"
groups: ['def-sponsor00', 'helper']

helper:
count: 4
passwd: "%{alias('passwd_helper')}"
groups: ['def-sponsor00', 'helper']
8 changes: 8 additions & 0 deletions cdsi-intro-hpc/custom.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
locals {
name = "CDSI_intro_hpc"

custom = {
ncpu = 2
nnode_compute = 2
}
}
1 change: 1 addition & 0 deletions cdsi-intro-hpc/main.tf

0 comments on commit 8db6f05

Please sign in to comment.