- 02 Mar, 2022 1 commit
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 01 Dec, 2021 1 commit
-
-
Chase Qi authored
Make sure web server is started after system reboot. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 16 Nov, 2021 2 commits
-
-
Chase Qi authored
Jobs like secondary media deployment requires a working apache2 server to offer deployment files over the network to the device. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Chase Qi authored
Use `/var/lib/lava/dispatcher/` for DocumentRoot as lava worker uses `http://<host >/tmp` for downloading. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 03 Nov, 2021 1 commit
-
-
Asks for password and creates an admin user with it. This is helpful command to bootstrap further interaction with the LAVA instance which was set up. Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 01 Nov, 2021 1 commit
-
-
Paul Sokolovsky authored
Install a coordinator config which use lava-coordinator service as run by docker-compose setup. A coordinator config on dispatcher is required to run multinode jobs. Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 12 Jul, 2021 1 commit
-
-
tftp, ser2net and nfs services are required for docker worker to support network booting. This docker compose file lunch these services using the below volumes that used by docker worker so that they can work together. * /srv/tftp * /var/lib/lava/dispatcher/tmp To avoid adding per device port mapping in docker compose file for adding new devices, host network mode will be used for ser2net service. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 02 Jun, 2021 1 commit
-
-
Required since switching to "*:latest" docker images (instead of explicitly versioned images used before). If such a ":latest" image is already present locally, docker-compose won't try to update it from DockerHub - unless explicitly told to do so with "docker-compose pull". Fixes: #12 Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 20 May, 2021 2 commits
-
-
stevanradakovic authored
-
stevanradakovic authored
-
- 06 May, 2021 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 15 Apr, 2021 1 commit
-
-
- Create initdb.d/ folder that will be used to inject backup in the postgres container - Create addtional docker-compose file (docker-compose-restore-backup.yaml) that will mount the volume used for database restore
-
- 12 Apr, 2021 1 commit
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@amd.com>
-
- 25 Mar, 2021 1 commit
-
-
stevanradakovic authored
-
- 08 Feb, 2021 1 commit
-
-
Fathi Boudra authored
lava-dispatcher-webserver has 2 volumes entry. Merge them together. Signed-off-by:
Fathi Boudra <fathi.boudra@linaro.org>
-
- 01 Feb, 2021 1 commit
-
-
stevanradakovic authored
-
- 28 Jan, 2021 1 commit
-
-
stevanradakovic authored
-
- 17 Dec, 2020 1 commit
-
-
- 01 Dec, 2020 1 commit
-
-
The docker test shell utilizes 'udevadm trigger --action add' to cause udev events on the host system to invoke lava-dispatcher-host. For this to function of lava-dispatcher is running in a container we need rw access to /sys/devices/*/uevent, so mount it 'rw'. Signed-off-by:
Kumar Gala <kumar.gala@linaro.org>
-
- 20 Nov, 2020 1 commit
-
-
Kumar Gala authored
The port number in the docker-compose.yaml is 7101 for ser2net, update the ser2net.conf example to match that port number. Signed-off-by:
Kumar Gala <kumar.gala@linaro.org>
-
- 18 Nov, 2020 1 commit
-
-
stevanradakovic authored
-
- 02 Nov, 2020 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 01 Oct, 2020 1 commit
-
-
Rémi Duraffort authored
lava-logs, lava-master where replaced by lava-server-gunicorn and lava-scheduler. lava-slave has been replaced by lava-worker. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 20 Aug, 2020 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 17 Aug, 2020 1 commit
-
-
stevanradakovic authored
Fix the dependencies in docker-compose yaml so that this command can also work: 'docker-compose up lava-server'
-
- 07 Aug, 2020 1 commit
-
-
Rémi Duraffort authored
If an admin updates the device-type templates using the XMLRPC API, the master won't use the new version. Closes #4 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 05 Aug, 2020 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 14 Jul, 2020 1 commit
-
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <kumar.gala@linaro.org>
-
- 25 Jun, 2020 1 commit
-
-
Kumar Gala authored
To allow the lava-dispatcher to run in a docker container and the action it is running use a container we need to expose a few things to allow the secondary container to be spun up correctly. 1. Expose /var/run/docker.sock to the lava-dispatcher container so containers spun up inside it become sibilings. 2. For udev and things like pyudev to see the current device database we need to expose /run/udev Signed-off-by:
Kumar Gala <kumar.gala@linaro.org>
-
- 17 Jun, 2020 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 14 May, 2020 4 commits
-
-
Rémi Duraffort authored
Just bind-mount the configuration file. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
stevanradakovic authored
-
Philippe Mazet authored
-
- 13 May, 2020 1 commit
-
-
stevanradakovic authored
-
- 12 May, 2020 1 commit
-
-
stevanradakovic authored
These will be used to create admin username with specified password in run time.
-
- 24 Apr, 2020 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 18 Mar, 2020 1 commit
-
-
Signed-off-by:
Milosz Wasilewski <milosz.wasilewski@linaro.org>
-
- 26 Feb, 2020 2 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-