Lower tripleo max-servers to 35
Emperical evidence suggests we can actually spin up just under 40 servers before we get quota errors. Set our quota to 35 to keep nodepool from spinning and throwing tracebacks in the logs continously while the nova quota problem is worked. Change-Id: I51b9ef99880ba1bc0e36ba72bc6de97b276f1497changes/32/83932/1
parent
ba0e117a23
commit
b1ce910c49
|
@ -387,7 +387,7 @@ providers:
|
|||
project-id: '<%= tripleo_project %>'
|
||||
auth-url: 'https://ci-overcloud.tripleo.org:13000/v2.0'
|
||||
boot-timeout: 120
|
||||
max-servers: 50
|
||||
max-servers: 35
|
||||
rate: 0.001
|
||||
networks:
|
||||
- net-id: f69ac547-db64-4e69-ae70-e5233634aff0
|
||||
|
|
Loading…
Reference in New Issue