Christian Goll
baa8254dd5
Merge pull request #871 from mslacken/RealyReboot
...
reboot also without systemd
2023-08-15 12:49:15 +02:00
Jonathon Anderson
526c96fb5e
Update changelog to reflect Makefile changes
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-08-10 11:45:10 -06:00
Matthew Hink
2094533894
Build fixes for API
...
- Updated the linter from 1.50 to 1.53.2 because the previous version
was falling over (likely OOM).
- Updated protoc build command for newer version of protobuf.
The make command below should work now:
```shell
make clean setup proto all build wwapid wwapic wwapird ; echo $?
```
Signed-off-by: MatthewHink <matthew_hink@ciq.com >
2023-08-09 11:42:37 -06:00
Jonathon Anderson
7b2f278f94
Refactor and fix bugs in syncuids
...
Closes #840
* SyncUids can now return applicable errors even during showOnly, so
updated ContainerImport to ignore errors during showOnly.
* Fixed handling of file gids during SyncUids
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2023-08-08 11:25:09 -06:00
griznog
082eddc0f7
Update CHANGELOG.
2023-07-26 07:22:43 -05:00
Christian Goll
2cf928d6b7
reboot also without systemd
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2023-06-27 14:28:16 +02:00
Yoshiaki Senda
d9fe4b5e63
Add New documentation for development environment (Vagrant)
2023-06-15 15:44:57 +09:00
Christian Goll
9e463c516e
Merge pull request #850 from panda1100/patch-3
...
Add EL9 quickstart guide to index.rst
2023-06-13 11:35:09 +02:00
Yoshiaki Senda
8d674f6105
Merge branch 'development' into patch-2
2023-06-12 22:31:42 +09:00
Yoshiaki Senda
104a05fc6c
Update CHANGELOG.md
...
Add EL9 quickstart guide to index.rst
2023-06-12 22:30:29 +09:00
Christian Goll
b3ebb6bfd7
Merge pull request #849 from panda1100/panda1100-el9
...
Quickstart Guide for EL9
2023-06-12 14:49:33 +02:00
Yoshiaki Senda
a7b4abd444
Update CHANGELOG.md
...
Add Quickstart guide for EL9
2023-06-09 01:02:17 +09:00
Yoshiaki Senda
bc614c6eb3
Update CHANGELOG.md
...
+ Fix build configuration on Quickstart guide #847
2023-06-09 00:41:50 +09:00
Jonathon Anderson
82cdd13987
Documentation and tests for hostlist syntax
...
Added this to a new top-level page for wwctl
Closes #611
Signed-off-by: Jonathon Anderson <janderson@ciq.co >
2023-06-05 05:06:59 -06:00
jason yang
40583b4713
fix kernelargs are not printing properly in node list output
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-05-25 01:21:49 +00:00
Jonathon Anderson
712899c4c2
Merge pull request #768 from JasonYangShadow/issue/758
...
wwlog outputs to stderr rather than stdout
2023-05-16 01:35:33 -06:00
Jonathon Anderson
3bfd22f65a
Merge branch 'development' into issue/608
2023-05-16 01:11:32 -06:00
jason yang
911cb4a3b9
squash commits
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-05-15 10:34:36 +00:00
jason yang
869d3d7c76
squash commits
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-05-15 10:31:07 +00:00
jason yang
956e1b3569
squah commits
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-05-15 10:27:52 +00:00
jason yang
f82e686feb
add changelog
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-05-12 02:51:22 +00:00
jason yang
f24c4765ed
add changelog
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-05-09 05:30:35 +00:00
Jonathon Anderson
6428534dc3
Configure ONBOOT with netdev.OnBoot
...
Closes #644
Signed-off-by: Jonathon Anderson <janderson@ciq.co >
2023-04-20 02:50:47 -06:00
jason yang
0faada6aae
refactor the profile add
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-04-12 10:27:44 +00:00
Christian Goll
5f5724c8a9
Merge branch 'development' into RefactorFlags
2023-04-11 14:17:13 +02:00
jason yang
6f200d65a6
Merge branch 'development' into issue/690
2023-03-28 07:09:33 +00:00
Christian Goll
366113bf65
Merge branch 'RefactorFlags' into development
...
Signed-off-by: Christian Goll <cgoll@suse.de >
2023-03-23 11:24:47 +01:00
Christian Goll
96644be621
allow UNSET for IP addresses
...
added more tests for GetFrom
allow UNSET and handle empty hwaddr
Signed-off-by: Christian Goll <cgoll@suse.de >
2023-03-23 11:17:38 +01:00
Christian Goll
09d14039b0
added Changelog
...
Signed-off-by: Christian Goll <cgoll@suse.de >
2023-03-23 11:15:44 +01:00
Christian Goll
4a8384dbf3
added Changelog
...
Signed-off-by: Christian Goll <cgoll@suse.de >
2023-03-23 11:10:21 +01:00
jason yang
522c3478fb
use tablewriter to format the output
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-03-23 02:44:59 +00:00
Christian Goll
8f76b81596
Merge branch 'development' into genconf
2023-03-22 12:06:58 +01:00
Christian Goll
a935d5fe77
Merge pull request #727 from hpcng/dnsmasq
...
added experimental dnsmasq support
2023-03-22 12:06:10 +01:00
jason yang
84bfccba43
add support for resolving absolute path automatically
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-03-22 04:18:50 +00:00
Christian Goll
4fff291172
Merge branch 'development' into 724-template-extension-fix
2023-03-21 08:32:28 +01:00
Jonathon Anderson
225d8a1379
Add .ww suffix to 70-ww4-netname.rules
...
Fixes #724
Signed-off-by: Jonathon Anderson <janderson@ciq.co >
2023-03-20 16:58:44 -06:00
Jonathon Anderson
4c21a72572
Restrict access to /warewulf/config from overlays
...
The wwinit overlay populates /warewulf/config with information about the
Warewulf configuration. This includes the IPMI password, which should not be
visible to regular users. This changes the installed permissions of the file to
be readable by root only.
Closes #728
Signed-off-by: Jonathon Anderson <janderson@ciq.co >
2023-03-20 15:16:48 -06:00
Yang Xu
854240075a
Merge branch 'development' into issue/661
2023-03-17 18:06:18 +09:00
jason yang
8dc0168412
changing a profile always adds an empty default interface
...
Signed-off-by: jason yang <jasonyangshadow@gmail.com >
2023-03-17 09:01:51 +00:00
Christian Goll
ba0dec021a
added experimental dnsmasq support
...
Signed-off-by: Christian Goll <cgoll@suse.de >
2023-03-10 17:08:01 +01:00
Christian Goll
a422a1617c
added Changelog
...
Signed-off-by: Christian Goll <cgoll@suse.de >
2023-03-06 15:53:32 +01:00
Jonathon Anderson
35579d6d0a
Emit canonical hostnames first
...
The hosts file man page (`man hosts`) states:
> This file is a simple text file that associates IP addresses with
> hostnames, one line per IP address. For each host a single line should
> be present with the following information:
>
> IP_address canonical_hostname [aliases...]
As such, it seems that the hostname should be first in the list.
This is particularly true for the `warewulf` alias for the server
itself, which is certainly an alias for the canonical hostname.
Signed-off-by: Jonathon Anderson <janderson@ciq.co >
2023-02-21 01:51:09 -07:00
Jonathon Anderson
db35d5a5e7
Correct header for overlay list -al
...
Fixes #485
Signed-off-by: Jonathon Anderson <janderson@ciq.co >
2023-01-31 11:59:40 -07:00
Jonathon Anderson
88b740d74d
Fixed an incorrect issue association in CHANGELOG
2023-01-18 15:53:21 -07:00
Jonathon Anderson
b5cdfa06fb
Fixed typos in CHANGELOG
2023-01-18 14:05:16 -07:00
Christian Goll
895df98c76
Update CHANGELOG.md
2023-01-18 21:31:19 +01:00
Christian Goll
52cddcab25
Merge pull request #647 from Prepultrue/development
...
Set umask to 0000 while overlays are being built. Fixes #584
2023-01-18 21:25:11 +01:00
Jonathon Anderson
d35fab082a
Update changelog in prep for v4.4.0
...
Signed-off-by: Jonathon Anderson <janderson@ciq.co >
2023-01-18 12:59:41 -07:00
David McFarlane
404710dd2d
Update CHANGELOG.md
2023-01-18 14:42:40 +11:00
David McFarlane
950099f9dc
Set umask to 0000 while overlays are being built. Fixes #584
2023-01-18 14:34:40 +11:00