Ian Kaneshiro badd10b838 update Makefile and .gitignore
- automatically download golangci-lint to lint the code eventually
- use a vendor directory
2020-11-06 17:09:10 -08:00
2020-11-06 17:09:10 -08:00
2020-11-05 18:07:40 -06:00
2020-11-06 17:08:32 -08:00
2020-11-06 17:08:32 -08:00
2020-11-06 17:09:10 -08:00
2020-11-05 18:07:40 -06:00
2020-11-05 18:07:40 -06:00

warewulf v4 WIP

This is built on CentOS-7. 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:

  1. make
  2. sudo make install
  3. vi /etc/warewulf/warewulf.conf
  4. vi /etc/warewulf/nodes.conf
  5. sudo singularity build --sandbox /var/chroots/centos-7 centos-7.def
  6. sudo ./wwbuild vnfs
  7. sudo ./wwbuild kernel
  8. sudo ./wwbuild overlay
  9. ./warewulfd
  10. Boot your compute node
Description
No description provided
Readme 28 MiB
Languages
Go 94.1%
Shell 4%
Makefile 1.2%
Python 0.4%
Dockerfile 0.3%