Document warewulf.conf:dhcp.template

- Closes: #1701

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-06 00:06:42 -07:00
parent 470f8c65d5
commit c32b752545
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Recommend installing ipmitool with Warewulf package. #970
- Add completion for profile list. #1695
- Add OPTIONS argument for `warewulfd.service`. #1707
- Document `warewulf.conf:dhcp.template`. #1701
### Changed

View File

@@ -70,6 +70,13 @@ configurations:
network, failures will occur. This specifies the range of addresses
you want DHCP to use.
* ``dhcp:template`` defines an optional DHCP template variable to control the
generation of the DHCP template.
Specifying ``template: static`` populates ``dhcpd.conf`` with static leases
for each host, bypassing the DHCP range. Run ``wwctl configure dhcp`` to
update ``dhcpd.conf`` when nodes are added, removed, or changed.
The other configuration options are usually not touched, but they are
explained as follows: