Skip to content

Commit b2d103b

Browse files
authored
Merge pull request #7898 from sean-morris/main
[CloudBank] ETSU, gpu-demo, cra
2 parents 59ec7a0 + 03683c0 commit b2d103b

File tree

4 files changed

+83
-3
lines changed

4 files changed

+83
-3
lines changed

config/clusters/cloudbank/cluster.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ hubs:
9393
- common.values.yaml
9494
- cmu.values.yaml
9595
- enc-cmu.secret.values.yaml
96+
- name: cra
97+
display_name: Computing Research Association
98+
domain: cra.cloudbank.2i2c.cloud
99+
helm_chart: basehub
100+
helm_chart_values_files:
101+
- common.values.yaml
102+
- cra.values.yaml
103+
- enc-cra.secret.values.yaml
96104
- name: csm
97105
display_name: College of San Mateo
98106
domain: csm.cloudbank.2i2c.cloud
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
jupyterhub:
2+
ingress:
3+
hosts: [cra.cloudbank.2i2c.cloud]
4+
tls:
5+
- hosts: [cra.cloudbank.2i2c.cloud]
6+
secretName: https-auto-tls
7+
singleuser:
8+
defaultUrl: /lab
9+
memory:
10+
guarantee: 512M
11+
limit: 1G
12+
custom:
13+
2i2c:
14+
add_staff_user_ids_to_admin_users: false
15+
homepage:
16+
templateVars:
17+
designed_by:
18+
name: 2i2c
19+
url: https://2i2c.org
20+
funded_by:
21+
name: CloudBank
22+
url: http://cloudbank.org/
23+
operated_by:
24+
name: CloudBank
25+
url: http://cloudbank.org/
26+
org:
27+
logo_url: https://s8968.pcdn.co/wp-content/uploads/2015/05/logo.png
28+
name: Computing Research Association
29+
url: https://cra.org/
30+
hub:
31+
config:
32+
JupyterHub:
33+
admin_access: true
34+
authenticator_class: shared-password
35+
Authenticator:
36+
manage_groups: false
37+
allow_all: true
38+
admin_users:
39+
- sean.smorris@berkeley.edu
40+
- ericvd@berkeley.edu
41+
jupyterhub-home-nfs:
42+
gke:
43+
volumeId: projects/cb-1003-1696/zones/us-central1-b/disks/hub-nfs-homedirs-cra
44+
nfs:
45+
pv:
46+
serverIP: storage-quota-home-nfs.cra.svc.cluster.local
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
jupyterhub:
2+
hub:
3+
config:
4+
DummyAuthenticator:
5+
password: ENC[AES256_GCM,data:WWTk8NURWugDpPztgg==,iv:igNk4hm/g8HUtNWvRqpcWd+93uIBsTRH+FwJgXIlUSE=,tag:juKdfo4dBedJevr0Ok9kXw==,type:str]
6+
SharedPasswordAuthenticator:
7+
user_password: ENC[AES256_GCM,data:zXHZJtfLZPCp9BO7RQ==,iv:njLZe6jcRsdOOP7cM1k//C3SObhxyLR45aBMhlOiUF0=,tag:qhJjxW9/+vt/h25Ha5kekw==,type:str]
8+
admin_password: ENC[AES256_GCM,data:HVRqj0WgwL33aWCJ6A==,iv:zkghvKat67bNJInUR6ceSHlWD968njnI/Rhyt/FU6NQ=,tag:bDXq5di8qiD3GX7HFia4FQ==,type:str]
9+
sops:
10+
kms: []
11+
gcp_kms:
12+
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
13+
created_at: '2026-03-12T04:03:00Z'
14+
enc: CiUA4OM7eMLMoxDkNU8NAu2kTH7cBrZhvZAYWTdI7rlPyPkKa/igEkkAPHlbmYMuMm/HYP8Zgi8s+5nfIN32GL//6KsTPyuGh1AWZMikQpnULzVIOEvpy5f1IChm/K+UJLk3ndufaQ6dJ/YDAiuGLjEr
15+
azure_kv: []
16+
hc_vault: []
17+
age: []
18+
lastmodified: '2026-03-12T04:03:01Z'
19+
mac: ENC[AES256_GCM,data:BljsMzPZe6SxznUQAO9+t3Q+zX2KCt50qoZNUcIwTvCSYSiFY55vc8q/WtPpfSMhfCzzxO9arR3ma3lyzbTa+2GYWkiQ2b/qMTH1+wBhIWltMpt4C9Ys5TavUH0TDSswxbCjH1WnOcdPqUMEMlWw6jlbmkRdjuomKz/ArfZFaQE=,iv:mYM3XsLbr9IMbAI6jp85Pzq5kHrRqp8WPhj+O018Z1A=,tag:xLSkYKvhK5H+XsDJtBUhrg==,type:str]
20+
pgp: []
21+
unencrypted_suffix: _unencrypted
22+
version: 3.8.1

terraform/gcp/projects/cloudbank.tfvars

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ persistent_disks = {
4646
size = 25
4747
name_suffix = "cmu"
4848
}
49+
"cra" = {
50+
size = 25
51+
name_suffix = "cra"
52+
}
4953
"csm" = {
5054
size = 150
5155
name_suffix = "csm"
@@ -79,7 +83,7 @@ persistent_disks = {
7983
name_suffix = "evc"
8084
}
8185
"etsu" = {
82-
size = 25
86+
size = 100
8387
name_suffix = "etsu"
8488
}
8589
"foothill" = {
@@ -302,13 +306,13 @@ enable_network_policy = true
302306

303307
notebook_nodes = {
304308
"n2-highmem-4" : {
305-
min : 0,
309+
min : 2,
306310
max : 100,
307311
machine_type : "n2-highmem-4",
308312
disk_size_gb : 150,
309313
},
310314
"gpu-t4" : {
311-
min : 0,
315+
min : 1,
312316
max : 30,
313317
machine_type : "n1-highmem-8",
314318
disk_size_gb : 200,

0 commit comments

Comments
 (0)