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 over 7 years ago
Regression in develop/1.17. This is working on 1.15 and 1.16.
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 13a7c60f097bcfb10d7bc1790739add652a4f169.
Actions