return
log.debug('shortname: %s' % shortname)
log.debug('{ctx}'.format(ctx=ctx))
+ if ctx.check_locks:
+ # does not check to ensure if the node is 'up'
+ # we want to be able to nuke a downed node
+ check_lock(ctx, None, check_up=False)
if (not ctx.noipmi and 'ipmi_user' in config and
'vpm' not in shortname):
try:
remote = Remote(host)
remote.connect()
- if ctx.check_locks:
- # does not check to ensure if the node is 'up'
- # we want to be able to nuke a downed node
- check_lock(ctx, None, check_up=False)
add_remotes(ctx, None)
connect(ctx, None)