summaryrefslogtreecommitdiffstats
path: root/lava-master/scripts/start.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26Upgrade to 2019.07Corentin LABBE1-38/+0
This patch upgrade LAVA to 2019.07 via their official docker images. Along with the change of the baseimage from our lava-xx-base to official 2019.07, some minor changes are needed: - Activate the en_US.UTF-8 locale needed for postgresql - chown to lavaserver all copied device-types - Fix the start scripts for using the official entrypoints
2019-06-25lava-master: remove tftp/lava-slaveCorentin LABBE1-2/+0
The lava-docker infrastructure have now splitted master and slave. So there are no reason to keep tftp/lava-slave on master.
2019-06-25lava-master: move the start.sh from lava-master-base to lava-masterCorentin LABBE1-0/+40
The start.sh will now be stored in lava-master. This will help for migrating to official LAVA docker images
2018-07-25Split dockerfile in two imagesCorentin LABBE1-40/+0
The process of building LAVA is hard to maintain. But since we need to be able to go back in time (or just stay longer with a specific version) we need a way to keep a LAVA version. For achieving this, we build a minimal image with just LAVA and tag it with the version of LAVA inside.
2018-07-12Add device-types and tokens at startupCorentin LABBE1-0/+3
This patch remove the use of setup.sh during build. So setup.sh is now ran during startup. Since setup.sh could ran multiple times (start -> stop -> start) against the same database, we need to handle already existing objects (user, devices,...) So all "add objects" are done only after a check that this object is not already present.
2018-06-05Upgrade to 2018.4Corentin LABBE1-8/+8
This patch upgrade lava-docker to LAVA 2018.4
2017-10-25Move master files in lava-masterCorentin LABBE1-0/+37