]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
dont poweroff nodes, leave it as is for adhoc debug if needed.
authorVasu Kulkarni <vasu@redhat.com>
Tue, 27 Feb 2018 20:50:23 +0000 (12:50 -0800)
committerVasu Kulkarni <vasu@redhat.com>
Mon, 17 Dec 2018 23:10:49 +0000 (15:10 -0800)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
teuthology/nuke/__init__.py

index 1bc83d4fcc344f10ec800c6eb8163db9bac45903..426d6cf1c60b1942591ef9f5fa2ce6cc9cbacb86 100644 (file)
@@ -304,8 +304,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):