Commit Graph

234 Commits

Author SHA1 Message Date
Christian Goll
5d98a8f9ff Merge pull request #223 from jcsiadal/imprt-fix
Fix misspelled export command for wwctl container
2021-12-07 09:10:00 +01:00
Christian Goll
f47d2cedb9 add bash completion for node list 2021-12-06 09:54:02 +01:00
jcsiadal
a1619e2d03 Fix misspelled command
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2021-12-04 01:47:14 +00:00
jcsiadal
0b93d6c277 Update help
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2021-11-08 11:36:21 -08:00
jcsiadal
de2c882ba1 Replace HTML in help
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
2021-10-28 17:48:16 -07:00
Gregory Kurtzer
49c14f0de5 Merge branch 'main' of github.com:hpcng/warewulf into 4.2.x 2021-10-23 19:57:21 -07:00
Gregory Kurtzer
852ad6fb38 Fix error WRT deleting file in default overlay 2021-10-23 19:38:34 -07:00
Gregory M. Kurtzer
5ba31b3537 Merge pull request #174 from gmkurtzer/expand_bracket
Bracket expansion for node ranges
2021-10-23 12:30:12 -07:00
Gregory Kurtzer
b90883ad2d Properly increment IP addresses on multi-node set 2021-10-22 16:10:12 -07:00
Gregory Kurtzer
51c15f3c39 Update CLI to all use the new expand bracket capability 2021-10-15 21:37:47 -07:00
Christian Goll
7c6c96fc4f kernel import must not have absolute path 2021-10-14 11:52:14 +02: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 Kurtzer
238b61a682 Daemon logging to syslog (#152) 2021-09-30 23:40:16 -07: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 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
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
Christian Goll
8010cd2435 dynamic nouns for 'wwwctl container' 2021-09-24 14:36:23 +02:00
Gregory M. Kurtzer
91437bab5e Merge pull request #138 from gmkurtzer/overlay_fixes134
Overlay fixes
2021-09-22 23:14:38 -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
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
Gregory Kurtzer
71b9ea714f Fix for overlay builds 2021-09-17 21:48:39 -07:00
Gregory Kurtzer
24b017f4f1 Properly handle import dest being a directory (thanks @elguero!) 2021-09-15 10:00:56 -07:00
Gregory Kurtzer
c6f723d52f Additional fixups, thanks @elguero! 2021-09-14 21:36:27 -07:00
Gregory Kurtzer
9581281cb4 Fixed redundant usage errors 2021-09-13 22:36:45 -07:00
Gregory Kurtzer
473ecd7e96 Allow chmod on both file and directory 2021-09-13 22:30:49 -07:00
Gregory Kurtzer
5d425a897f Check length of args properly before using array slice. 2021-09-13 22:29:41 -07:00
Gregory Kurtzer
204b88742a Make sure list has a minimum args of 1. 2021-09-13 22:26:49 -07:00
Gregory Kurtzer
3137f477bf UI updates to include "overlay kind" 2021-09-13 13:28:44 -07:00
Gregory Kurtzer
20031c2cfb More nomenclature cleanups 2021-09-12 14:25:43 -07:00
Gregory Kurtzer
60155cf127 these validity checks were causing problems with undefining configurations.
Removing these for now, as we will trust the user with doing the right thing.
2021-09-12 14:15:54 -07:00
Gregory Kurtzer
859bbcc316 Be more consistent with UI nomenclature with kernel and container 2021-09-12 13:35:49 -07:00
Gregory Kurtzer
e679fa24fa Cleanup container list command 2021-09-11 21:23:30 -07:00
WestleyR
705b321f80 Better error handling for some of wwctl commands
Better error handling, also prints a stack trace for `wwctl` if
`--debug` flag is used.
2021-09-10 21:18:45 -07:00
Gregory Kurtzer
09652cd56d Various more updates around Warewulf service and erorr cleanup 2021-09-10 18:25:58 -07:00
Gregory Kurtzer
f9b9c3a8c1 Linting fixes 2021-09-08 20:37:58 -07:00
Gregory M. Kurtzer
4b5e3fd6eb Merge pull request #117 from WestleyK/remove_commented_code
Remove commented test code
2021-09-08 16:12:09 -07:00
Gregory M. Kurtzer
7bfe61d629 Merge pull request #114 from gmkurtzer/overlay_chown
Added overlay chown subcommand
2021-09-08 16:11:53 -07:00
Gregory M. Kurtzer
5fa6105630 Merge pull request #116 from mslacken/kernel-container
Added container option for kernel import
2021-09-08 16:10:14 -07:00