summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2017-08-15Merge "Validation if no json object is found at the given URL JIRA: ↵Mark Beierl2-4/+22
STORPERF-194"
2017-08-14Validation if no json object is found at the given URLsaksham1152-4/+22
JIRA: STORPERF-194 Change-Id: I65569b5fa9e927d11afe27d3f3117852d2eb682d Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-08-04Merge "Adding test data"Mark Beierl2-0/+6381
2017-08-03Adding test datambeierl2-0/+6381
Adds test data from local run as well as published from OPNFV test results DB. Local data shows some runs which did not hit steady state. Change-Id: I6885ad1a697f715d0c3cc44863f9f2edda0e6dfb JIRA: STORPERF-162 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-02Update FIO versionmbeierl5-36/+27
Updates FIO to 2.99, and changes metric from 'lat' to 'lat_ns'. Change-Id: Ib46cc2fe10c7b7577ee0eaa9cb4805e0dda4bde2 JIRA: STORPERF-197 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-01header.html for reporting pagesaksham1155-0/+16
JIRA: STORPERF-169 Change-Id: I47814ada495ff1a18b20d34007ab37f84b265f01 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-07-31Merge "Fixing typos"Mark Beierl2-5/+5
2017-07-31Fixing typosmbeierl2-5/+5
Change-Id: I985085d0f75ea9fdf10b0f2572cef0c894ceb9e8 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-27Add availability zone option to launch agent.Taseer Ahmed4-3/+28
JIRA: STORPERF-178 Change-Id: I1a5c1a0d1c3b700a0858f644b01553bf0b5675de Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-07-25Merge "Fixing URL for static files Earlier the static files were being ↵Mark Beierl3-10/+21
served on /static/ now it has been fixed and are being served on /reporting/js/ and /reporting/css/ for js and css files respectively. JIRA: STORPERF-192"
2017-07-25Fixing URL for static filessaksham1153-10/+21
Earlier the static files were being served on /static/ now it has been fixed and are being served on /reporting/js/ and /reporting/css/ for js and css files respectively. JIRA: STORPERF-192 Change-Id: Ibcce2210de88f2359d011752513fdab9f930ab5b Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
2017-07-25Switch Container Base to Alpinembeierl3-55/+84
Changes the base of StorPerf master docker container to be Alpine based. Compiles FIO statically so no runtime libraries need to be copied to the target VM, just FIO. Change-Id: Ia66dc11442211fc5248103a9f955f48f3186b322 JIRA: STORPERF-174 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-25Merge "Add BRANCH Argument to Dockerfiles"Mark Beierl3-1/+7
2017-07-25Getting a list of Jobs.Taseer Ahmed2-1/+10
JIRA: STORPERF-184 - Remove "required" condition for getting Job. - Update documentation. Change-Id: I4dad1dfdb998c78c9c6620760614a36dd62318ec Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-07-24Add BRANCH Argument to DockerfilesTrevor Bramwell3-1/+7
This is a requirement for OPNFV CI to build Dockerfiles and allows builds to perform branch specific actions. Change-Id: I46c5c99a74e0c9a235a483a4be32f3bd283e0ccd Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-24Merge "Returns all job ID's if queried without ID."Mark Beierl3-6/+25
2017-07-25Returns all job ID's if queried without ID.Taseer3-6/+25
JIRA: STORPERF-184 Change-Id: I631b4adbd830420a3b502e4f2a86a66824c87fcd Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-07-21Merge "Replay change to reporting"Mark Beierl2-4/+4
2017-07-20Replay change to reportingmbeierl2-4/+4
Puts /reporting back into the web server's path. Change-Id: I201a7d5a9d22b4d34d7706711fcd3c8efd76f1eb JIRA: STORPERF-192 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-20Merge "Restore Proper Logging"Mark Beierl2-3/+4
2017-07-20Restore Proper Loggingmbeierl2-3/+4
Puts the logging.json file back into the correct path so that the rest_server.py initializes the logging system correctly. Adds the missing 'TAG=latest' to the documentation. Change-Id: Id9caba86f6470136a7fe128a2fe1fb520133fc0b JIRA: STORPERF-191 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-20Merge "Updating Documentation"Mark Beierl3-104/+58
2017-07-19Updating Documentationmbeierl3-104/+58
Minor updates to match the latest docker-compose method. Change-Id: I477b3bfa707a76822a3bedc54e6454beb5f2bcde Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-07-18Merge "Tool to create docker-compose.yml"Mark Beierl1-0/+70
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