Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redirect training resources to galaxy as compute nodes for the time being #296

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,21 @@ deployment:
mem_reserved_size: 2048
image: default

# worker-c28m225:
# count: 0
# flavor: c1.c28m225d50
# group: compute_test
# docker: true
# volume:
# size: 1024
# type: default
# cgroups:
# mem_limit_policy: hard
# mem_reserved_size: 2048
# image: default
# 16.4.2024: Enable this temporarily. This flavor is dedicated for training VMs,
# and since we do not have enough compute for Galaxy in the new cloud yet, let's redirect the
# training VMs resources to the Galaxy and deploy them as compute nodes for now.
worker-c28m225:
count: 7 #0
flavor: c1.c28m225d50
group: compute # compute_test
docker: true
volume:
size: 1024
type: default
cgroups:
mem_limit_policy: hard
mem_reserved_size: 2048
image: default

# worker-c36m100:
# count: 26 #32
Expand Down
Loading