Skip to content

Commit

Permalink
set count to 0 where decomissioned
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Dec 18, 2024
1 parent 139557f commit 64e5c5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ 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)
c1.c28m225d50: 0 # (18.12.2024: decommisioned) (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 (193 > 120 characters)
c1.c28m475d50: 19
c1.c36m100d50: 30
c1.c36m225d50: 15
c1.c36m100d50: 0
c1.c36m225d50: 0
c1.c36m900d50: 1
c1.c36m975d50: 8
c1.c60m1975d50: 1
Expand All @@ -43,7 +43,7 @@ deployment:
# image: default

worker-interactive:
count: 2 #3
count: 0 # decommisioned hardware
flavor: c1.c36m100d50
group: interactive
docker: true
Expand Down Expand Up @@ -72,7 +72,7 @@ deployment:
image: default

worker-c36m100:
count: 25
count: 0
flavor: c1.c36m100d50
group: compute
docker: true
Expand All @@ -82,7 +82,7 @@ deployment:
image: default

worker-c36m225:
count: 14
count: 0
flavor: c1.c36m225d50
group: compute
docker: true
Expand Down

0 comments on commit 64e5c5b

Please sign in to comment.