diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-04-12 11:59:07 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-06-05 15:36:31 +0200 |
commit | 31555bcb6555d080e7072fba2fc8ccda0fd59eaa (patch) | |
tree | e70c096e7714be50f2d7b9f4419f07dbe4452ec7 /tokens.yaml | |
parent | 287e03c09e34ec77d696fcd7ad55912cc127a859 (diff) |
Implement Multipleslave
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
Diffstat (limited to 'tokens.yaml')
-rw-r--r-- | tokens.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tokens.yaml b/tokens.yaml deleted file mode 100644 index d3a8760..0000000 --- a/tokens.yaml +++ /dev/null @@ -1,15 +0,0 @@ -lava_server_users: - - name: admin - token: longrandomtokenadmin - password: admin - superuser: yes - staff: yes - - name: example - token: longrandomtoken - password: examplepassword - -callback_tokens: - - filename: example - username: example - token: longrandomtokencallback - description: example-callback |