Remove IPMI stuff from keepalive message and add to startup; convert memory into MB
This commit is contained in:
2
pvcd.py
2
pvcd.py
@ -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 = []
|
||||
|
Reference in New Issue
Block a user