summaryrefslogtreecommitdiffstats
path: root/docker-compose.template
AgeCommit message (Collapse)AuthorFilesLines
2018-01-08Fix libguestfs on slaveCorentin LABBE1-1/+5
Libguestfs actions are done by the dispatcher, so the slave must be able to do them. In the same time, add a TODO for setting volumes as read_only.
2018-01-08Remove unused port 1022:22Corentin LABBE1-1/+0
2018-01-08Move XNBD ports outside of dynamic port rangeCorentin LABBE1-1/+1
Under Linux, dynamic port range is 32768-60999, so a clash is possible with XNBD port range. Furthermore XNBD constants file have changed in 2017.11
2017-10-27Add squid for caching LAVA downloadsCorentin LABBE1-0/+11
2017-10-25Introduce docker-composeCorentin LABBE1-0/+34
This commit introduce two compoments: lavalab-en.py which generate: - device files - conmux config files - users files - tokens files - udev rules for host - final docker-compose.yml file Except of docker-compose.yml, all other files are ignored for the moment and will be handled by a following commit. docker-compose: The docker compose permits to building and running easily lava-docker images. It permit also to remove some contraints like knowing the LAVA_SERVER_IP/LAVA_MASTER.