Scroll to navigation

NODES.CONF(5) File Formats Manual NODES.CONF(5)

NAME

defaults.conf - default configuration for Warewulf nodes

DESCRIPTION

defaults.conf defaults default values for node attributes when the attributes are not defined via a node's definition or in any of its profiles. It is a flat text YAML configuration file with a single defaultnode node. After the definition of this node follows the structure of a node within nodes.pp.

EXAMPLE

defaultnode:

runtime overlay:
- generic
system overlay:
- wwinit
kernel:
args: quiet crashkernel=no vga=791 net.naming-scheme=v238
init: /sbin/init
root: initramfs
ipxe template: default
profiles:
- default
network devices:
dummy:
type: ethernet
netmask: 255.255.255.0

SEE ALSO

wwctl(1), wwctl-nodes(1), wwctl-profile(1)