ace5bf0b8ad6ae39a5d623233ecab30dce9182b5
warewulf v4 WIP
This is built on CentOS-7/8. More needs to be done to make it work on other distributions and versions specifically with the system service components.
In a nutshell, to install and start provisioning nodes, do the following:
- Build Warewulf and dependencies:
make all
- Install Warewulf onto your host system:
sudo make install
- Set the master's kernel and default VNFS into your "default" node profile:
sudo ./wwctl profile set -K $(uname -r) -V docker://warewulf/centos-8 default
- Build the kernel, VNFS, and overlays:
sudo ./wwctl kernel build -a
sudo ./wwctl vnfs build -a
sudo ./wwctl overlay build -sa
- Start the Warewulf daemon:
./warewulfd
- Boot your compute node and watch it boot
Description
Languages
Go
94.1%
Shell
4%
Makefile
1.2%
Python
0.4%
Dockerfile
0.3%