Updates to nodeDB

This commit is contained in:
Gregory Kurtzer
2020-11-26 19:15:30 -08:00
parent e84b4e4d6a
commit 421a03b75d
4 changed files with 61 additions and 39 deletions

View File

@@ -66,13 +66,13 @@ type NodeInfoEntry struct {
}
type NodeInfo struct {
Id string
Gid string
Uid string
Comment string
GroupName string
HostName string
Fqdn string
Id NodeInfoEntry
Gid NodeInfoEntry
Uid NodeInfoEntry
Comment NodeInfoEntry
GroupName NodeInfoEntry
HostName NodeInfoEntry
Fqdn NodeInfoEntry
DomainName NodeInfoEntry
Vnfs NodeInfoEntry
VnfsRoot NodeInfoEntry