Commit Graph

281 Commits

Author SHA1 Message Date
Gregory Kurtzer
93a2eeaf2c Sleep and reboot on PXE error 2021-02-23 19:52:11 -08:00
Gregory Kurtzer
88dbec7ed9 Automatically reload daemon configuration file when configuration file is changed. 2021-02-12 23:00:03 -08:00
Gregory Kurtzer
e7c6fe3abe Add ability to reload config file for warewulfd on SIGHUP 2021-02-12 22:59:27 -08:00
Gregory Kurtzer
72321cf319 Typo fix 2021-02-12 22:58:35 -08:00
Gregory Kurtzer
d00ea3ba00 Index node database for daemon to make lookups always instantaneous 2021-02-12 22:58:22 -08:00
Gregory Kurtzer
30c6b64413 Support importing a kernel from a chroot directory 2021-02-04 18:06:46 -08:00
Gregory Kurtzer
e4ec4b0ffd Removed minimum args requirement so we can do `--all. 2021-02-04 18:06:15 -08:00
Brian Clemens
766ef32914 Fix build on el7 2021-02-03 22:29:23 +09:00
Niko Kivel
d1f80662a6 Fix configure hosts show emptying /etc/hosts and setpersist CLI variable in configure hosts
- Only open `/etc/hosts` when write intended
- Correct `SetPersist` CLI variable
2021-01-28 19:41:12 +09:00
Niko Kivel
4af728d6bf Use SystemOverlay when building system overlay
Use SystemOverlay when building system overlay
2021-01-28 10:02:43 +09:00
Niko Kivel
70735c144f dhcpPersist variable, update wwctl services to wwctl configure in default confs
* fixed wrong variable for kernel arguments
* fixed wrong variable for persistence
* fixed recreate command hint
2021-01-27 23:36:59 +09:00
Brian Clemens
3370ee7142 Include systemd service in RPM spec 2021-01-27 12:16:30 +09:00
Niko Kivel
fbc2f250ae fixed wrong variabel for kernel arguments 2021-01-26 22:53:18 +09:00
Brian Clemens
4712c03a1a Tag 4.0.0 2021-01-26 22:53:18 +09:00
Brian Clemens
44a93a3934 Add systemd service 2021-01-26 19:35:36 +09:00
Brian Clemens
7ee9760f45 Clean distribution files in make clean 2021-01-18 09:33:13 +09:00
Brian Clemens
57957ed427 Add basic test workflow 2021-01-17 19:56:15 +09:00
Brian Clemens
a2ebded35f fixup! Move documentation 2021-01-16 06:18:23 +09:00
Brian Clemens
659d652813 Move documentation 2021-01-15 19:44:32 +09:00
Gregory Kurtzer
98f5142635 Include vendor in make dist 2021-01-14 21:19:31 -08:00
Gregory Kurtzer
b903eac31f Minor fixup for RPM build 2021-01-14 21:19:11 -08:00
Gregory Kurtzer
9565f9fd32 Added make dist to Makefile to produce a tarball 2021-01-14 21:14:12 -08:00
Gregory Kurtzer
bad930f21b Added a specfile 2021-01-14 21:09:49 -08:00
Gregory Kurtzer
29d171ada4 Updated the logo 2021-01-14 20:33:25 -08:00
Gregory Kurtzer
72b1d8c9d8 UI Updates with a few minor fixups scattered here and there 2021-01-14 20:23:42 -08:00
Gregory Kurtzer
72a40c2eca Documentation updates 2020-12-29 14:51:44 -08:00
Gregory Kurtzer
6eb5710f08 Updated documentation 2020-12-23 18:44:14 -08:00
Gregory Kurtzer
3791633ea4 Setting up basic documentation 2020-12-22 22:26:29 -08:00
Gregory Kurtzer
b4e5656b5b Create the correct directory name (plural for chroots) 2020-12-22 22:20:22 -08:00
Gregory Kurtzer
b7d0a8d9b9 Minor fix in hosts.tmpl when an IP address isn't defined 2020-12-22 21:59:26 -08:00
Gregory Kurtzer
ed3d040cab Merge branch 'main' of github.com:ctrliq/warewulf into svdavidson-main 2020-12-22 21:52:35 -08:00
Gregory Kurtzer
bd2968cf51 Fix minor bug in hosts template for bool value 2020-12-22 21:51:19 -08:00
Gregory Kurtzer
8a419f648b Properly configure a network device to be default 2020-12-22 21:51:05 -08:00
svdavidson
56cd307533 Merge pull request #16 from ctrliq/cleanups
Various Cleanups
2020-12-22 23:45:27 -06:00
Gregory Kurtzer
01dd0e4ad7 Merge branch 'main' of https://github.com/svdavidson/warewulf into svdavidson-main 2020-12-22 21:28:21 -08:00
Gregory Kurtzer
7aee24e5c1 Clean up and optimize the node and profile sets 2020-12-22 21:18:38 -08:00
Gregory Kurtzer
780fb4faa8 Move the sort to the constructors. 2020-12-22 21:18:15 -08:00
Shannon V. Davidson
c43fcededc Back up /etc/hosts and allow local changes 2020-12-22 23:08:35 -06:00
Gregory Kurtzer
a741b7e668 Merge branch 'main' of github.com:ctrliq/warewulf into main 2020-12-22 20:51:52 -08:00
Gregory Kurtzer
0144ba07a6 Some Readme updates 2020-12-22 20:50:58 -08:00
Gregory M. Kurtzer
84b709b8ed Merge pull request #14 from ctrliq/various_fixups
Very minor fixes and readme updates I want to get out there.
2020-12-21 21:43:46 -08:00
Gregory Kurtzer
63971f647b Updating the default main README page 2020-12-21 21:42:17 -08:00
Gregory Kurtzer
2f5ee2c1cc Updated Quickstart for RHEL7/8 2020-12-21 21:12:03 -08:00
Gregory Kurtzer
1c33650a80 Configure root and user's ssh keys as well as hosts keys 2020-12-21 21:11:40 -08:00
Gregory Kurtzer
b4d78963f9 Starting documentation updates 2020-12-21 18:47:54 -08:00
Gregory Kurtzer
e5dcb573ad Minor fixups for init 2020-12-21 18:45:29 -08:00
Gregory Kurtzer
7be47333c6 Changed defaults for root and kernel args 2020-12-21 18:44:57 -08:00
Gregory Kurtzer
2b269d3db7 Added kernel args for node and profile command. 2020-12-21 18:44:29 -08:00
svdavidson
1cf0b62899 Merge pull request #13 from gmkurtzer/init_fixes
Init fixes
2020-12-21 09:31:14 -06:00
svdavidson
47f7a7e765 Merge pull request #12 from gmkurtzer/readmefix
Fix README.md related to issue #11.
2020-12-21 09:30:10 -06:00