On the beta cluster our deployment servers are deployment-tin and mira and have:
Host | Flavor | CPU | RAM | Disk |
---|---|---|---|---|
deployment-tin | m1.xlarge | 8 | 16G | 160G |
mira | m1.large | 4 | 8G | 80G |
As part of T144578: Migrate deployment servers (tin/mira) to jessie we created a new host deployment-mira02 and played it nice with the labs resource with an m1.medium:
Host | Flavor | CPU | RAM | Disk |
---|---|---|---|---|
deployment-mira02 | m1.medium | 2 | 4G | 40G |
That does not work though. We run scap on it for mediawiki which generates l10n files and need bunch of CPU to rebuild in parallel. That is spike usage and not going to use 100% of real CPUs. 8 vCPU seems appropriate.
2GB for RAM and 6G for the disk cache would be good enough for a total of 8G
For disk, 20G is the system partition we need a /srv that is larger than 20G. So a total of 60G looks about right.
Hence I am requesting the creation of a new flavor for the deployment-prep labs project:
CPU | RAM | Disk |
---|---|---|
8 | 8G | 60G |
I suggest the name 8c8m60d which I have seen used somewhere.