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

dhcp not present in smartProxies v #817

Open
sferry opened this issue Oct 27, 2023 · 1 comment
Open

dhcp not present in smartProxies v #817

sferry opened this issue Oct 27, 2023 · 1 comment

Comments

@sferry
Copy link

sferry commented Oct 27, 2023

Hello,
I am trying to update some old configuration. Now I am with:
module foreman-proxy;14.0.2
module dhcp 6.0.0
(and some modules dependencies)
Foreman2.1.4
Puppet 6.28
puppetserver 6.20
I use a test VM as puppetserver, it is not the PuppetCA, and at this point I don't see any issue.

I updated the modules to :
module foreman-proxy;15.2.0
module dhcp 6.2.0

In the Foreman GUI I have these feature enabled-OK :
HTTPBoot, Logs, Puppet, Puppet CA, TFTP
I did not configured the CA : it should not be there , and it is failed in the PuppetCA tab.
DHCP is not there (after the update).

I did enable the dhcp with
class { ::foreman_proxy:
dhcp => true,
}
But it does not appear in any tab overview or services
and i cannot define it in the subnets.
Though DHCP is running :
systemctl status dhcp.service
==>running
And if I change the path's or file's acl of /etc/dhcp/dhcpd.conf
smartProxies > Overview shows Failed feature : dhcp and dhcp_isc ( the acl error: i had to force 0755 instead of 0750)

I do not have error log messages; the issue appears when I create a new host : everything goes fine but since there is no dhcp.lease there is nothing to boot from.

Could anyone give me a idea on where could be my mistake ? module compatibility ?
thanks for any help.
regards
Sophie

@ekohl
Copy link
Member

ekohl commented Feb 13, 2024

Foreman2.1.4

This is a very old version of Foreman. Though this particular area hasn't really changed for a while, it's a likely suspect.

smartProxies > Overview shows Failed feature : dhcp and dhcp_isc ( the acl error: i had to force 0755 instead of 0750)

This looks like your problem. Though since bde9c88 we should manage this with ACLs. You don't mention exactly what the ACL error is, so it's hard to say what's going on.

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

No branches or pull requests

2 participants