Ryan Lane has uploaded a new change for review. https://gerrit.wikimedia.org/r/76537
Change subject: Extend dhcp time to lessen load on network node ...................................................................... Extend dhcp time to lessen load on network node Change-Id: Iddfdb178d50effd26437cc10f52bdcff2c38c288 --- M templates/openstack/folsom/nova/nova.conf.erb 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/37/76537/1 diff --git a/templates/openstack/folsom/nova/nova.conf.erb b/templates/openstack/folsom/nova/nova.conf.erb index 802e863..816fbba 100644 --- a/templates/openstack/folsom/nova/nova.conf.erb +++ b/templates/openstack/folsom/nova/nova.conf.erb @@ -45,6 +45,10 @@ live_migration_uri=<%= novaconfig["live_migration_uri"] %> libvirt_use_virtio_for_bridges=True force_dhcp_release=True +# set the lease time to 24 hours +dhcp_lease_time=86400 +# timeout expired leases after 48 hours +fixed_ip_disassociate_timeout=172800 iscsi_helper=tgtadm # Settings for wikistatus, the plugin that updates OSM with instance status: -- To view, visit https://gerrit.wikimedia.org/r/76537 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iddfdb178d50effd26437cc10f52bdcff2c38c288 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ryan Lane <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
