Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
Debianstable
|
|
|
|
This patch split some actions, making them more readable.
|
|
Debian unstable is a too moving target for basing a docker.
|
|
Add some security considerations to the README.
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Dockerfile: install python-setproctitle
|
|
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>
|
|
Dockerfile: add ser2net, u-boot-tools
|
|
ser2net and u-boot-tools (for mkimage) are useful additional packages
to have installed by default.
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
TFTP base on UDP protocol
|
|
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|
|
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
|