Feature #10118
openInstaller support for more than one DHCP network
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1206470
Capsule installer for more than one DHCP network
Configure more than one DHCP network on capsule-installer so they can easily use it in their complex network environment, as each capsule should manage more than one DHCP network and range.
They can workaround it by editing dhcpd.conf and restarting that daemon, but would like this functionality within the capsule-installer command.
Updated by Dominic Cleal almost 10 years ago
- Project changed from Smart Proxy to Installer
- Subject changed from Capsule installer support for more than one DHCP network to Installer support for more than one DHCP network
- Category set to foreman-installer script
Updated by Michael Bassler over 9 years ago
Hello,
I have a similar use case in which multiple DHCP networks are required as well as additional options in dhcpd.conf. Would it perhaps be better to allow the capsule-installer to specify an additional include file i.e. capsule-installer --dhcp-additional-config="/etc/dhcp/dhcp.subnets" would append 'include "/etc/dhcp/dhcpd.subnets";' to /etc/dhcp/dhcpd.conf
-Michael