Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-08 | Remove dns_search options propagation from host | Corentin LABBE | 1 | -0/+2 | |
When dns_search are set, the control made by conmux on hostname fail since hostname.domain does not exist in the docker. | |||||
2018-01-08 | Fix custom device-type handling | Corentin LABBE | 1 | -4/+5 | |
Device-type are jinja2 files and not yaml files and so a have a different filename. So this patch correct the handling of custom device-types. | |||||
2018-01-08 | Some actions need root privileges | Corentin LABBE | 1 | -2/+9 | |
Some actions must be done by root, add a detection for that. | |||||
2018-01-08 | qemu: Some arch does not have kvm | Corentin LABBE | 2 | -2/+6 | |
Since some arch does not have kvm, remove kvm usage for qemu. We will reintroduce it later via a flag/autodetect. | |||||
2018-01-08 | Fix libguestfs on slave | Corentin LABBE | 3 | -1/+8 | |
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-08 | Disable CSRF cookie | Corentin LABBE | 3 | -1/+20 | |
When working with HTTP interface, it is impossible to login. Ths patch also document that in Readme.md | |||||
2018-01-08 | Use cu package from testing | Corentin LABBE | 1 | -0/+6 | |
Some boards need cu > 1.07-24 It exists only in debian testing, so add a hack for getting it. | |||||
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 | 2 | -3/+4 | |
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 | |||||
2018-01-08 | Remove old squid PID | Corentin LABBE | 1 | -0/+5 | |
Sometimes the old squid PID prevent squid from starting. | |||||
2017-10-27 | Add squid for caching LAVA downloads | Corentin LABBE | 6 | -0/+7996 | |
2017-10-27 | Add sample dhcpd and helper lavalab-gen.sh | Corentin LABBE | 2 | -0/+142 | |
2017-10-26 | Forgot to comment the generated slave directory | Corentin LABBE | 1 | -1/+2 | |
2017-10-26 | Add health-checks copy | Corentin LABBE | 2 | -0/+2 | |
2017-10-26 | Need to copy slaves files in dispatcher.d | Corentin LABBE | 1 | -0/+1 | |
2017-10-26 | Forgot to comment the git install on master | Corentin LABBE | 1 | -13/+13 | |
2017-10-25 | Merge pull request #9 from montjoie/dockercompose | Tyler Baker | 18 | -16/+552 | |
Dockercompose | |||||
2017-10-25 | Add support for lavapdu | Corentin LABBE | 3 | -0/+35 | |
2017-10-25 | Add support for conmux | Corentin LABBE | 3 | -0/+25 | |
2017-10-25 | Handle generated files | Corentin LABBE | 3 | -0/+81 | |
This commit add suppot for generated files by lalalab-gen.py. | |||||
2017-10-25 | Introduce docker-compose | Corentin LABBE | 5 | -16/+315 | |
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-10-25 | import lava-slave | Corentin LABBE | 5 | -0/+96 | |
2017-10-25 | Move master files in lava-master | Corentin LABBE | 4 | -0/+0 | |
2017-10-24 | Merge pull request #8 from montjoie/debianstable | Tyler Baker | 1 | -10/+15 | |
Debianstable | |||||
2017-10-24 | Use correct lava-server command to create admin user | Corentin LABBE | 1 | -1/+1 | |
2017-10-24 | Split some actions | Corentin LABBE | 1 | -6/+9 | |
This patch split some actions, making them more readable. | |||||
2017-10-24 | Use debian stable instead of unstable | Corentin LABBE | 1 | -4/+6 | |
Debian unstable is a too moving target for basing a docker. | |||||
2017-08-29 | README: add a note about security | Tyler Baker | 1 | -0/+13 | |
Add some security considerations to the README. Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-06-12 | Dockerfile: remove inflight LAVA patch | Tyler Baker | 1 | -1/+0 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-06-06 | Merge pull request #5 from khilman/wip/packages | Tyler Baker | 1 | -0/+1 | |
Dockerfile: install python-setproctitle | |||||
2017-06-06 | Dockerfile: install python-setproctitle | Kevin Hilman | 1 | -0/+1 | |
Without python-setproctitle installed, all jobs have a warning: WARNING:root:Unable to import 'setproctitle', process name cannot be changed which also causes a bunch of ther debug messages to appear in red at the top of every job. This proably needs to be fixed in LAVA as a debian package dependency also. Signed-off-by: Kevin Hilman <khilman@baylibre.com> | |||||
2017-05-24 | Merge pull request #4 from khilman/wip/packages | Tyler Baker | 1 | -0/+2 | |
Dockerfile: add ser2net, u-boot-tools | |||||
2017-05-24 | Dockerfile: add ser2net, u-boot-tools | Kevin Hilman | 1 | -0/+2 | |
ser2net and u-boot-tools (for mkimage) are useful additional packages to have installed by default. Signed-off-by: Kevin Hilman <khilman@baylibre.com> | |||||
2017-05-16 | Dockerfile: expose port 3079 for the LAVA coordinator | Tyler Baker | 1 | -1/+1 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-05-15 | README: open port for coordinator | Tyler Baker | 1 | -1/+1 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-05-15 | scripts: start and stop the coordinator | Tyler Baker | 2 | -0/+2 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-05-12 | README: fix github markdown | Tyler Baker | 1 | -0/+1 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-05-12 | Dockerfile: switch to local mirrors and bump version to 2017.05 | Tyler Baker | 1 | -4/+5 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-05-11 | README: Add addtional steps to setup tftp | Tyler Baker | 1 | -0/+6 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-05-10 | Merge pull request #3 from qinshulei/master | Tyler Baker | 2 | -2/+2 | |
TFTP base on UDP protocol | |||||
2017-05-10 | TFTP base on UDP protocol | qinshulei | 2 | -2/+2 | |
2017-05-01 | Dockerfile: shuffle scripts, and add tftp support | Tyler Baker | 4 | -2/+11 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-04-10 | base-image: switch to use minideb, and update to the 2017.04 release | Tyler Baker | 1 | -9/+9 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-04-04 | HACK: Remove hacky patch | Tyler Baker | 2 | -30/+0 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-04-03 | README: use official dockerhub repo in example | Tyler Baker | 1 | -1/+1 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-04-03 | HACK: Add out of tree patch for api token | Tyler Baker | 1 | -0/+1 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-04-01 | Add support for the LAVA hosted tftp server | Tyler Baker | 4 | -2/+4 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-03-31 | Add README | Tyler Baker | 1 | -0/+17 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> | |||||
2017-03-31 | Add base lava-docker files | Tyler Baker | 4 | -0/+131 | |
Signed-off-by: Tyler Baker <tyler.baker@linaro.org> |