diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2017-10-25 12:22:30 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2017-10-25 12:29:56 +0200 |
commit | 5d1654506ae782d6b7d4467076555e70656f5c85 (patch) | |
tree | 9ec9c93d20ae7fcf972b699a6d3d4961362511b9 /tokens.yaml | |
parent | 88baa3f2459a5d32150048745003f4987b964be2 (diff) |
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.
Diffstat (limited to 'tokens.yaml')
-rw-r--r-- | tokens.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
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 |