summaryrefslogtreecommitdiffstats
path: root/tokens.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-01-09Permit to create staff/superuser usersCorentin LABBE1-0/+5
This patch add two user options staff and superuser. This will permit to create users with thoses flag in LAVA. In the process remove the hardcoded admin user from Dockerfile and move it in tokens.yaml
2017-10-25Introduce docker-composeCorentin LABBE1-0/+10
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.