warewulf
warewulf copied to clipboard
Warewulf is a stateless and diskless container operating system provisioning system for large clusters of bare metal and/or virtual systems.
I recently discovered the `update_configuration` utility in the Warewulf source. I think this would be generally useful, particularly as more people start using Warewulf 4 when it gets published in...
We should have manpages for warewulf.conf and nodes.conf that detail all the available settings and their acceptable values.
I suggest that NFS client option from `warewulf.conf` be refactored as attributes of nodes and profiles. This would allow different client configurations for different nodes without manual intervention in the...
After `wwctl container syncuser --write $container`, Warewulf should either display a recommendation to run `wwctl container build $container` or do so automatically.
I've been reading [the twelve-factor app docs](https://12factor.net/concurrency) and specifically this part: > Twelve-factor app processes [should never daemonize](http://dustin.github.com/2010/02/28/running-processes.html) or write PID files. Instead, rely on the operating system’s process manager...
It'd be nice when writing tools/scripts that use `wwctl` output if there were some script-friendly formats available that don't require pulling apart the human readable default output. I'm hoping that...
Warewulf supports multiple overlays for a profile, and it supports multiple profiles for a node, but if you try to apply more than one profile to a node, and those...
RIght now, the various Include functions in Warewulf's template support include a file or block, but do not evaluate the included template's content: it's just brought in as text. We...
How about add a nightly build CI pipeline and nightly release for this projecet?
Consideration of not printing the few pieces of security relation information, like the bios assetkey and IPMI password.