From 5d1654506ae782d6b7d4467076555e70656f5c85 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 25 Oct 2017 12:22:30 +0200 Subject: Introduce docker-compose 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. --- tokens.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tokens.yaml (limited to 'tokens.yaml') diff --git a/tokens.yaml b/tokens.yaml new file mode 100644 index 0000000..c6a430f --- /dev/null +++ b/tokens.yaml @@ -0,0 +1,10 @@ +lava_server_users: + - name: example + token: longrandomtoken + password: examplepassword + +callback_tokens: + - filename: example + username: example + token: longrandomtokencallback + description: example-callback -- cgit 1.2.3-korg