summaryrefslogtreecommitdiffstats
path: root/docker/storperf-httpfrontend
AgeCommit message (Collapse)AuthorFilesLines
2018-07-09Switch to upstream nginxmbeierl1-96/+1
Uses the official upstream nginx container image instead of building a custom one to support ARM (aarch64). Uses the official upstream node image instead of building a customer one for ARM. Change-Id: Ib465333204d3f1718da8cfb314cad32d955a3d2b JITA: STORPERF-250 Signed-off-by: mbeierl <mark.beierl@dell.com>
2018-07-05Adds volume_type supportmbeierl1-1/+1
Adds a new optional parameter, volume_type, to the configurations REST API, allowing the user to specify the volume type to create. Change-Id: I29b7bee442a5e1b6b98be439c06a58e3fd322943 JIRA: STORPERF-217 Co-Authored-By: Ameed.Ashour.Ext@Nokia.com Signed-off-by: mbeierl <mark.beierl@dell.com>
2018-06-26Speed up Buildsmbeierl1-1/+4
Adding a new keyserver and ulimit to help speed up builds. Change-Id: If79ba1e533bfe2044606d98047abe9fa342aefb4 Signed-off-by: mbeierl <mark.beierl@dell.com>
2018-04-12Marking 3rd Party Softwarembeierl2-2/+2
Move all non Apache2.0/CC-BY-4.0 licensed files into a 3rd_party directory Change-Id: I4172063500f8bb2fa3ac767d1be8c6c5cf12aa7b JIRA: STORPERF-241 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-10-03User Interface for homepageShrenik2-1/+43
Experimental changes. * Used Bootstrap to create a minimalistic UI Change-Id: I0f2ac253b695510b54ba18ab942958df8a174e85 JIRA: STORPERF-212 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
2017-09-06Adding default ARCHmbeierl1-1/+1
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-01Re-instating docker build verifymbeierl1-2/+2
Change-Id: I720ba0c8e413d5c61e8d6f9a13eae0441df53ccb Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-25Change to list of keyserversmbeierl1-1/+3
Change-Id: Iae2ad128e9cc26fe2142a1278e425ea00fd70635 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-23Graphite Standalone containerShrenik1-1/+1
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-18Trying different GPG keyservermbeierl1-1/+1
Change-Id: I3226bb30afe5980e544b11498e676c9941b9e2c9 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-08-17Support for Docker images on ARM processors.Taseer Ahmed1-3/+95
- Usage: docker build --build-arg ARCH=<arch_type> . Change-Id: I9018c627cef05e69492dbdefbe750d72cf98064d Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-07-24Add BRANCH Argument to DockerfilesTrevor Bramwell1-0/+2
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-20Replay change to reportingmbeierl1-1/+1
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-12Creation of Local Docker for Daily Jobmbeierl1-0/+23
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 pathsmbeierl2-0/+58
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>