summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-07-15Tool to create docker-compose.ymlShrenik1-0/+70
Tool to create docker-compose.yml file by setting the environment variables according to the input given by user. Change-Id: I25d7f4d1ec48221a8482986437db747bb05c5004 JIRA: STORPERF-129 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-07-13Merge "Add reason for stack creation failure"Mark Beierl2-1/+2
2017-07-13Add reason for stack creation failureTaseer2-1/+2
JIRA: STORPERF-180 Change-Id: Ic10f5d96ed0d7b38ccd21b59a68b1ccec403023c Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-07-13Force full build and cleanupmbeierl2-0/+2
Change-Id: I0def9ef07f9530eb468e47992b660ec98757726f Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-13Fixed typo #2mbeierl1-1/+1
Change-Id: Ifa853173ea7269f51af40e82422ef2454d06f50c Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-12Fixed typombeierl1-1/+2
Change-Id: I2ea9b3c4cc3fbd42d7d7f58d9de2b77c815495a7 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-12Creation of Local Docker for Daily Jobmbeierl13-74/+68
Moves the dockerfiles for the different submodules/containers into their respective directories. Adds a docker compose file that can build the containers from the local filesystem, and mounts the local filesystem as a volume, making it easier for developer testing as local changes are automatically reflected in the final container. Change-Id: I2376034258cab2a3dc3a0d1ac3f01bbf5d1f59e7 JIRA: STORPERF-189 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-11Change all pathsmbeierl79-172/+186
Changes the paths of all source code so that it exists under the dockerfile location for each container. This way we can use COPY instead of git clone, as well as use the existing JJB. Change-Id: I883b2957d89659c164fff0a1ebc4d677c534796d JIRA: STORPERF-188 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-10Adding /reporting/saksham1151-3/+3
Adding /reporting/ to the url JIRA: STORPERF-162 Change-Id: I4042c490459738820558e7ce686ee5f2269d2bb1 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-07-06Demo Codesaksham11510-1/+320
Enter the URL of the json file available at testresults.opnfv.org. It presents the data in the tabular and plots the chart for the series. Data validation and some UI changes are yet to be made Change-Id: I90ceed4e8a3240face479539f127d5c922d19d0c JIRA: STORPERF-162 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-07-06Merge "Dockerfile for reporting module updated"Mark Beierl3-1/+19
2017-07-06Dockerfile for reporting module updatedsaksham1153-1/+19
JIRA: STORPERF-162 Change-Id: If012cf4ce2c03851c2ceb3744dd3a2f366cb65d5 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-07-06Corrected Typombeierl1-1/+1
Change-Id: I67e47a1f56f90758a129d4d608d8c41ab4ad8d55 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-06Merge "Adding Danube 3.0 Release Notes"Mark Beierl2-22/+28
2017-07-04Adding Danube 3.0 Release Notesmbeierl2-22/+28
Changes the release notes to Danube 3.0 content Change-Id: I13a03a20aa9e9f310e9b79eb878f3714ab38fa1e Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-04Merge "Bugfix: Stack creation failure"Mark Beierl1-1/+2
2017-07-04Multi-threaded HTTP Supportmbeierl3-4/+10
Adds multithreaded HTTP request abilities to ReST Server. Fixes docker-compose to ensure pull prior to up. Fixes metrics typo to make jobs API query work again. Change-Id: Ibac6188379cae0489792c5ea80f37dd3abf37082 JIRA: STORPERF-183 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-02Bugfix: Stack creation failureTaseer1-1/+2
JIRA: STORPERF-180 Change-Id: I07c38227b27b8e6148117a9907d43baeba4c67bb Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-06-30Docker Compose Updatesmbeierl11-181/+350
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>
2017-06-26Allow User to Specify Flavormbeierl6-26/+52
Adds flavor as parameter to ReST /configurations API and passes it through to the heat template creation. Change-Id: Id3632fb571da9da51b4d75db58c7a7c0a91e0ccf JIRA: STORPERF-92 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-06-21Remove Swagger from StorperfShrenik2-12/+3
Remove Swagger module from Storperf Change-Id: Id491bb7ea1ddd55549d39ddbe4c7a7004d797a59 JIRA: STORPERF-129 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-06-20Creation of Reporting Modulembeierl1-0/+26
Adds a new subdirector where all graphing and reporting content, including the dockerfile, will be stored. Change-Id: I8e9a0d975fe944faf81e97ae3792379a1375166a JIRA: STORPERF-162 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-06-10Removal of matplotlibmbeierl7-183/+2
Removes the matplotlib modules from the main container. Change-Id: I26a0c171b2172dbf2be66cdf10b897bb72e4bf2b JIRA: STORPERF-161 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-06-07Allow Filename Targetmbeierl1-1/+1
Changes the default filesize to 1g so that profiling a file works again Change-Id: I060b7af75be08f4ffb411f1c612babb846172dd5 JIRA: STORPERF-153 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-06-07Allow User-Specified Sample Sizembeierl6-42/+46
Adds the ability to accept steady_state_sample_size as a parameter. Removes deprecated nowarm and nossd. Adds OS_PROJECT_DOMAIN_ID. Change-Id: I00c01b05cd2cbf001bc5446faa30f36137350ccf JIRA: STORPERF-139 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-06-05Merge "Adding CORS Adds flask-cors module so that SwaggerUI can examine ↵Mark Beierl3-0/+4
content from a different container JIRA: STORPERF-129"
2017-06-05Adding CORSShrenik4-1/+10
Adds flask-cors module so that SwaggerUI can examine content from a different container JIRA: STORPERF-129 Change-Id: I9c47a2ea464da83910c368d771dce13f5364ca23 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-06-01Fixing typombeierl1-1/+1
Change-Id: I40a2367de22afe4db46c7da7d774f0e646cb8a23 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-05-31Daily Job Parameter Supportmbeierl2-45/+22
Adds environment variables so that the daily jobs can be parameterized from Jenkins. Change-Id: I77518b90595460ca932f1e71f57b2b02ab3dd1f5 JIRA: STORPERF-138 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-05-29Merge "Adding docker tag"Mark Beierl1-1/+6
2017-05-29Adding docker tagmbeierl1-1/+6
Adds the tag to use when running docker from the DOCKER_TAG environment variable. Change-Id: Idde85510df01f8a809049dac62872db0c8a5bf25 JIRA: STORPERF-128 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-05-26Merge "Removal of Edgar StPierre from Committer List"Mark Beierl1-1/+1
2017-05-24Adding domain to authenticationmbeierl1-7/+11
Adds domain if present in environment variables to user and project Change-Id: I05fca2fbdeef4fa985bfb505f9158ce31da5ab9c JIRA: STORPERF-127 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-05-24numpy error in containermbeierl1-1/+0
Removes numpy from container as it causes runtime problems. Change-Id: Iaae384c9229e0af5057822d62fca146732d62a53 JIRA: STORPERF-126 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-05-23Specify numpy versionmbeierl2-0/+2
Adds explicit version of numpy so it cannot conflict with any other that may be present in the system path. Change-Id: I23b21bca43f55805b3087646b1c31e1aea686aca JIRA: STORPERF-126 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-05-04Adding Release Notesmbeierl2-0/+124
Change-Id: I904e995fa8fb8088053a556ddaf0d243a378098f JIRA: STORPERF-111 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-05-02Fix admin.rc generationmbeierl1-1/+1
Explicitly filters out anything that is not an environment variable. Change-Id: I0694649623b837d2ab4b2196abf45973d0e63168 JIRA: STORPERF-124 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-04-26Removal of Edgar StPierre from Committer ListTrevor Bramwell1-1/+1
Change-Id: Ia79fd87e5ef15d2226457efb2bb1a21845a1fdd5 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-04-26Pinning version of Swagger UImbeierl1-0/+1
Changes the inclusion of Swagger UI to become a git checkout of a fixed version rather than following the head. Change-Id: I30def6d6c37a166cc37f15857a98064c760eb7c6 JIRA: STORPERF-123 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-03-31Merge "Fixed paths to match standard"Mark Beierl6-19/+5
2017-03-31Fixed paths to match standardmbeierl6-19/+5
Change-Id: I733d34eb8bbdf0201b06a21d0ceeda50a06dd49f Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-03-30Fixed typombeierl1-1/+0
Change-Id: I03b8df65a13a0c2ddeee6eb40e6071c8843ad5ca JIRA: STORPERF-110 Signed-off-by: mbeierl <mark.beierl@dell.com> (cherry picked from commit 6eb2c8d8a8971ee3ae0693feebe509d4ec30a7a8)
2017-03-30Fixed typombeierl1-1/+0
Change-Id: I03b8df65a13a0c2ddeee6eb40e6071c8843ad5ca JIRA: STORPERF-110 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-03-30Use tagged version of graphitembeierl11-39/+272
Changes the docker build procedure to use a pip install of a specific version of graphite so that it doesn't break when upstream changes occur. Change-Id: I2316912fc04568c441212087665e384075e409a6 JIRA: STORPERF-110 Signed-off-by: mbeierl <mark.beierl@dell.com> (cherry picked from commit 1bcbe0bac328e26341ba68341d4b809c32b8242f)
2017-03-29Use tagged version of graphitembeierl11-39/+272
Changes the docker build procedure to use a pip install of a specific version of graphite so that it doesn't break when upstream changes occur. Change-Id: I2316912fc04568c441212087665e384075e409a6 JIRA: STORPERF-110 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-03-08Adding LabelsShubhamRathi2-0/+4
Labels serve as anchors/ refs when referenced from other documents This patch adds labels to docs/*/*/index.rst Change-Id: I464d17d0b1e3b53daa30a5ecb1725f56aaabf39b Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-07Changing run length to 30min to see if queue depth 2, block size 8192 ↵mbeierl1-1/+1
stablilizes then instead Change-Id: I360c1198f0464edb84fcfd04ef6bf3e35d1e7e4f Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-03-06Remove deprecated fieldsmbeierl4-32/+0
Removes the nowarm and nossd fields as it is better to be explicit about running the '_warm_up' workload. Change-Id: I54b67006abdc071f6fd190d6a5eefe026609c150 JIRA: STORPERF-108 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-02-24Fixing final reportmbeierl4-15/+30
Makes the report readable instead of JSON escaped and dumps it to the Jenkins daily when done. Change-Id: Ic3788672b185461369e2c41221ae36fc4b45436b Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-02-23Documentation Updatembeierl7-56/+365
Adds documentation for Danube. Change-Id: I2755cb00b769cd0668e5c956d0b70c33d328d882 JIRA: STORPERF-81 Signed-off-by: mbeierl <mark.beierl@dell.com>