Remove IPMI stuff from keepalive message and add to startup; convert memory into MB

This commit is contained in:
2018-06-11 01:55:36 -04:00
parent 266db3f66a
commit 181bd1f2b8
2 changed files with 5 additions and 3 deletions

View File

@ -144,6 +144,8 @@ else:
zk.create('/nodes/{}/ipmiusername'.format(myhostname), config['ipmi_username'].encode('ascii'))
zk.create('/nodes/{}/ipmipassword'.format(myhostname), config['ipmi_password'].encode('ascii'))
print('IPMI hostname: {}'.format(config['ipmi_hostname']))
t_node = dict()
s_domain = dict()
node_list = []