]> 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>
Thu, 14 Feb 2019 20:28:12 +0000 (12:28 -0800)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
teuthology/nuke/__init__.py

index 2b2e4ae9ed749ef4f8a3880a9efcce33a2f2228f..f126c71a5460cb169c2cacdec7d41296f051366c 100644 (file)
@@ -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):