From: Warren Usui Date: Fri, 1 Dec 2017 04:57:50 +0000 (+0000) Subject: remove twiddle refs. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3385c8c5afd0add1317d3f08f6e6ea31f4d61331;p=teuthology.git remove twiddle refs. --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 4a9b42207..87f2a100e 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -415,10 +415,10 @@ class CephAnsible(Task): import pdb; pdb.set_trace() ceph_installer.run(args=[ 'mkdir', - run.Raw('~/ceph-ansible'), + run.Raw('/home/wusui/ceph-ansible'), run.Raw(';'), 'cd', - run.Raw('~'), + run.Raw('/home/wusui'), run.Raw(';'), 'git', 'clone', @@ -426,7 +426,7 @@ class CephAnsible(Task): run.Raw(ansible_repo), ]) ceph_installer.run(args=[ - run.Raw('ls ~/ceph-ansible'), + run.Raw('ls /home/wusui/ceph-ansible'), run.Raw('>'), run.Raw('/tmp/cephanslog1.wsu') ]) @@ -434,7 +434,7 @@ class CephAnsible(Task): str_args = ' '.join(args) log.info('wait_for_run_ceph-ansible') ceph_installer.run(args=[ - run.Raw('cd ~/ceph-ansible'), + run.Raw('cd /home/wusui/ceph-ansible'), run.Raw(';'), 'virtualenv', run.Raw('--system-site-packages'), @@ -454,7 +454,7 @@ class CephAnsible(Task): #run.Raw(';'), ]) ceph_installer.run(args=[ - run.Raw('ls ~/ceph-ansible'), + run.Raw('ls /home/wusui/ceph-ansible'), run.Raw('>'), run.Raw('/tmp/cephanslog.wsu') ])