2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 18:49:04 +00:00

Add missing bit from last commit

This commit is contained in:
Jarrod Johnson 2020-06-26 15:21:00 -04:00
parent 3fed7ea075
commit cadb222904

View File

@ -223,7 +223,7 @@ def get_nic_config(configmanager, node, ip=None, mac=None, ifidx=None,
for net in nets:
net, prefix, svrip = net
if ip_on_same_subnet(net, ipbynodename, prefix):
cfgdata['isnodename'] = True
cfgdata['matchesnodename'] = True
cfgdata['ipv4_address'] = ipbynodename
cfgdata['ipv4_method'] = 'static'
cfgdata['prefix'] = prefix