dependabot[bot]
ea67b4f8e2
Bump github.com/creasty/defaults from 1.7.0 to 1.8.0
...
Bumps [github.com/creasty/defaults](https://github.com/creasty/defaults ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/creasty/defaults/releases )
- [Commits](https://github.com/creasty/defaults/compare/v1.7.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/creasty/defaults
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-18 12:38:14 -06:00
dependabot[bot]
87232272d4
Bump github.com/spf13/cobra from 1.8.1 to 1.9.1
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-18 12:32:41 -06:00
Christian Goll
d256d15c20
fixup pdf build
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2025-03-18 12:21:03 -06:00
Jonathon Anderson
747d1c3d25
Merge pull request #1818 from mslacken/FixNetdevOnlyProfile
...
Allow discover of nodes with network only in profile
2025-03-20 16:13:46 -06:00
Christian Goll
a4035faff9
Fix warewulfd panic when netdev is only in profile
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2025-03-18 10:55:24 -06:00
Stephen Simpson
2852cd5e88
Added new sosreport plugin
...
New sos report plugin added as separate RPM
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com >
2025-03-18 10:34:39 -06:00
Timothy Middelkoop
ab69de476f
Build aarch64 packages with GitHub actions
...
Signed-off-by: Timothy Middelkoop <tmiddelkoop@internet2.edu >
2025-03-05 04:05:45 +00:00
Jonathon Anderson
a98ec09b36
v4.6.0
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-03-02 16:46:53 -07:00
Jonathon Anderson
9e41378e1c
Documentation reorg for v4.6.0
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-03-01 11:32:33 -07:00
Christian Goll
afbb937f61
Merge branch 'main' into multi-dependabot
2025-03-01 11:57:45 +01:00
Christian Goll
3cc8a519ca
Merge pull request #1779 from anderbubble/netdev-without-device
...
Better handling for missing NetDev.Device and clean-up dracut NetworkManager connections
2025-03-01 11:48:49 +01:00
Christian Goll
a97c204f53
Use wwctl overlay <import|build> --workers=0 to indicate default value
...
By default, uses `runtime.NumCPU()`
The default value is rendered in the generated man pages, which made
their content dependent on build system characteristics.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-03-01 11:46:15 +01:00
Jonathon Anderson
c8c9442178
Change upgraded default kernel args to match distributed nodes.conf
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-27 02:03:26 -07:00
Jonathon Anderson
94b2c3ba84
Add support for ubuntu-style dracut image names
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-25 17:01:26 -07:00
Jonathon Anderson
8c65c681c9
Remove dracut NetworkManager connections for phase 2
...
- Closes : #1780
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-25 06:32:25 -07:00
Jonathon Anderson
3a1e581f93
Better handling for missing NetDev.Device
...
- Closes : #1777
Overlays:
- ifcfg
- NetworkManager
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-24 22:27:36 -07:00
Timothy Middelkoop
50ab2ff7e4
Install git before checkout
...
Signed-off-by: Timothy Middelkoop <tmiddelkoop@internet2.edu >
2025-02-24 14:50:37 -07:00
Jonathon Anderson
34482c0626
Update CHANGELOG and LICENSE_DEPENDENCIES for additional dependabot updates
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-24 08:55:41 -07:00
Jonathon Anderson
3ac059d79b
Merge remote-tracking branches 'origin/dependabot/go_modules/main/google.golang.org/protobuf-1.36.5', 'origin/dependabot/go_modules/main/github.com/containers/storage-1.57.1' and 'origin/dependabot/go_modules/main/google.golang.org/grpc-1.70.0' into multi-dependabot
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-24 08:06:51 -07:00
Jonathon Anderson
52f555034f
v4.6.0rc3
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-23 04:49:19 -07:00
Jonathon Anderson
9cedd835aa
Port NFS before applying defaults
...
- Closes : #1758
Fixes an issue where `wwctl upgrade nodes` applied default NFS mounts and
ported in NFS entries from warewulf.conf.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-23 16:33:14 +01:00
Christian Goll
b41a49f863
Merge pull request #1762 from anderbubble/wwbool-default-true
...
Add WWbool.BoolDefaultTrue()
2025-02-23 16:30:40 +01:00
Jonathon Anderson
fd8de8bfab
Add WWbool.BoolDefaultTrue()
...
New support in WWbool for booleans that default "true."
Used primarily for NetDev.OnBoot.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-20 01:41:10 -07:00
Christian Goll
4c1dbfb642
Set IdleConnTimeout wwlient to 2*UpdateIntervall
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2025-02-21 23:39:13 -07:00
Christian Goll
bd485817c1
Require ignition for mount and not only after
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2025-02-21 22:27:40 -07:00
Christian Goll
9fd3b354e0
Merge pull request #1742 from anderbubble/wwinit-logging
...
Improved logging during iPXE, GRUB, and wwinit
2025-02-20 10:32:11 +01:00
Jonathon Anderson
e5024038a6
Don't use DHCP for interfaces attached to a bond
...
- Fixes : #1743
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-20 10:16:59 +01:00
Jonathon Anderson
279e966ce2
Reduced default verbosity of wwctl overlay build
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-20 01:40:36 -07:00
Jonathon Anderson
fd49254ac5
Display auto-detected kernel version during iPXE and GRUB
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-18 17:00:21 -07:00
Christian Goll
34e8aa7402
Merge pull request #1746 from anderbubble/default-nfs-resources
...
Default nfs resources
2025-02-18 17:42:24 +01:00
Jonathon Anderson
4fa8601b75
Updated wwinit for clarity #1156
...
Also:
- Renamed /warewulf/wwinit to /warewulf/prescripts
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-17 02:48:16 -07:00
Jonathon Anderson
fb9f269fc5
Update ipxe and grub configuration for clarity #1156
...
Also:
- Defined a menu for iPXE
- Support a IPXEMenuEntry tag to select the boot method
- Merge iPXE dracut support into default.ipxe (use IPXEMenuEntry=dracut)
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-17 02:31:05 -07:00
Jonathon Anderson
d96744afbd
Make DHCP range optional
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-14 23:32:22 -07:00
Jonathon Anderson
f2273fcd4a
Removed check for "discoverable" profiles during wwctl upgrade nodes
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-14 20:45:39 -07:00
Jonathon Anderson
b05fa4157a
Added fstab mounts for /home and /opt to initial default profile
...
- Closes : #1744
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-14 20:30:46 -07:00
Christian Goll
6914a4050a
Add help to Makefile
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2025-02-14 18:33:43 -07:00
Jonathon Anderson
7f317dff82
Add WW_HISTFILE to control shell history location during wwctl image shell
...
Co-authored-by: Christian Goll <cgoll@suse.com >
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-14 09:09:57 +01:00
Jonathon Anderson
609dc286ef
Update PS1 during wwctl image shell to include working directory
...
Optionally, use `WW_PS1` to construct the prompt.
- Closes : #1245
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-14 09:09:57 +01:00
Jonathon Anderson
da26fa3061
Added support for a DNSSEARCH netdev tag in network configuration overlays
...
- Closes : #1256
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-14 09:07:09 +01:00
Jonathon Anderson
eb6ce7d86c
Update syncuser documentation
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-11 18:28:49 -07:00
Jonathon Anderson
8197484461
Make wwctl image syncuser --write true by default
...
It can be disabled with `wwctl image syncuser --write=false`.
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-11 18:28:49 -07:00
Jonathon Anderson
b0b4e8117f
Remove syncuser from the list of default runtime overlays
...
- #1322
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-11 18:28:49 -07:00
Jonathon Anderson
b56fc19f9e
Added wwctl image build --syncuser
...
- #1321
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-11 18:28:49 -07:00
Jonathon Anderson
f2092b2854
Remove syncuser warning messages in wwctl that assume its use
...
- #1321
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-11 18:28:49 -07:00
Jonathon Anderson
21333482e6
Omit duplicate passwd and group entries in syncuser overlay
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-11 18:28:47 -07:00
Jonathon Anderson
4862d44aad
Make .ww suffix optional during wwctl overlay show --render
...
- Closes : #649
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-11 10:14:18 -07:00
Jonathon Anderson
444c0924f1
Don't add "default" profile to new nodes if it does not exist.
...
- Fixes : #1721
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-12 09:22:51 +01:00
Christian Goll
cd68b9d889
Merge pull request #1729 from anderbubble/wwctl-hidden-commands
...
Hide internal `wwctl completion` and `wwctl genconfig` commands
2025-02-12 09:21:21 +01:00
Christian Goll
2211df64eb
Merge pull request #1728 from anderbubble/fix-1718
...
Updated `wwctl node export` to include node IDs
2025-02-12 09:20:41 +01:00
Jonathon Anderson
f71483035b
Updated overlay flags
...
New flags: `wwctl <node|profile> <add|set> [--runtime-overlays|--system-overlays]`.
Previous flags retained hidden for backwards-compatibility.
- Closes : #1495
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2025-02-10 19:17:08 -07:00