Actions
Bug #21975
closedDHCP filename option is ignored
Description
When new DHCP entry is created, filename option is no longer honored and completely ignored.
curl -#k --cert $HOME/.puppet/ssl/certs/$(hostname).pem --key $HOME/.puppet/ssl/private_keys/$(hostname).pem --cacert $HOME/.puppet/ssl/certs/ca.pem -X POST -d '' "https://$(hostname):8443/dhcp/192.168.99.0?ip=192.168.99.1&mac=52:51:00:aa:bb:01&name=test1&filename=pxelinux.0"
This breaks UEFI provisioning, blocker issue for 1.17 release
Updated by Lukas Zapletal almost 7 years ago
Regression in develop/1.17. This is working on 1.15 and 1.16.
Updated by Lukas Zapletal almost 7 years ago
- Related to Bug #21463: proxy detects existing dhcp record as conflict added
Updated by Lukas Zapletal almost 7 years ago
- Related to Bug #21120: Multiple DHCP orchestration is no longer possible with PXELoader added
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Anonymous
- Pull request https://github.com/theforeman/smart-proxy/pull/555 added
Updated by Anonymous almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 13a7c60f097bcfb10d7bc1790739add652a4f169.
Actions