Skip to content

Commit

Permalink
Flavor and VM count correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Jul 7, 2023
1 parent 4e5efb9 commit a5cf1bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
24 changes: 18 additions & 6 deletions resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ nodes_inventory:
c1.c36m975d50: 14
c1.c60m1975d50: 1
c1.c120m225d50: 12
c1.c120m425d50: 36
c1.c120m425d50: 22
c1.c125m425d50: 16
g1.c7m20g1d50: 8

deployment:
Expand Down Expand Up @@ -150,7 +151,7 @@ deployment:
volume:
size: 1024
type: default
worker-c125m225:
worker-c120m225:
count: 12 #12
flavor: c1.c120m225d50
group: compute
Expand All @@ -161,8 +162,8 @@ deployment:
cgroups:
mem_limit_policy: hard
mem_reserved_size: 2048
worker-c125m425-alma:
count: 2 #36
worker-c120m425-alma:
count: 2 #22
flavor: c1.c120m425d50
group: compute
docker_ready: true
Expand All @@ -173,8 +174,8 @@ deployment:
cgroups:
mem_limit_policy: hard
mem_reserved_size: 2048
worker-c125m425:
count: 34 #36
worker-c120m425:
count: 20 #22
flavor: c1.c120m425d50
group: compute
docker_ready: true
Expand All @@ -184,6 +185,17 @@ deployment:
cgroups:
mem_limit_policy: hard
mem_reserved_size: 2048
worker-c125m425:
count: 16 #16
flavor: c1.c125m425d50
group: compute
docker_ready: true
volume:
size: 1024
type: default
cgroups:
mem_limit_policy: hard
mem_reserved_size: 2048
worker-gpu:
count: 8 #16
flavor: g1.c7m20g1d50
Expand Down
1 change: 1 addition & 0 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ mapping:
- c1.c60m1975d50
- c1.c120m225d50
- c1.c120m425d50
- c1.c125m425d50
- g1.c36m100g1d50
- g1.c7m20g1d50
- m1.large
Expand Down

0 comments on commit a5cf1bd

Please sign in to comment.