summaryrefslogtreecommitdiffstats
path: root/ci/create_stack.sh
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-01-17 14:22:18 -0500
committermbeierl <mark.beierl@dell.com>2017-01-18 13:58:14 -0500
commit6ce8e3db303e3a32c2a57e0638c1de070a49ef06 (patch)
treec0775706ee17ff6616cfbc5649644125039c0fd5 /ci/create_stack.sh
parentc3eff480168e4dca242654374c31857dfb577141 (diff)
StorPerf Daily Job
Helper script that determines what installer was used. Script to generate RC file for container. Script to determine number of Cinder nodes. Daily job to pull new container, create stack based on number of Cinder nodes, issue a warm up, and then run a series of performance tests against the stack. Deletes stack once complete. JIRA: STORPERF-87 Signed-off-by: mbeierl <mark.beierl@dell.com> Change-Id: I551f21ffc85f11b0c0724205e952551022a94f5b
Diffstat (limited to 'ci/create_stack.sh')
-rwxr-xr-xci/create_stack.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/create_stack.sh b/ci/create_stack.sh
index 152f1db..68c4874 100755
--- a/ci/create_stack.sh
+++ b/ci/create_stack.sh
@@ -11,8 +11,8 @@
cat << EOF > body.json
{
"agent_count": $1,
- "agent_image": "Trusty x86_64",
- "public_network": "ext-net",
+ "agent_image": "$3",
+ "public_network": "$4",
"volume_size": $2
}
EOF