2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Fix missing data on XCC discovery

The XCC scan now calls the
imm scan to fill out the lost data.
This commit is contained in:
Jarrod Johnson 2021-04-26 08:57:52 -04:00
parent f32a9a2f08
commit c333c3eb9c

View File

@ -70,6 +70,7 @@ class NodeHandler(immhandler.NodeHandler):
modelname = i.get('items', [{}])[0].get('machine_name', None)
if modelname:
self.info['modelname'] = modelname
super(NodeHandler, self).scan()
def preconfig(self, possiblenode):
self.tmpnodename = possiblenode