aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12Support screen for uartCorentin LABBE1-0/+1
This patch add support for using screen instead of conmux-console. screen can be used by adding "use_screen: True" to uart. screen is necessary for some board with internal uart which have a micro cut when switching power (like DRA7-EVM and M3ULCB)
2018-07-04Implement ser2netCorentin LABBE1-0/+1
This patch add support for ser2net. ser2net can be used by adding "use_ser2net: True" to uart.
2018-06-05Permit to access LAVA webadmin via httpsCorentin LABBE1-0/+1
This patch permits to access LAVA webadmin via HTTPS. Resolve SPEC-1493
2018-06-05Implement MultipleslaveCorentin LABBE1-61/+65
This patch implement multiple slave support. Instead of having a maximum of one master and one slave in one docker image, it is now possible to have multiple slave accross several docker host. For helping this change, a new boards.yaml format is introduced (See README.md for details) Note that tokens.yaml is also squashed in boards.yaml
2018-04-13Rename macaddr to uboot_macaddrCorentin LABBE1-1/+1
For clarify the use of macaddr, rename it to uboot_macaddr.
2018-04-13Add uboot_ipaddrCorentin LABBE1-0/+1
Some boards have broken uboot dhcp, so we need to set a static ip in uboot. This patch add a way to specify such IP via uboot_ipaddr.
2018-02-16README: Fix vendor/product ID formatCorentin LABBE1-6/+6
The format for vendor/product ID need to be prefixed by 0x.
2018-02-14Force the use of hexadecimal values for product/vendor IDsCorentin LABBE1-2/+2
Using "idproduct: 6001" let python convert 6001 to 24577 and so corrupt the UDEV line.
2018-02-14Document host_has_cpuflag_kvmCorentin LABBE1-0/+1
Now host_has_cpuflag_kvm is used, we need to document it.
2018-02-02Documentation: document lava-dockerCorentin LABBE1-54/+266
Ths patch documenent lava-docker and add a boards.yaml.example
2018-02-02Change misleading lab-slave-name exampleCorentin LABBE1-1/+1
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>