Actions
Bug #1001
closedForeman insists on being able to detect a PXE boot server
Description
When configuring foreman explicitly without PXE, adding a host is not possible because the bootserver method in app/models/orchestration/dhcp.rb fails to detect a default bootserver. The error in the Web UI is:
"# failed to detect boot server: undefined method `bootServer' for nil:NilClass"
Changing the bootserver method to:
def bootserver
return "127.0.0.1"
made the error go away. Thanks to Ohad for the debugging.
Updated by Ohad Levy over 13 years ago
- Category set to DHCP
- Assignee set to Ohad Levy
- Target version set to 0.4
Updated by Ohad Levy over 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset b79bd65cce0f2f47d730376d9eea99a23666b2c0.
Actions