diff options
author | khilman <khilman@users.noreply.github.com> | 2018-06-05 11:47:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 11:47:07 -0700 |
commit | c1071d0f9b57958b22546abe8eadf670b3926b98 (patch) | |
tree | 6ac6947fc9196283ecba0c17a9033d3af3aaaa99 /boards.yaml | |
parent | 2d79d03f5818c096535c9784b12df5ea99c0dbff (diff) | |
parent | a22e4a89a06bda681ba329bf73e05a7d9196efe3 (diff) |
Merge pull request #27 from montjoie/multi_slave_2018_x
Multi slave 2018 x
Diffstat (limited to 'boards.yaml')
-rw-r--r-- | boards.yaml | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/boards.yaml b/boards.yaml index 88f7e6d..df6548c 100644 --- a/boards.yaml +++ b/boards.yaml @@ -1,4 +1,22 @@ -lab-slave-0: - boardlist: - qemu-01: - type: qemu +masters: + - name: master1 + host: local + users: + - name: admin + token: longrandomtokenadmin + password: admin + superuser: yes + staff: yes + tokens: + - username: admin + token: dfjdfkfkdjfkdsjfsl + description: no description +slaves: + - name: lab-slave-0 + host: local + remote_master: master1 + remote_user: admin + +boards: + - name: qemu-01 + type: qemu |