Skip to content

Commit 5475f65

Browse files
committed
add configurable nodepostfix to let add postfix string to returned hostname to let spcify different node name ( fix node naming on skylake partitions on marconi )
1 parent 0e9a485 commit 5475f65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/rcm_base_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def execute_new(self):
401401
tunnel=self.get_use_tunnel()
402402
else:
403403
tunnel='y'
404-
#n+='ib0'
404+
n+=self.pconfig.confdict.get(('platform','nodepostfix'),'')
405405
# except Exception as e:
406406
except Exception,inst:
407407
sys.stderr.write("%s: %s RCM:EXCEPTION" % (inst, traceback.format_exc()))

0 commit comments

Comments
 (0)