Hi Team,
I have recently installed lava server (master) in my Debian machine. My goal is to configure lava-server with *master- multiple workers* *Lava-server : Master* *[PFA] Debian configuration *: root@LavaServer:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster
Now i am trying to setup multiple workers on other machine: Q : *Can i configure/Install the worker on different Operating System other than Debian ??*
If [No], please describe the process or share the useful Doc
thanks
Regarding Nagendra S
On Thu, 16 Apr 2020 at 10:50, Nagendra Singamsetti nag.singam91@gmail.com wrote:
Hi Team,
I have recently installed lava server (master) in my Debian machine. My goal is to configure lava-server with master- multiple workers Lava-server : Master [PFA] Debian configuration : root@LavaServer:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster
Now i am trying to setup multiple workers on other machine: Q : Can i configure/Install the worker on different Operating System other than Debian ??
If [No], please describe the process or share the useful Doc
I would say you _should_ use Debian at this point as this is the safest option. We're providing debian packages. On other OS you would need to install LAVA from sources. I did that on Ubuntu so I'm pretty confident it works but I don't think we have any useful docs describing the process at this point.
milosz
thanks
Regarding Nagendra S
Lava-users mailing list Lava-users@lists.lavasoftware.org https://lists.lavasoftware.org/mailman/listinfo/lava-users
Hi
From: Lava-users lava-users-bounces@lists.lavasoftware.org On Behalf Of Nagendra Singamsetti Sent: 16 April 2020 10:50 To: lava-users@lists.lavasoftware.org Subject: [Lava-users] Lava Server setup Issue
[snip]
Now i am trying to setup multiple workers on other machine: Q : Can i configure/Install the worker on different Operating System other than Debian ??
If [No], please describe the process or share the useful Doc
Do you have Docker on the other OS? If yes then you could consider running the Worker in a container. The LAVA team provide Docker images and there are projects like lava-docker [1] that make using them straightforward.
[1] https://github.com/kernelci/lava-docker
Regards
Steve
On Thu, 16 Apr 2020 at 11:07, Stephen Lawrence stephen.lawrence@renesas.com wrote:
Hi
From: Lava-users lava-users-bounces@lists.lavasoftware.org On Behalf Of Nagendra Singamsetti Sent: 16 April 2020 10:50 To: lava-users@lists.lavasoftware.org Subject: [Lava-users] Lava Server setup Issue
[snip]
Now i am trying to setup multiple workers on other machine: Q : Can i configure/Install the worker on different Operating System other than Debian ??
If [No], please describe the process or share the useful Doc
Do you have Docker on the other OS? If yes then you could consider running the Worker in a container. The LAVA team provide Docker images and there are projects like lava-docker [1] that make using them straightforward.
It might seem straightforward but it really isn't. KernelCI use case is the simplest possible. That's why they have their setup in docker.
You can find official docker-compose for LAVA here: https://git.lavasoftware.org/lava/pkg/docker-compose
Release images are published to dockerhub: https://hub.docker.com/u/lavasoftware
Main issue with common support for dockerized setup is in passing target devices to the container. If you don't have such need (no Android or IoT use cases, no custom flashing tools) then dockerized dispatcher should be pretty easy to setup.
This repository comes from kernelci and _is_not_ an official LAVA container.
milosz
Regards
Steve
Lava-users mailing list Lava-users@lists.lavasoftware.org https://lists.lavasoftware.org/mailman/listinfo/lava-users
lava-users@lists.lavasoftware.org