- Jun 04, 2024
-
-
Daniel Thompson authored
The olders 4.2.8 version is no longer available from the Schneider Electric website. It has been replaced with "PowerNet MIB v4.5.1" which can be downloaded from this page: https://www.se.com/us/en/download/document/APC_POWERNETMIB_451_EN/ Fix the download link accordingly. Signed-off-by:
Daniel Thompson <daniel.thompson@linaro.org>
-
- Jun 03, 2024
-
-
Daniel Thompson authored
The latest LAVA images use deb822-style repository descriptions and apt-add-repository doesn't work with this style. Replace it with a direct change to /etc/apt/sources.list.d/debian.sources that enables non-free repos. This also means we can retire the double update/install since we no longer need to install software-properties-common just to enable the non-free repo. Signed-off-by:
Daniel Thompson <daniel.thompson@linaro.org>
-
Daniel Thompson authored
Using apt in scripts is not recommended and issues a warning. Let's use apt-get instead. Signed-off-by:
Daniel Thompson <daniel.thompson@linaro.org>
-
- Mar 02, 2022
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Dec 01, 2021
-
-
Chase Qi authored
Make sure web server is started after system reboot. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Nov 16, 2021
-
-
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>
-
- Nov 03, 2021
-
-
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>
-
- Nov 01, 2021
-
-
Paul Sokolovskyy 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>
-
- Jul 12, 2021
-
-
Chase Qi authored
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>
-
- Jun 02, 2021
-
-
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>
-
- May 20, 2021
-
-
stevanradakovic authored
-
stevanradakovic authored
-
- May 06, 2021
-
-
Remi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- Apr 15, 2021
-
-
Philippe Mazet authored
- 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
-
- Apr 12, 2021
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@amd.com>
-
- Mar 25, 2021
-
-
Stevan Radaković authored
-
- Feb 08, 2021
-
-
Fathi Boudra authored
lava-dispatcher-webserver has 2 volumes entry. Merge them together. Signed-off-by:
Fathi Boudra <fathi.boudra@linaro.org>
-
- Feb 01, 2021
-
-
Stevan Radaković authored
-
- Jan 28, 2021
-
-
Stevan Radaković authored
-
- Dec 17, 2020
-
-
Stevan Radaković authored
-
- Dec 01, 2020
-
-
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>
-
- Nov 20, 2020
-
-
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>
-
- Nov 18, 2020
-
-
Stevan Radaković authored
-
- Nov 02, 2020
-
-
Remi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- Oct 01, 2020
-
-
Remi 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>
-
- Aug 20, 2020
-
-
Remi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- Aug 17, 2020
-
-
Stevan Radakovic authored
Fix the dependencies in docker-compose yaml so that this command can also work: 'docker-compose up lava-server'
-
- Aug 07, 2020
-
-
Remi 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>
-
- Aug 05, 2020
-
-
Remi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- Jul 14, 2020
-
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <kumar.gala@linaro.org>
-
- Jun 25, 2020
-
-
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>
-
- Jun 17, 2020
-
-
Remi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- May 14, 2020
-
-
Remi Duraffort authored
Just bind-mount the configuration file. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Remi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Stevan Radakovic authored
-
Philippe Mazet authored
-
- May 13, 2020
-
-
Stevan Radakovic authored
-
- May 12, 2020
-
-
Stevan Radakovic authored
These will be used to create admin username with specified password in run time.
-
- Apr 24, 2020
-
-
Remi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-