From 3385c8c5afd0add1317d3f08f6e6ea31f4d61331 Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Fri, 1 Dec 2017 04:57:50 +0000 Subject: [PATCH] remove twiddle refs. --- teuthology/task/ceph_ansible.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 4a9b422077..87f2a100e8 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') ]) -- 2.39.5