← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1692486] Re: [RFE] Neutron Segments DHCP-relay support

 

Reviewed:  https://review.openstack.org/468744
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d2b82168cd35adc02599e4fe226f25cfc9b786a8
Submitter: Jenkins
Branch:    master

commit d2b82168cd35adc02599e4fe226f25cfc9b786a8
Author: Harald Jensas <harald.jensas@xxxxxxxxx>
Date:   Sun May 28 21:49:59 2017 +0200

    DHCP Agent: Separate local from non-local subnets
    
    In order to allow the DHCP agent to service other subnets on the
    network in other segments via DHCP relay, we need to use the
    'non_local_subnets' network attribute returned by rpc to set up dhcp
    for off-link subnets.
    
    Change-Id: I88e1c574bc429dc599ad7c956c03fa0688338186
    Closes-Bug: 1692486


** Changed in: neutron
       Status: In Progress => Fix Released

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

Title:
  [RFE] Neutron Segments DHCP-relay support

Status in neutron:
  Fix Released

Bug description:
  When using Neutron Segments we would like dhcp agent to configure DHCP
  servers to serve clients on remote(non-local) subnets. The remote(non-
  local) subnet will need to have a DHCP-relay/forwarder configured. The
  relay agent will run on ToR switch or router in the routed underlay
  network and would be configured by the operator, it does not need to
  be managed by neutron.

  Currently the Neutron Segments implementation expect a DHCP agent to
  be available on all segments, and thus non-local subnets are filtered
  in dhcp_rpc to return only subnets local to the agent.

  To support DHCP relay we need to return all subnets and inform the
  DHCP agent wich subnets are local vs non-local so that the DHCP agent
  will only bind port/ip-address to the subnets that is local.

  Implementation of the dhpc_rpc part of this has been started with these reviews:
    https://review.openstack.org/#/c/459861/
    https://review.openstack.org/#/c/438171/
    https://review.openstack.org/#/c/462209
    

  The discussion in comment 10 of this bug 1668145 is relevant:
    https://bugs.launchpad.net/neutron/+bug/1668145/comments/10

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


References