tune cobbler and dnsmasq for larger deployments
Bug #1381997 reported by
Matthew Mosesohn
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Matthew Mosesohn |
Bug Description
This may be converted to a blueprint after some discussion.
I propose to tune DHCP in the following ways:
* Set dhcp lease time for bootstrap to 10m
* Set dhcp lease time for node provisioning to 2H - more than enough time to complete provisioning without the first renew at T1 (60m)
* max leases should be 5120 (up from 1000)
* TFTP max connections should be 2048 (up from 50)
* Raise cache size to 2048 (up from 150) - only relevant for caching DNS forward requests
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Matthew Mosesohn (raytrac3r) |
importance: | Undecided → Medium |
Changed in fuel: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
I agree, timeouts should be increased. By the way, would it as well resolve PXE issue then using bonds for admin interfaces? https:/ /bugs.launchpad .net/fuel/ +bug/1347869