aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2018-02-02Permit to customize dispatcher_ipCorentin LABBE1-0/+1
dispatcher_ip is the IP used by boards for contacting/downloading images/dtb/etc... For the moment it was harcoded to 192.168.66.1. This patch permit to easily change it.
2018-02-02Place board under boardlistCorentin LABBE1-9/+10
We need to add some information to lab node, so we need to move all boards under a list("boardlist")
2018-01-09Permit to create staff/superuser usersCorentin LABBE1-0/+2
This patch add two user options staff and superuser. This will permit to create users with thoses flag in LAVA. In the process remove the hardcoded admin user from Dockerfile and move it in tokens.yaml
2018-01-08Disable CSRF cookieCorentin LABBE1-1/+1
When working with HTTP interface, it is impossible to login. Ths patch also document that in Readme.md
2017-10-27Add squid for caching LAVA downloadsCorentin LABBE1-0/+4
2017-10-26Forgot to comment the generated slave directoryCorentin LABBE1-1/+2
2017-10-25Introduce docker-composeCorentin LABBE1-16/+75
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.
2017-08-29README: add a note about securityTyler Baker1-0/+13
Add some security considerations to the README. Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-05-15README: open port for coordinatorTyler Baker1-1/+1
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-05-12README: fix github markdownTyler Baker1-0/+1
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-05-11README: Add addtional steps to setup tftpTyler Baker1-0/+6
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-05-10TFTP base on UDP protocolqinshulei1-1/+1
2017-04-03README: use official dockerhub repo in exampleTyler Baker1-1/+1
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-04-01Add support for the LAVA hosted tftp serverTyler Baker1-1/+1
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2017-03-31Add READMETyler Baker1-0/+17
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>