summaryrefslogtreecommitdiffstats
path: root/lavalab-gen.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-11-02lavalab-gen.sh: Handle argumentsCorentin LABBE1-3/+1
This patch mades lavalab-gen.sh pass all arguments to lavalab-gen.py Cleaning in the process the non-needed "rm build-lava"
2018-07-26lavalab-gen.sh: use rm -fCorentin LABBE1-3/+3
2018-06-05Implement MultipleslaveCorentin LABBE1-20/+1
This patch implement multiple slave support. Instead of having a maximum of one master and one slave in one docker image, it is now possible to have multiple slave accross several docker host. For helping this change, a new boards.yaml format is introduced (See README.md for details) Note that tokens.yaml is also squashed in boards.yaml
2018-03-08labalab-gen.sh: clean all generated filesCorentin LABBE1-0/+3
Some generated files are not cleaned, add them to the toclean list
2018-03-08Rename lab to workerCorentin LABBE1-2/+2
This patch fix the misleading name lab to the more proper worker since a lab could be a group of workers.
2018-02-02Generate udev rules in udev directoryCorentin LABBE1-2/+2
2018-01-08Use detach mode in docker-composeCorentin LABBE1-1/+1
2018-01-08Some actions need root privilegesCorentin LABBE1-2/+9
Some actions must be done by root, add a detection for that.
2017-10-27Add sample dhcpd and helper lavalab-gen.shCorentin LABBE1-0/+20