Merge pull request #1725 from MiddelkoopT/tm-dhcp-template

Set default for dhcp.template in warewulf.conf
This commit is contained in:
Jonathon Anderson
2025-02-10 17:34:00 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -10,19 +10,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added missing hostlist support for `wwctl node` and `wwctl overlay build`. #1635
- Added support for comma-separated hostlist patterns. #1635
- Added default value for `warewulf.conf:dhcp.template`. #1725
### Fixed
- Fixed detection of overlay files in `wwctl overlay list --long`.
- Fixed panics in `wwctl node sensors` and `wwctl node console` when ipmi not configured.
- Fixed completions for `wwctl` commands.
- Return "" when NetDev.IpCIDR is empty.
### Removed
- Removed partial support for regex searches in node and profile lists. #1635
### Fixed
- Return "" when NetDev.IpCIDR is empty.
## v4.6.0rc2, 2025-02-07

View File

@@ -10,6 +10,7 @@ dhcp:
range start: 10.0.1.1
range end: 10.0.1.255
systemd name: dhcpd
template: default
tftp:
enabled: true
systemd name: tftp