From: Warren Usui Date: Fri, 1 Dec 2017 03:21:56 +0000 (+0000) Subject: pdb X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=92a65eb0f4218d3e8c4623e920c358fad9bf2513;p=teuthology.git pdb --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 267779db3..694ab9dbb 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -424,6 +424,12 @@ class CephAnsible(Task): run.Raw('-b %s' % branch), run.Raw(ansible_repo), ]) + import pdb; pdb.set_trace() + ceph_installer.run(args=[ + run.Raw('ls ~/ceph-ansible'), + run.Raw('>'), + run.Raw('/tmp/cephanslog1.wsu') + ]) self._copy_and_print_config() str_args = ' '.join(args) log.info('wait_for_run_ceph-ansible')