Only write to IPMI if this is explictly wanted

This commit is contained in:
Christian Goll
2022-02-23 11:08:23 +01:00
parent 30bc445a89
commit 5ac75661c9
10 changed files with 34 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ type NodeConf struct {
IpmiPort string `yaml:"ipmi port,omitempty"`
IpmiGateway string `yaml:"ipmi gateway,omitempty"`
IpmiInterface string `yaml:"ipmi interface,omitempty"`
IpmiWrite bool `yaml:"ipmi write,omitempty"`
RuntimeOverlay string `yaml:"runtime overlay,omitempty"`
SystemOverlay string `yaml:"system overlay,omitempty"`
Init string `yaml:"init,omitempty"`
@@ -81,6 +82,7 @@ type NodeInfo struct {
IpmiUserName Entry
IpmiPassword Entry
IpmiInterface Entry
IpmiWrite Entry
RuntimeOverlay Entry
SystemOverlay Entry
Root Entry