From 659fb3f19028eff8ccfc6dedd26148f283a06bf2 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Tue, 27 Feb 2018 12:50:23 -0800 Subject: [PATCH] dont poweroff nodes, leave it as is for adhoc debug if needed. Signed-off-by: Vasu Kulkarni --- teuthology/nuke/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/teuthology/nuke/__init__.py b/teuthology/nuke/__init__.py index 2b2e4ae9ed..f126c71a54 100644 --- a/teuthology/nuke/__init__.py +++ b/teuthology/nuke/__init__.py @@ -315,8 +315,7 @@ def nuke_helper(ctx, should_unlock): check_lock.check_lock(ctx, None, check_up=False) status = get_status(host) if status['machine_type'] in provision.fog.get_types(): - remote = Remote(host) - remote.console.power_off() + log.info("Fog provisioned nodes, leaving it as is") return if (not ctx.noipmi and 'ipmi_user' in config and 'vpm' not in shortname): -- 2.39.5