]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
pdb
authorWarren Usui <wusui@redhat.com>
Fri, 1 Dec 2017 03:21:56 +0000 (03:21 +0000)
committerWarren Usui <wusui@redhat.com>
Fri, 1 Dec 2017 03:21:56 +0000 (03:21 +0000)
teuthology/task/ceph_ansible.py

index 267779db34ea61f18ac424a444e7b5f878a5e15d..694ab9dbb3bbbc874df2584e2351231293ac6dc0 100644 (file)
@@ -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')