Skip to content

Commit

Permalink
Merge pull request #304 from sanjaysrikakulam/cloud_resources_clarifi…
Browse files Browse the repository at this point in the history
…cation

Update the number of resources available and add comments on what are still in the old cloud
  • Loading branch information
sanjaysrikakulam authored Jun 20, 2024
2 parents b57a9f4 + b43a22b commit 155f8d0
Showing 1 changed file with 21 additions and 36 deletions.
57 changes: 21 additions & 36 deletions resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pubkeys:
# Behavior of `synchronize.py''
graceful: false

# 18/6/2024: Updated the max number of possible workers
nodes_inventory:
c1.c28m225d50: 5 #(16.04.2024: RZ swapped the underlying servers for a 4 in 1 node and this will be of a different flavor and we need to wait to get the hardware)

Check warning on line 23 in resources.yaml

View workflow job for this annotation

GitHub Actions / yamllint

23:121 [line-length] line too long (164 > 120 characters)
c1.c28m475d50: 19
Expand All @@ -26,7 +27,7 @@ nodes_inventory:
c1.c36m900d50: 1
c1.c36m975d50: 8
c1.c60m1975d50: 1
c1.c120m225d50: 12
c1.c120m225d50: 10
c1.c120m425d50: 22
c1.c125m425d50: 16
c1.c28m935d50: 4
Expand All @@ -35,19 +36,6 @@ nodes_inventory:
g1.c8m40g1d50: 4

deployment:
# worker-c120m225:
# count: 1 #12
# flavor: c1.c120m225d50
# group: compute
# docker: true
# image: default
# volume:
# size: 1024
# type: default
# cgroups:
# mem_limit_policy: hard
# mem_reserved_size: 2048

# worker-fetch:
# count: 0
# flavor: c1.c36m100d50
Expand Down Expand Up @@ -141,8 +129,7 @@ deployment:
mem_reserved_size: 2048
image: default

# 24.04.2024: Flavors c1.c28m935d50 and c1.c28m875d50 will be available once
# moved to the new cloud along with the GPU flavors.
# 18/06/24: Hardware is still connected to the old cloud
# worker-c28m935:
# count: 4 #4
# flavor: c1.c28m935d50
Expand All @@ -156,6 +143,7 @@ deployment:
# mem_reserved_size: 2048
# image: default

# 18/06/24: Hardware is still connected to the old cloud
# worker-c28m875:
# count: 2 #2
# flavor: c1.c28m875d50
Expand All @@ -179,8 +167,9 @@ deployment:
type: default
image: default

# 18/06/24: Hardware is still connected to the old cloud
# worker-c120m225:
# count: 12 #12
# count: 10
# flavor: c1.c120m225d50
# group: compute
# docker: true
Expand All @@ -192,18 +181,19 @@ deployment:
# mem_reserved_size: 2048
# image: default

worker-c120m425:
count: 18 #22
flavor: c1.c120m425d50
group: compute
docker: true
volume:
size: 1024
type: default
cgroups:
mem_limit_policy: hard
mem_reserved_size: 2048
image: default
# 18/06/24: Hardware is still connected to the old cloud
# worker-c120m425:
# count: 18 #22
# flavor: c1.c120m425d50
# group: compute
# docker: true
# volume:
# size: 1024
# type: default
# cgroups:
# mem_limit_policy: hard
# mem_reserved_size: 2048
# image: default

worker-c125m425:
count: 16 #16
Expand All @@ -218,7 +208,7 @@ deployment:
mem_reserved_size: 2048
image: default

# 24.04.2024: GPU VMs are deployed (manually) in the old cloud for now
# 18/06/24: Hardware is still connected to the old cloud.
# worker-c14m40g1:
# count: 4 #4
# flavor: g1.c14m40g1d50
Expand All @@ -232,6 +222,7 @@ deployment:
# mem_reserved_size: 1024
# image: gpu

# 18/06/24: Hardware is still connected to the old cloud. This GPU flavor shares the host with the flavor c1.c28m935d50.

Check warning on line 225 in resources.yaml

View workflow job for this annotation

GitHub Actions / yamllint

225:121 [line-length] line too long (122 > 120 characters)
# worker-c8m40g1:
# count: 4 #4
# flavor: g1.c8m40g1d50
Expand Down Expand Up @@ -338,9 +329,3 @@ deployment:
start: 2024-06-18
end: 2024-06-18
group: training-ghoshd
training-ghos:
count: 1
flavor: c1.c28m225d50
start: 2024-06-18
end: 2024-06-18
group: training-ghoshd

0 comments on commit 155f8d0

Please sign in to comment.