Correct nodepool max-servers in rax-dfw
* .../templates/nodepool/nodepool.yaml.erb: Since we still have a handful of long-lived static slaves for sensitive jobs (proposal, salt-trigger, mirrorXX) along with a couple dev slaves (precise, centos6) and the remaining four precise-py3k slaves, the effective capacity for nodepool in rax-dfw is 181. Cut this by a few more so we have room for template servers during image updates. Change-Id: I7cdfdba0665fff822fff77c31fa20a6585da411d
This commit is contained in:
parent
4c9ca0597b
commit
5221d300fb
@ -28,7 +28,7 @@ providers:
|
||||
project-id: '<%= rackspace_project %>'
|
||||
auth-url: 'https://identity.api.rackspacecloud.com/v2.0/'
|
||||
boot-timeout: 120
|
||||
max-servers: 188
|
||||
max-servers: 172
|
||||
rate: 0.001
|
||||
images:
|
||||
- name: devstack-precise
|
||||
|
Loading…
x
Reference in New Issue
Block a user