summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkhandel <dkhandel@localhost.localdomain>2018-06-08 11:27:15 +0530
committerdkhandel <dkhandel@localhost.localdomain>2018-06-08 11:27:15 +0530
commit561ed8834a8e97ed6bf1f125701ce5d0fd1c19f1 (patch)
tree05b152464cd51c702ab0c06d8e6b276e19c1d36c
parente681d8bee868ca67ecf57c2250dc6a71a9239ad1 (diff)
Install the ansible module in virtual environment
Change-Id: Ifbf47d685e620ae70538c596eece59bba6ad5ab2
-rw-r--r--build-gluster-org/scripts/distributed-regression.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-gluster-org/scripts/distributed-regression.sh b/build-gluster-org/scripts/distributed-regression.sh
index c5782d3..cd13743 100644
--- a/build-gluster-org/scripts/distributed-regression.sh
+++ b/build-gluster-org/scripts/distributed-regression.sh
@@ -9,8 +9,8 @@ source env/bin/activate
# create SSH key pair of 4096 bits to use it for instances at Rackspace
ssh-keygen -f ${WORKSPACE}/key -t rsa -b 4096
-# Install pyrax dependency
-pip install pyrax
+# Install dependencies
+pip install pyrax ansible
/opt/qa/distributed-tests/rackspace-server-manager.py create -n ${MACHINES_COUNT}
for retry in `seq 1 $MAX_ATTEMPTS`