Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-08 | Remove unused port 1022:22 | Corentin LABBE | 1 | -1/+0 | |
2018-01-08 | Move XNBD ports outside of dynamic port range | Corentin LABBE | 1 | -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-27 | Add squid for caching LAVA downloads | Corentin LABBE | 1 | -0/+11 | |
2017-10-25 | Introduce docker-compose | Corentin LABBE | 1 | -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. |