diff options
author | khilman <khilman@users.noreply.github.com> | 2018-10-18 10:41:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 10:41:32 +0200 |
commit | 444653525a07faeee32eab0c07ec972ed6fe8967 (patch) | |
tree | acb42f5c455385dcac78d82e7ece15da57622405 /README.md | |
parent | 24fb00544ba3191216876112d3bad8a742812ed6 (diff) | |
parent | 135f1dca856775d0d365c0c1045a7add8626da01 (diff) |
Merge pull request #53 from montjoie/board_for_user
Permit to give board to user
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -228,6 +228,11 @@ masters: email: email of the user (optional) superuser: yes/no (default no) staff: yes/no (default no) + groups: + - name: Name of the group this user should join + groups: + - name: LAVA group name + submitter: True/False Can this group can submit jobs tokens: - username: The LAVA user owning the token below. (This user should be created via users:) token: The token for this callback @@ -263,6 +268,8 @@ boards: tags: (optional) List of tag to set on this device - tag1 - tag2 + user: (optional) Name of user owning the board (LAVA default is admin) user is exclusive with group + group: (optional) Name of group owning the board (no LAVA default) group is exclusive with user # One of uart or connection_command must be choosen uart: idvendor: The VID of the UART (Formated as 0xXXXX) |