added remote resources

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2024-11-21 17:36:10 +01:00
committed by Jonathon Anderson
parent c3833b5ba0
commit 5ff27061a3
22 changed files with 611 additions and 12 deletions

View File

@@ -103,6 +103,7 @@ func EmptyNode() (nodeconf Node) {
nodeconf.Ipmi.Tags = map[string]string{}
nodeconf.Kernel = new(KernelConf)
nodeconf.NetDevs = make(map[string]*NetDev)
nodeconf.resource = make(map[string]*RemoteRes)
nodeconf.Tags = map[string]string{}
return nodeconf
}