Bug #1381
Foreman uses fqdn internally for DHCP nextServer. This should be the IP address.
Description
Conflict resolution requires that the attrs returned by the smart-proxy match the attrs that foreman uses. Foreman uses a hostname internally whilst the smart-proxy always returns an IP address.
This results in bogus conflicts.
Related issues
Associated revisions
fixes #1381 - nextServer should be handled internally as an IP address not a hostname
Signed-off-by: Paul Kelly <paul.ian.kelly@googlemail.com>
History
#1
Updated by Paul Kelly over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 7fe22657d60cdeb34409e2fe8b0c6d46b8fea1bf.
#2
Updated by Ohad Levy over 10 years ago
- Target version set to 0.4.1
#3
Updated by Ohad Levy over 10 years ago
this patch breaks if dhcp is enabled, but dns is off :-\
#4
Updated by Ohad Levy over 10 years ago
Ohad Levy wrote:
this patch breaks if dhcp is enabled, but dns is off :-\
and thanks to Paul it is fixed in #1420
fixes #1381 - nextServer should be handled internally as an IP address not a hostname
Signed-off-by: Paul Kelly <paul.ian.kelly@googlemail.com>