ocf:dhcpd — Chrooted ISC DHCP Server resource agent.
OCF_RESKEY_config=string OCF_RESKEY_chrooted=boolean OCF_RESKEY_chrooted_path=string [OCF_RESKEY_binary=string] [OCF_RESKEY_user=string] [OCF_RESKEY_group=string] [OCF_RESKEY_interface=string] [OCF_RESKEY_includes=string] [OCF_RESKEY_leases=string] [OCF_RESKEY_pid=string] dhcpd [start | stop | monitor | meta-data | validate-all]
The absolute path to the DHCP server configuration file.
Configure the dhcpd service to run in a chrooted or non-chrooted mode.
The absolute path of the chrooted DHCP environment.
The binary for the DHCP server process. An absolute path definition is not required, but can be used to override environment path.
The system user the DHCP server process will run as when it is chrooted.
The system group the DHCP server process will run as when it is chrooted.
The network interface(s) the DHCP server process will bind to. A blank value will bind the process to all interfaces.
This parameter provides a means to copy include files into the chrooted environment. If a dhcpd.conf file contains a line similar to this: include "/etc/named.keys"; Then an admin also has to tell the dhcpd RA that this file should be pulled into the chrooted environment. This is a space delimited list.
The leases database file, relative to chrooted_path.
The path and filename of the PID file. It is relative to chrooted_path.