Feature #35909
Windows default iPXE httpboot template
Description
Fixed windows deploy via proxy.
You can use it to provision hosts running Windows using iPXE over HTTP instead of TFTP Only need to use httpboot to do this.
set boot-url tftp://<%= foreman_request_addr %>/
changed to
set boot-url http://<%= foreman_request_addr %>/httpboot/
Associated revisions
History
#1
Updated by Evgeni Golov 3 months ago
- Status changed from New to Closed
- Fixed in Releases 3.6.0 added
Fixed in https://github.com/theforeman/foreman/commit/b779fcd98d1e8fabde58e1137e30a849a639bab1 - I just messed up the commit message
#2
Updated by Ewoud Kohl van Wijngaarden 3 months ago
I wanted to link it up in Redmine. If you go to https://projects.theforeman.org/projects/foreman/repository/revisions/b779fcd98d1e8fabde58e1137e30a849a639bab1 you can set the related issue (if you have the permissions). However, that commit only updates the developer docs. I think you mean https://github.com/theforeman/foreman/commit/b7d9230be6cbc67d4612b2e9a81caf5698a44b7d which I now linked up.
#3
Updated by Ewoud Kohl van Wijngaarden about 1 month ago
- Triaged changed from No to Yes
- Category changed from Templates to Unattended installations
#35909 - Windows default iPXE httpboot template
Fixed windows deploy via proxy.
You can use it to provision hosts running Windows using iPXE over HTTP instead of TFTP
Only need to use httpboot to do this.
`set boot-url tftp://<%= foreman_request_addr %>/`
changed to
`set boot-url http://<%= foreman_request_addr %>/httpboot/`