diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-10-16 16:08:31 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-10-17 16:27:02 +0200 |
commit | 033ceaa64ad89cdedb45f3fc3b6269063402b1bd (patch) | |
tree | 96bdfc33a050f2a8477ee524a0c39c577252dc39 /README.md | |
parent | 296bc5fbc5d08ed91771a39f47f02ae90164aa6b (diff) |
Permit to create groups
This patch adds support for creating groups
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 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 |