summaryrefslogtreecommitdiffstats
path: root/docker-compose/create-compose.py
AgeCommit message (Collapse)AuthorFilesLines
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-08-31Adding Graphite to Composembeierl1-9/+24
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-17Support for Docker images on ARM processors.Taseer Ahmed1-2/+6
- Usage: docker build --build-arg ARCH=<arch_type> . Change-Id: I9018c627cef05e69492dbdefbe750d72cf98064d Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
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>