Commit Graph

639 Commits

Author SHA1 Message Date
Gregory M. Kurtzer
9220e6ade5 Merge pull request #179 from gmkurtzer/overlay_fix
Fix error WRT deleting file in default overlay
2021-10-25 14:10:15 -07:00
Gregory Kurtzer
852ad6fb38 Fix error WRT deleting file in default overlay 2021-10-23 19:38:34 -07:00
Gregory M. Kurtzer
bbf6398fed Merge pull request #162 from gmkurtzer/profile_discoverable
Allow `--discoverable` option to be set via profiles
2021-10-01 00:09:05 -07:00
Gregory Kurtzer
cb1455bd8b Allow --discoverable option to be set via profiles (ref: #159) 2021-10-01 00:05:41 -07:00
Gregory M. Kurtzer
604dd2026f Merge pull request #149 from mslacken/bash-dynamic-nouns
Bash-completion dynamic nouns
2021-09-30 23:56:22 -07:00
Gregory M. Kurtzer
dbef20d498 Merge pull request #157 from gmkurtzer/overlay_autoupdate
Update or build overlays on demand
2021-09-30 23:47:55 -07:00
Gregory M. Kurtzer
d2a7b22d9f Merge pull request #161 from elguero/main
Update spec file and systemd unit file
2021-09-30 23:47:33 -07:00
Gregory Kurtzer
6e78f1e89b Fix lint errors 2021-09-30 23:43:24 -07:00
Gregory Kurtzer
238b61a682 Daemon logging to syslog (#152) 2021-09-30 23:40:16 -07:00
Gregory Kurtzer
384c4c0286 Make the overlay auto-update configurable 2021-09-30 23:02:04 -07:00
Gregory Kurtzer
2234532ac8 Add dhcpd lease max time 2021-09-30 23:01:34 -07:00
Gregory Kurtzer
dffa5a348e Minor bugfix in overlay-runtime REST path 2021-09-30 23:01:19 -07:00
Michael L. Young
2b75286612 Fix link to documentation in systemd unit file 2021-10-01 01:29:28 -04:00
Michael L. Young
b0ede5d03e RPM Spec File Improvements
- Fix package reference for EL7
- Update spec file to use systemd macros
- Use macros to refer to file paths
- Update syntax
2021-10-01 01:26:53 -04:00
Gregory Kurtzer
a8f2c58dcc Fix lint error 2021-09-29 22:48:15 -07:00
Gregory Kurtzer
1d48c9ce15 Removed static port delcaration in the dhcpd templates 2021-09-29 22:41:58 -07:00
Gregory Kurtzer
499582e211 Don't rebuild overlays on overlay commands automatically 2021-09-29 22:06:46 -07:00
Gregory Kurtzer
8d56a866e1 also rebuild on overlay internal file changes 2021-09-29 21:51:57 -07:00
Gregory Kurtzer
49a573b926 Always build overlays on demand by Warewulfd 2021-09-29 21:30:09 -07:00
Gregory Kurtzer
c859e880ff Cleanup output during overlay build 2021-09-29 21:29:52 -07:00
Gregory M. Kurtzer
4a0e07f333 Merge pull request #148 from gmkurtzer/container_fixups
Make sure that ifcfg-XXXX files work properly
2021-09-29 20:48:20 -07:00
Gregory M. Kurtzer
7afaaaa8d4 Merge pull request #151 from robgjansen/sh_eq_op_fix
Fix sh syntax for equal operator
2021-09-29 20:48:00 -07:00
Gregory M. Kurtzer
411e51f272 Merge pull request #139 from mslacken/kernel-tag
handling kernels by name
2021-09-29 20:47:42 -07:00
Christian Goll
275937e966 dynamic nouns for 'wwctl power' 2021-09-28 12:22:34 +02:00
Christian Goll
edf1329246 added basic error handling for flag nouns 2021-09-28 12:14:46 +02:00
Christian Goll
bf7bf27c21 Merge branch 'bash-dynamic-nouns' of github.com:mslacken/warewulf into bash-dynamic-nouns 2021-09-28 11:42:16 +02:00
Christian Goll
4810f2c5a2 dynamic nouns for 'wwctl profile' 2021-09-28 11:38:48 +02:00
Christian Goll
c0863e6a9f nouns for 'wwwctl overlay' 2021-09-28 11:30:15 +02:00
Christian Goll
bd7f502b0e dynamic nouns for 'wwctl node' 2021-09-28 11:22:16 +02:00
Christian Goll
b3743657b2 dynamic nouns for 'wwwctl kernel' 2021-09-28 10:01:54 +02:00
Rob Jansen
b69f000b8e Fix sh syntax for equal operator
Fixes #150
2021-09-25 12:34:35 -04:00
Gregory Kurtzer
cdf9e574e0 Fix systemctl servicename 2021-09-24 13:50:23 -07:00
Gregory Kurtzer
0dca35f6d9 Another minor fixup for network initalization 2021-09-24 13:49:09 -07:00
Christian Goll
9b9d156104 dynamic nouns for 'wwwctl kernel' 2021-09-24 16:39:43 +02:00
Christian Goll
8010cd2435 dynamic nouns for 'wwwctl container' 2021-09-24 14:36:23 +02:00
Gregory Kurtzer
2540d46b68 Make sure that ifcfg-XXXX files work properly 2021-09-23 13:03:34 -07:00
Gregory Kurtzer
c097c15b13 Don't rebuild all binaries all the time 2021-09-22 23:20:59 -07:00
Gregory M. Kurtzer
91437bab5e Merge pull request #138 from gmkurtzer/overlay_fixes134
Overlay fixes
2021-09-22 23:14:38 -07:00
Gregory M. Kurtzer
7ddd626771 Merge pull request #137 from gmkurtzer/arm-kernel
Arm kernel support
2021-09-22 23:13:55 -07:00
Gregory M. Kurtzer
c4aa09d50d Merge pull request #147 from hpcng/revert-120-kernel-container
Revert "allow compressed kernels with gz suffix"
2021-09-22 23:13:07 -07:00
Gregory M. Kurtzer
77bee733b3 Revert "allow compressed kernels with gz suffix" 2021-09-22 23:11:06 -07:00
Gregory M. Kurtzer
e82210c617 Merge pull request #120 from mslacken/kernel-container
allow compressed kernels with gz suffix
2021-09-22 23:10:08 -07:00
Gregory M. Kurtzer
3c9a257736 Merge pull request #136 from paulscherrerinstitute/daemon-port
Fixes #135
2021-09-22 23:07:44 -07:00
Gregory M. Kurtzer
a6007ef4ba Merge pull request #145 from mslacken/main
using upercase 'c' for container as in set
2021-09-22 14:59:01 -07:00
Christian Goll
09976889cc using upercase 'c' for container as in set 2021-09-22 15:05:50 +02:00
Christian Goll
5e25fd94d4 fixed hadning fo args 2021-09-22 14:54:54 +02:00
Gregory M. Kurtzer
4dd46636ef Merge pull request #140 from elguero/main
Fix panic when failing to include the command to be run by the
2021-09-20 18:55:31 -07:00
Michael L. Young
0020d529b9 Fix panic when failing to include the command to be run by the
'container exec' command.

Update documentation for the 'container exec' command.
2021-09-20 16:57:01 -04:00
Christian Goll
341bdc2019 fixed linting errors 2021-09-20 13:06:43 +02:00
Christian Goll
dfd6ce3735 handling k ernels by nme
version is also stored, kernel name defaults to its version
2021-09-20 12:22:36 +02:00