Minor fixups from the Warewulf community meeting

This commit is contained in:
Gregory Kurtzer
2020-12-17 20:19:18 -08:00
parent a5a3e404cf
commit 9ff2530c0c
2 changed files with 3 additions and 3 deletions

View File

@@ -29,8 +29,8 @@ type NodeConf struct {
IpmiIpaddr string `yaml:"ipmi ipaddr,omitempty"`
IpmiNetmask string `yaml:"ipmi netmask,omitempty"`
IpmiGateway string `yaml:"ipmi gateway,omitempty"`
RuntimeOverlay string `yaml:"runtime overlay files,omitempty"`
SystemOverlay string `yaml:"system overlay files,omitempty"`
RuntimeOverlay string `yaml:"runtime overlay,omitempty"`
SystemOverlay string `yaml:"system overlay,omitempty"`
Init string `yaml:"init,omitempty"`
Discoverable bool `yaml:"discoverable,omitempty"`
Profiles []string `yaml:"profiles,omitempty"`

View File

@@ -8,7 +8,7 @@
{{- if $netdev.Default}}
{{$netdev.Ipaddr}} {{$node.Id}}
{{- else}}
{{$netdev.Ipaddr}} {{$node.Fqdn}}-{{$devname}}
{{$netdev.Ipaddr}} {{$node.Id}}-{{$devname}}
{{- end}}
{{- end}}
{{end}}