Page MenuHomePhabricator

OpenStack flavor for beta cluster deployment servers
Closed, ResolvedPublic

Description

On the beta cluster our deployment servers are deployment-tin and mira and have:

HostFlavorCPURAMDisk
deployment-tinm1.xlarge816G160G
miram1.large48G80G

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:

HostFlavorCPURAMDisk
deployment-mira02m1.medium24G40G

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:

CPURAMDisk
88G60G

I suggest the name 8c8m60d which I have seen used somewhere.