Skip to content

Commit d191932

Browse files
committed
Add prod tusd server
1 parent 8f8b356 commit d191932

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

terraform/cluster.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ prod:
55
volume_size: 1000
66
volume_type: volumes-ec
77
flavor: p8-30gb
8-
security_groups: [usegal, web, usegal-tusd, usegal-slurm]
8+
security_groups: [usegal, web, usegal-slurm]
99
dbservers:
1010
- name: db
1111
flavor: p4-7.5gb
@@ -24,6 +24,10 @@ prod:
2424
- name: squid
2525
flavor: p4-7.5gb
2626
security_groups: [usegal, usegal-squid]
27+
tusdservers:
28+
- name: tusd
29+
flavor: p8-15gb
30+
security_groups: [usegal, usegal-tusd]
2731
slurmcontrolservers:
2832
- name: slurmcontrol
2933
flavor: p4-7.5gb

0 commit comments

Comments
 (0)