ipxe doesn't support dnsmasq
Bug #1384577 reported by
Tan Lin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
Undecided
|
Tan Lin | ||
neutron |
Fix Released
|
Medium
|
Tan Lin |
Bug Description
The workflow of ipxe in ironic now only support ISC dhcpd.
I use dnsmasq and follow the install-guide:
https:/
but failed to get undionly.kpxe
I find the issue is from the option '!175,bootfile-
https:/
which is not recognized by dnsmasq
There are two things to do:
1. add dhcp-match=
2. add tag:!ipxe,
For 1, we just need to modify the dhcp_agent.ini
for 2, we need to enable neutron add our new extra_tag after the old tag of port_id.
Changed in ironic: | |
assignee: | nobody → Tan Lin (tan-lin-good) |
Changed in neutron: | |
assignee: | nobody → Tan Lin (tan-lin-good) |
Changed in neutron: | |
importance: | Undecided → Medium |
milestone: | none → kilo-1 |
Changed in ironic: | |
status: | New → In Progress |
Changed in neutron: | |
milestone: | kilo-1 → kilo-2 |
Changed in ironic: | |
milestone: | none → kilo-1 |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | kilo-2 → 2015.1.0 |
Changed in ironic: | |
milestone: | kilo-1 → 2015.1.0 |
To post a comment you must log in.
Ah thanks for that Lin, I thought it was recognized by dnsmasq. IMO the option 2 looks better than 1, but it would require changes in neutron as you said.