From bf8cf358a843193904f7554c43d807d886847154 Mon Sep 17 00:00:00 2001 From: Deepshikha Khandelwal Date: Tue, 25 Sep 2018 12:36:55 +0530 Subject: Pass the path of private key when copying glusterfs logs Change-Id: Iaf286c4b088d0eba34826b9c7cfe988342d24b46 --- build-gluster-org/scripts/distributed-regression.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-gluster-org/scripts/distributed-regression.sh') 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 -- cgit