mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-22 07:34:19 +00:00
Merge branch 'master' of github.com:jjohnson42/confluent
This commit is contained in:
commit
4a929eb9b5
@ -116,7 +116,9 @@ def update_firmware(session, filename):
|
||||
output.set_output(node, progress)
|
||||
time.sleep(2)
|
||||
allerrnodes = ','.join(noderrs)
|
||||
sys.stderr.write('Nodes had errors updating ({0})!\n'.format(allerrnodes))
|
||||
if noderrs:
|
||||
sys.stderr.write(
|
||||
'Nodes had errors updating ({0})!\n'.format(allerrnodes))
|
||||
for node in noderrs:
|
||||
sys.stderr.write('{0}: {1}\n'.format(node, noderrs[node]))
|
||||
|
||||
|
@ -234,12 +234,10 @@ def _init_core():
|
||||
'default': 'ipmi',
|
||||
}),
|
||||
'updates': {
|
||||
'active': {
|
||||
PluginCollection({
|
||||
'active': PluginCollection({
|
||||
'pluginattrs': ['hardwaremanagement.method'],
|
||||
'default': 'ipmi',
|
||||
}),
|
||||
},
|
||||
}),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user