Project

General

Profile

Actions

Bug #1001

closed

Foreman insists on being able to detect a PXE boot server

Added by Anonymous almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
DHCP
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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.

Actions #1

Updated by Ohad Levy almost 13 years ago

  • Category set to DHCP
  • Assignee set to Ohad Levy
  • Target version set to 0.4
Actions #2

Updated by Ohad Levy almost 13 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF