Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu Configuration of the DHCP Plugin #999

Open
smashingchrische opened this issue Jan 10, 2018 · 1 comment
Open

Ubuntu Configuration of the DHCP Plugin #999

smashingchrische opened this issue Jan 10, 2018 · 1 comment

Comments

@smashingchrische
Copy link

smashingchrische commented Jan 10, 2018

Hey,
I just found out that on my machine (Ubuntu 16.04.3 LTS) the dhcp_isc.yml should use:

:config: /etc/dhcp/dhcpd.conf
:leases: /var/lib/dhcp/dhcpd.leases

instead of the documented parameter setting:

:dhcp_config: /etc/dhcp/dhcpd.conf
:dhcp_leases: /var/lib/dhcp/dhcpd.leases

Foreman disabled the plugin, as it did not read the leases file properly.
It was due to the dhcp_leases setting.
After changing it to only leases, it works just fine.

I refer to the the documentation available here:
https://theforeman.org/manuals/1.16/index.html#4.3.4DHCP

I have installed foreman directly from the packages without the foreman-installer.
Has someone experienced the same issue as me?

@ekohl
Copy link
Member

ekohl commented Jan 10, 2018

AFAIK we do configure this in the installer but you're right that the current manual instructions look outdated. A PR would be highly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants