← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1464793] [NEW] Add a driver for isc-dhcpd

 

Public bug reported:

Currently, Neutron's dhcp agent only supports Dnsmasq. Dnsmasq has a
very serious limitation that, it needs a reload any time when hosts,
opts or addn hosts configs are updated. According to a blog [1], this
can take unto 4 minutes with 65535 static leases.

Typical industry standard is to use isc-dhcpd [2] instead of Dnsmasq. In
general isc-dhcpd has more features than Dnsmasq. It also supports
OMAPI, which allows updating host or lease objects runtime. There are
two ways to use OMAPI: omshell [3] and pypureomapi python library [4],
[5]. With OMAPI, its very easy to selectively add/delete a host/lease
from configuration (as against updating full config on every
create/update port)

Considering that most of the industry uses isc-dhcpd, I think it will be
a great addition to OpenStack neutron.

[1] https://www.mirantis.com/blog/improving-dhcp-performance-openstack/
[2] https://www.isc.org/downloads/dhcp/
[3] http://linux.die.net/man/1/omshell
[4] https://pypi.python.org/pypi/pypureomapi
[5] https://github.com/CygnusNetworks/pypureomapi

** Affects: neutron
     Importance: Undecided
     Assignee: Shraddha Pandhe (shraddha-pandhe)
         Status: New


** Tags: rfe

** Tags added: rfe

** Changed in: neutron
     Assignee: (unassigned) => Shraddha Pandhe (shraddha-pandhe)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1464793

Title:
  Add a driver for isc-dhcpd

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Currently, Neutron's dhcp agent only supports Dnsmasq. Dnsmasq has a
  very serious limitation that, it needs a reload any time when hosts,
  opts or addn hosts configs are updated. According to a blog [1], this
  can take unto 4 minutes with 65535 static leases.

  Typical industry standard is to use isc-dhcpd [2] instead of Dnsmasq.
  In general isc-dhcpd has more features than Dnsmasq. It also supports
  OMAPI, which allows updating host or lease objects runtime. There are
  two ways to use OMAPI: omshell [3] and pypureomapi python library [4],
  [5]. With OMAPI, its very easy to selectively add/delete a host/lease
  from configuration (as against updating full config on every
  create/update port)

  Considering that most of the industry uses isc-dhcpd, I think it will
  be a great addition to OpenStack neutron.

  [1] https://www.mirantis.com/blog/improving-dhcp-performance-openstack/
  [2] https://www.isc.org/downloads/dhcp/
  [3] http://linux.die.net/man/1/omshell
  [4] https://pypi.python.org/pypi/pypureomapi
  [5] https://github.com/CygnusNetworks/pypureomapi

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1464793/+subscriptions


Follow ups

References