From 92a65eb0f4218d3e8c4623e920c358fad9bf2513 Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Fri, 1 Dec 2017 03:21:56 +0000 Subject: [PATCH] pdb --- teuthology/task/ceph_ansible.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 267779db34..694ab9dbb3 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') -- 2.39.5