summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-13Adds graphite and swaggerui containers to installation.rstShrenik1-0/+2
swaggerui and graphite containers were missing. JIRA: STORPERF-209 Change-Id: I4697d1641a0accc13daa60637e4195064a42a83c Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-09-13Adds StorPerf developer guideShrenik36-0/+472
The wiki for Development Environment has been converted in .rst format. JIRA: STORPERF-201 Change-Id: I4e2bc792a8704e4f933f0ea61533c1bf5955c64d Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-09-12Merge "Fixing daily"Mark Beierl1-2/+3
2017-09-12Fixing dailymbeierl1-2/+3
Changes daily to not exit on diff, and continue cleanup Change-Id: Ifed60a1a44d9aead5cb3cb9f65c24a8acaec502a Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-09-12Corrects url in docs/index.rstShrenik1-3/+3
The toctree in docs/index.rst point to ./user/installation.rst instead of ./testing/user/installation.rst JIRA: STORPERF-208 Change-Id: If58eef5bc4eddb8fba2030c5e80aac1f45e85288 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-09-11Merge "Creating intermediate page for the single-data-json files JIRA: ↵Mark Beierl1-4/+6
STORPERF-163"
2017-09-11Creating intermediate page for the single-data-json filessaksham1151-4/+6
JIRA: STORPERF-163 Change-Id: I401073eed70b298ae0c2fa60b2548e4a38d96fbb Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-09-11Merge "Changing Daily to Docker Pull"Mark Beierl3-8/+15
2017-09-10Remove 8000 as exposed port from documentationShrenik1-1/+2
After using http-frontend 8000 is no longer exposed. JIRA: STORPERF-207 Change-Id: I419d28ac36faa7a2231ff382c79feb5322ef9be0 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-09-10Adds ENV_FILE to create_compose.pyShrenik1-0/+1
env_file was accidentally removed. JIRA: STORPERF-202 Change-Id: Ib2bcb3ab8e2fe8cec7a3a7fa7ef8160f77ec5bc8 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-09-08Changing Daily to Docker Pullmbeierl3-8/+15
Changes the daily job to pull images from Docker.io instead of using docker-compose build to build the image from local sources. Reduces the default run time to ~30 minutes unless overridden in the job definition. Change-Id: Ib153b66454363f91813dc9c946f6b46156c502bd JIRA: STORPERF-204 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-09-08Update Output Formatmbeierl1-2059/+257
Show sample of standardized JSON output for single job run. Change-Id: Iec20cdcb3de02550bdca5da6257be21cbb4c0c1f JIRA: STORPERF-203 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-09-08Remove localhost from emitter.pyShrenik1-32/+30
emitter.py sends metrics to localhost and storperf-graphite. Since no graphite module is present at localhost, it needs to be removed from emitter as well. JIRA: STORPERF-205 Change-Id: I0d5732160ff39a332b088c8ba540ca6f6a483e12 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-09-08Merge "Add documentation create-compose.py error"Mark Beierl2-1/+6
2017-09-08Add documentation create-compose.py errorShrenik2-1/+6
Adds statement specifying dependency of python2 on future package. Adds a newline at end of test-usage.rst Change-Id: I3b692c700e7ef2e202f8d85387ae761b2da689ad JIRA: STORPERF-190 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-09-06Fix Job Status Reportmbeierl1-81/+90
Changes the loop for creating job status and list of job workloads to run down to a single function instead of two loops. Uses single function to drive both status and job workloads to execute. Change-Id: Ia173b8450a857d032a862d03c62bfc1b248583da JIRA: STORPERF-186 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-09-06Merge "Adding Taseer Ahmed as commiter"Mark Beierl1-0/+1
2017-09-06Merge "Adding default ARCH"Mark Beierl5-5/+5
2017-09-06Adding default ARCHmbeierl5-5/+5
Defaults the ARCH argument to x86_64 so docker build under releng will work again Change-Id: I952fa9915182358f0303a52a07365a914718c247 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-09-06Merge "Support for different agent OS"Mark Beierl6-20/+105
2017-09-05Adding more test datambeierl3-10/+845
Change-Id: I3bf8a96637b734150ae4acf8e6bf6def23fbc389 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-09-01Support for different agent OSTaseer Ahmed6-20/+105
JIRA: STORPERF-175 Change-Id: I64d13c77c18dd129a79dde3bf9a8bc996019bff5 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-09-01Re-instating docker build verifymbeierl8-14/+19
Change-Id: I720ba0c8e413d5c61e8d6f9a13eae0441df53ccb Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-09-01Support for internal results navigationsaksham1152-0/+281
JIRA: STORPERF-164 Change-Id: Ieabeef70be76dc905707461d2e66e4ebf5b1fdc6 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-08-31Merge "Adding Graphite to Compose"Mark Beierl3-20/+36
2017-08-31Adding Graphite to Composembeierl3-20/+36
Fixes the oversight of the new graphite container in the docker-compose scripts Change-Id: I57bd01357a8155be6e1c5a6bd04712bcc5f38fd9 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-29Removal of never active committermbeierl1-1/+3
Change-Id: I089950d1c46d2bf5ab31d3733144d3af6d111f4a Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-28Standardize Outputmbeierl7-107/+110
Re-arrange the JSON output so that it matches the format that gets sent and retrieved from the testresults db. Change-Id: I9f15e553e94b27b9e5a36f4984789c5e710feac4 JIRA: STORPERF-200 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-28Merge "Handling multiple data scenario JIRA: STORPERF-163"Mark Beierl2-8/+297
2017-08-28Fixup Dailymbeierl2-1/+15
Allows daily to terminate on error Change-Id: I31efdf3adcf6f2c09e02c21c4d10a5894d0ad6b7 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-28Handling multiple data scenariosaksham1152-8/+297
JIRA: STORPERF-163 Change-Id: Id86774df42461088c7773d36ad5db6c15d2c9585 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-08-25Change to list of keyserversmbeierl1-1/+3
Change-Id: Iae2ad128e9cc26fe2142a1278e425ea00fd70635 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-25Merge "Update docs."Mark Beierl1-0/+19
2017-08-25Re-adding missing sample filembeierl1-0/+16532
Change-Id: Ia0023b0e0cf25519fe2c418ed953618370991e30 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-25Update docs.Taseer Ahmed1-0/+19
- Add installation steps for ARM JIRA: STORPERF-198 Change-Id: I95e5d82cc4855bfad6052335397dc82a621785bd Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-08-25Addition of slope line to graphsaksham1151-2/+30
JIRA: STORPERF-195 Change-Id: I0d674c77976ba7378143edcef4485a6b90a19fc7 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-08-25Reinstating Mergembeierl2-2/+5
Change-Id: I94cf1d4c67bef421a25aef4f0da05514ebb83b96 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-25Changes in the UIsaksham1151-106/+168
JIRA: STORPERF-194 Change-Id: If90a69c5cbfb859d6941047121fac86d9e422eca Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-08-24Expaning the Verify Scopembeierl2-2/+81
Adds a new verify job that does docker-compose build and up, and checks for HTTP responses from each of the endpoints. Change-Id: Idcb74c8b8337a74a2b624f93ea6b34707d7e5516 JIRA: STORPERF-199 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-24Isloating the keyserver line to see if it is the problemmbeierl1-4/+6
Change-Id: Ia614fb0383b4396c2da7b0ee8e31dcbe3fd318b3 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-23Merge "Graphite Standalone container"Mark Beierl29-321/+632
2017-08-23Graphite Standalone containerShrenik29-321/+632
A new Graphite container is used Metrics are sent to both Graphite instances However, it seems that some metrics might be missing This is however a direct plugin. There are differences in carbon.conf, storage-schemas.conf and other files as well. It is suggested to write own Dockerfile instead of using the image available. We anyway have to do it with respect ARM Support. Change-Id: Id34c728f598150caac23ac167c3cce5eaf183a6c JIRA: STORPERF-142 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in> Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-23Removing the hardcoded variable to get the data from json objectsaksham1151-5/+5
JIRA: STORPERF-194 Change-Id: I545b46833662ef1b12ed4f5df56044e73aec65c8 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-08-21Merge "REST API for logs"Mark Beierl3-0/+64
2017-08-20REST API for logsTaseer Ahmed3-0/+64
JIRA: STORPERF-94 Change-Id: I59189109d7f731977fc682b3fb78e60bc92a8270 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-08-18Merge "Trying different GPG keyserver"Mark Beierl1-1/+1
2017-08-18Trying different GPG keyservermbeierl1-1/+1
Change-Id: I3226bb30afe5980e544b11498e676c9941b9e2c9 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-17Merge "Making the container compliant with the static data and selecting ↵Mark Beierl3-13/+52
the metrics, report data using flask server instead of Javascript"
2017-08-17Support for Docker images on ARM processors.Taseer Ahmed9-15/+304
- Usage: docker build --build-arg ARCH=<arch_type> . Change-Id: I9018c627cef05e69492dbdefbe750d72cf98064d Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-08-16Making the container compliant with the static data and selecting saksham1153-13/+52
the metrics, report data using flask server instead of Javascript To test the static data, just enter the filename in the URL field Now the metrics and the report data are taken from the json dump using the server side(flask server) instead the client side JIRA: STORPERF-194 Change-Id: I6747aa3db30ad30920c2459b9c5eb5a0c1e3539d Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>