Gregory Kurtzer
6313220ca6
Automatically change color based on "UpdateInterval" from config
2021-12-31 03:47:34 +00:00
Gregory Kurtzer
875e37f4de
Support node ranges in wwctl node status
2021-12-31 03:38:12 +00:00
Gregory Kurtzer
fdbca2e07d
Add color to wwctl node status output and time based filter
2021-12-31 03:24:09 +00:00
Gregory Kurtzer
c5b1e7e999
Cleanups to STATUS
2021-12-31 02:58:57 +00:00
Gregory Kurtzer
c9c462b180
Don't default "onboot" to yes in options
2021-12-31 02:51:32 +00:00
Gregory Kurtzer
a788db282c
Allow for change of update frequency for watching node status
2021-12-31 02:46:22 +00:00
Gregory Kurtzer
39ec7c0807
A few usability fixes and put full node DB logic into warewulfd
2021-12-31 02:38:48 +00:00
Gregory Kurtzer
d406231c10
Clean vendor directory on make clean
2021-12-31 01:18:35 +00:00
Gregory Kurtzer
163834bd13
Merge branch 'main' of github.com:hpcng/warewulf into main
2021-12-31 01:10:40 +00:00
Gregory Kurtzer
e5edd87b43
Fix default permission of config file so users can use it.
2021-12-31 01:09:37 +00:00
Gregory Kurtzer
6b42362f37
Fixed linting errors
2021-12-31 01:00:18 +00:00
Gregory Kurtzer
525ac1184e
Simplified version of node status monitoring with CLI
2021-12-30 23:26:45 +00:00
Gregory M. Kurtzer
a5e63bae8a
Merge pull request #235 from gmkurtzer/largepxe_imgextract_fix
...
Implement fix for #222 (thanks Griznog!)
2021-12-30 11:28:22 -08:00
Gregory Kurtzer
a0ffc12c9a
Put imgextract into a different PXE file until it is tested on ARM
...
To use this iPXE template do the following:
```
wwctl profile set --ipxe big_image default
```
2021-12-30 17:22:56 +00:00
Gregory Kurtzer
82b276f858
Implement fix for #222 (thanks Griznog!)
2021-12-30 03:44:48 +00:00
Gregory Kurtzer
2f6a9251cd
Optimized FilterByName() to weed out redundant queries
2021-12-30 03:35:54 +00:00
Gregory Kurtzer
f0fa6385eb
Add "DEFAULT" to the node and profile list output
2021-12-29 17:50:49 -08:00
Gregory Kurtzer
50814b785e
Minor update of overlay build output wording
2021-12-29 17:47:06 -08:00
Gregory Kurtzer
dff5567b11
More updates/fixes from testing
2021-12-29 17:30:01 -08:00
Gregory Kurtzer
9f53bca1bf
Various fixes found in testing
2021-12-29 17:16:53 -08:00
Gregory Kurtzer
00d8d42e9d
First pass at a rework of the overlay subsystem in Warewulf
2021-12-29 16:11:25 -08:00
Gregory Kurtzer
02a5de3873
Fix gitignore
2021-12-28 16:56:33 -08:00
Gregory M. Kurtzer
21387ff2e2
Merge pull request #194 from panda1100/ctime
...
use ctime instead of mtime to detect file owner/permission change
2021-12-28 16:54:58 -08:00
Gregory Kurtzer
f745d90c9c
Added some fixes to #184
2021-12-28 16:50:07 -08:00
Gregory Kurtzer
ed57dbfe32
Merge branch 'improve_nfs' of https://github.com/robgjansen/warewulf into robgjansen-improve_nfs
2021-12-28 16:27:03 -08:00
Gregory M. Kurtzer
518361d8b6
Merge pull request #177 from gmkurtzer/netdev_refactor
...
Refactor netdev interfaces
2021-12-28 16:17:25 -08:00
Gregory Kurtzer
189df61366
Always set onboot to true for default
2021-12-28 16:13:55 -08:00
Gregory Kurtzer
f5a9c0f933
Fixed backwards compatibility with --netdev and cleanups
2021-12-28 16:07:19 -08:00
Gregory Kurtzer
3a699f7148
Merge branch 'main' of github.com:hpcng/warewulf into netdev_refactor
2021-12-28 15:36:22 -08:00
Gregory M. Kurtzer
fe2365fa28
Merge pull request #231 from gmkurtzer/makefile_cleanups
...
Cleanups to makefile so we don't pollute our source dirs
2021-12-28 15:35:20 -08:00
Gregory Kurtzer
2d50273f14
Cleanups to makefile so we don't pollute our source dirs
2021-12-28 15:33:00 -08:00
Gregory Kurtzer
7d2fe7f22f
Merge branch 'main' of github.com:hpcng/warewulf into netdev_refactor
2021-12-28 15:18:08 -08:00
Gregory Kurtzer
938511e9cd
Merge branch 'main' of github.com:gmkurtzer/warewulf into netdev_refactor
2021-12-28 15:17:21 -08:00
Gregory M. Kurtzer
8101c497a4
Merge pull request #164 from gmkurtzer/kernel_find
...
Better logic to locate kernels
2021-12-28 15:16:08 -08:00
Gregory M. Kurtzer
93a8b3d51f
Merge pull request #163 from gmkurtzer/wwlog_refactor
...
Initial refactor and cleanup of wwlog
2021-12-28 15:15:53 -08:00
Gregory Kurtzer
26a5eae20d
Use a slice array for the kernel search path
2021-12-28 14:52:39 -08:00
Gregory Kurtzer
29bcbd264a
Fix linting error
2021-12-28 14:12:03 -08:00
Gregory Kurtzer
556d453dd5
minor fix to git version string
2021-12-28 14:07:43 -08:00
Gregory Kurtzer
af51716f55
Merge branch 'main' of github.com:gmkurtzer/warewulf into wwlog_refactor
2021-12-28 13:59:50 -08:00
Gregory Kurtzer
148431e8f2
Minor cleanup of output
2021-12-28 13:56:30 -08:00
Gregory Kurtzer
6c27b86481
Accepted suggestions from PaulC.
2021-12-28 13:56:09 -08:00
Gregory Kurtzer
2a45489437
Merge branch 'main' of github.com:hpcng/warewulf into main
2021-12-28 12:44:38 -08:00
Christian Goll
bda064968a
Merge pull request #226 from elguero/ipmiListCleanup
...
ipmi: Fix log output, set IMPI port on profile and settings for console
2021-12-08 21:32:34 +01:00
Christian Goll
dfe4ef4363
Merge pull request #165 from mslacken/version
...
Version
2021-12-08 21:27:34 +01:00
Michael L. Young
12ee1061cf
Add some spacing around the IPMI port column
2021-12-07 11:06:37 -05:00
Michael L. Young
23fb20637f
Fix displaying IPMI settings when listing profiles
...
Remove displaying the IPMI ip address field when looking at all
the settings in a profile since this is not set in the profile,
only on the node level.
2021-12-07 09:56:35 -05:00
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
0f1d47c8dd
Merge pull request #224 from mslacken/node_list_completion
...
add bash completion for node list
2021-12-07 09:09:35 +01:00
Michael L. Young
3957ffb2c9
ipmi: Fix log output, set IMPI port on profile and settings for console
...
- Fix the logs to reference the correct IPMI setting that is being set.
- Add setting the IPMI port at a profile level.
- Apply all IPMI settings when preparing to us the console.
Closes #225
2021-12-06 16:32:31 -05:00
Christian Goll
f47d2cedb9
add bash completion for node list
2021-12-06 09:54:02 +01:00