summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/distributed-regression.yml
diff options
context:
space:
mode:
authordkhandel <dkhandel@localhost.localdomain>2018-05-21 16:17:41 +0530
committerdkhandel <dkhandel@localhost.localdomain>2018-05-21 16:42:06 +0530
commit18a5c60c88fbff70a99304b9a690227ab13fd956 (patch)
tree3e842853c86c0a361eb785816e441e004dc7b1d8 /build-gluster-org/jobs/distributed-regression.yml
parent0c78b5732f35b319597ea2b9518f94177a48b4ff (diff)
Add shell script which includes:
- Create and activate virtual environment - Install pyrax dependency - Run python script to create instances on Rackspace Change-Id: I1523c5f0b1cb154c997630152b9d3757af8bd4b3
Diffstat (limited to 'build-gluster-org/jobs/distributed-regression.yml')
-rw-r--r--build-gluster-org/jobs/distributed-regression.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/build-gluster-org/jobs/distributed-regression.yml b/build-gluster-org/jobs/distributed-regression.yml
index 513f108..fdfcc9c 100644
--- a/build-gluster-org/jobs/distributed-regression.yml
+++ b/build-gluster-org/jobs/distributed-regression.yml
@@ -36,9 +36,7 @@
name: MACHINES_COUNT
builders:
- - shell: |
- ssh-keygen -f ${WORKSPACE}/key -t rsa -b 4096
- /opt/qa/distributed-tests/rackspace-server-manager.py create -n ${MACHINES_COUNT}
+ - shell: !include-raw: ../scripts/distributed-node-create.sh
- ansible-playbook:
playbook: '/opt/qa/distributed-tests/distributed-server.yml'
inventory-type: 'path'