- Make Resources an `interface{}` to support arbitrary yaml
- Remove `wwctl resource` as incompatible with arbitrary yaml
- Revert changes to host overlay templates
- Remove NFS mount options from warewulf.conf
- Replace NFS support / resource prefix with "fstab" resource
- Move resources to profiles
- Migrate warewulf.conf mounts to nodes.conf with `wwctl upgrade`
- Add documentation
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
18 lines
372 B
Plaintext
18 lines
372 B
Plaintext
nodes:
|
|
node1:
|
|
network devices:
|
|
default:
|
|
device: wwnet0
|
|
hwaddr: e6:92:39:49:7b:03
|
|
ipaddr: 192.168.3.21
|
|
secondary:
|
|
device: wwnet1
|
|
hwaddr: 9a:77:29:73:14:f1
|
|
ipaddr: 192.168.3.22
|
|
node2:
|
|
network devices:
|
|
default:
|
|
device: wwnet0
|
|
hwaddr: e6:92:39:49:7b:04
|
|
ipaddr: 192.168.3.23
|