Activity log for bug #1415017

Date Who What changed Old value New value Message
2015-01-27 12:18:23 FenghuaFang bug added bug
2015-01-27 12:18:55 FenghuaFang summary failed deploy undionly.kpxe then can't get ipxe sript boot.ipxe failed deploy undionly.kpxe then can't get ipxe script boot.ipxe
2015-01-27 12:19:20 FenghuaFang description when i config ironic with ipxe then boot from pxe, the undionly.kpxe download success, but loop to down load undionly.kpxe cant't down load boot.ipxe. when i config ironic with ipxe then boot from pxe, the undionly.kpxe download success, but loop to download undionly.kpxe cant't down load boot.ipxe.
2015-01-27 12:24:59 FenghuaFang description when i config ironic with ipxe then boot from pxe, the undionly.kpxe download success, but loop to download undionly.kpxe cant't down load boot.ipxe. when i config ironic with ipxe then boot from pxe, the undionly.kpxe download success, but loop to download undionly.kpxe cant't down load boot.ipxe.I think because the dnsmasq can't recognize tag ipxe,then fix the cmd start dnsmasq like: cmd = [ 'dnsmasq', '--no-hosts', '--no-resolv', '--strict-order', '--bind-interfaces', '--interface=%s' % self.interface_name, '--except-interface=lo', '--pid-file=%s' % pid_file, '--dhcp-hostsfile=%s' % self.get_conf_file_name('host'), '--addn-hosts=%s' % self.get_conf_file_name('addn_hosts'), '--dhcp-optsfile=%s' % self.get_conf_file_name('opts'), '--leasefile-ro', 'dhcp-user-class=%s'%'tag:ixpe,iPXE', ] the problem be fixed.
2015-01-27 12:26:04 FenghuaFang description when i config ironic with ipxe then boot from pxe, the undionly.kpxe download success, but loop to download undionly.kpxe cant't down load boot.ipxe.I think because the dnsmasq can't recognize tag ipxe,then fix the cmd start dnsmasq like: cmd = [ 'dnsmasq', '--no-hosts', '--no-resolv', '--strict-order', '--bind-interfaces', '--interface=%s' % self.interface_name, '--except-interface=lo', '--pid-file=%s' % pid_file, '--dhcp-hostsfile=%s' % self.get_conf_file_name('host'), '--addn-hosts=%s' % self.get_conf_file_name('addn_hosts'), '--dhcp-optsfile=%s' % self.get_conf_file_name('opts'), '--leasefile-ro', 'dhcp-user-class=%s'%'tag:ixpe,iPXE', ] the problem be fixed. when i config ironic with ipxe then boot from pxe, the undionly.kpxe download success, but loop to download undionly.kpxe cant't down load boot.ipxe.I think because the dnsmasq can't recognize tag ipxe,then fix the cmd start dnsmasq like: cmd = [             'dnsmasq',             '--no-hosts',             '--no-resolv',             '--strict-order',             '--bind-interfaces',             '--interface=%s' % self.interface_name,             '--except-interface=lo',             '--pid-file=%s' % pid_file,             '--dhcp-hostsfile=%s' % self.get_conf_file_name('host'),             '--addn-hosts=%s' % self.get_conf_file_name('addn_hosts'),             '--dhcp-optsfile=%s' % self.get_conf_file_name('opts'),             '--leasefile-ro',             '--dhcp-user-class=%s'%'tag:ixpe,iPXE',         ] the problem be fixed.
2015-01-27 13:58:21 FenghuaFang ironic: status New Fix Committed
2015-02-05 20:13:04 Thierry Carrez ironic: status Fix Committed Fix Released
2015-02-05 20:13:04 Thierry Carrez ironic: milestone kilo-2
2015-04-30 10:06:08 Thierry Carrez ironic: milestone kilo-2 2015.1.0