summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts
diff options
context:
space:
mode:
authorDeepshikha Khandelwal <dkhandel@redhat.com>2018-09-25 12:36:55 +0530
committerDeepshikha Khandelwal <dkhandel@redhat.com>2018-09-25 16:28:38 +0530
commitbf8cf358a843193904f7554c43d807d886847154 (patch)
treedd849d7944a50b369b2c34909b01d9f402aaaf14 /build-gluster-org/scripts
parent9343f97f04dbc1dbb1bcb3967151e4eb3a81b027 (diff)
Pass the path of private key when copying glusterfs logs
Change-Id: Iaf286c4b088d0eba34826b9c7cfe988342d24b46
Diffstat (limited to 'build-gluster-org/scripts')
-rwxr-xr-xbuild-gluster-org/scripts/distributed-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/distributed-regression.sh b/build-gluster-org/scripts/distributed-regression.sh
index dbe0f24..2bb7af8 100755
--- a/build-gluster-org/scripts/distributed-regression.sh
+++ b/build-gluster-org/scripts/distributed-regression.sh
@@ -33,7 +33,7 @@ done
ret=$?
#copy the logs from machines before deleting
-ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i hosts /opt/qa/distributed-tests/setup.yml -u root --tags 'copy_logs'
+ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i hosts /opt/qa/distributed-tests/setup.yml -u root --tags 'copy_logs' --private-key key
#delete the server machines
ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i hosts /opt/qa/distributed-tests/delete-vm.yml