diff options
author | mbeierl <mark.beierl@dell.com> | 2017-06-29 14:16:39 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-06-30 20:45:58 -0400 |
commit | 2c95b01efa53c7e7d4ea7d73fde0da6099938e50 (patch) | |
tree | d8e3a3cbed1d1f7778fd1045fe063dfe29d509e4 /ci/start_job.sh | |
parent | 45130c365c235bc4a5a53fd0ddb15f84a1460199 (diff) |
Docker Compose Updates
Adds docker-compose directory with content to start container suite using
nginx as front and and SwaggerUI in its own container.
Updates the documentation to reflect new method of starting StorPerf.
Change-Id: I469676e330dcad6c968b90133df8866b69eb5ea1
JIRA: STORPERF-181
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci/start_job.sh')
-rwxr-xr-x | ci/start_job.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/start_job.sh b/ci/start_job.sh index 487e0c6..dde3dca 100755 --- a/ci/start_job.sh +++ b/ci/start_job.sh @@ -32,3 +32,5 @@ cat body.json 1>&2 curl -s -X POST --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ -d @body.json http://127.0.0.1:5000/api/v1.0/jobs + +rm body.json
\ No newline at end of file |