From 1b45d71854febaa1e85e8cffe465e83d6c29d096 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 10 Mar 2015 13:28:36 +0000 Subject: gerrit: Create local-config/lorries project Done as part of the Gerrit access config because it's easier then. --- baserock_gerrit/gerrit-access-config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/baserock_gerrit/gerrit-access-config.yml b/baserock_gerrit/gerrit-access-config.yml index a321e421..513a993e 100644 --- a/baserock_gerrit/gerrit-access-config.yml +++ b/baserock_gerrit/gerrit-access-config.yml @@ -108,6 +108,15 @@ - Testers #ssh_key: xx + # It'd make more sense to do this in the mirroring-config.yml file, but + # then the admin would need to supply their Gerrit credentials to that + # playbook too (which is more tricky, because it doesn't run on + # 'localhost'). + - name: repo to hold Lorry Controller mirroring configuration + gerrit_project: + name: local-config/lorries + description: Configuration for Lorry for mirroring from Trove + - name: create 'groups' mapping required by Gerrit lineinfile: create: yes @@ -123,7 +132,6 @@ - "{{ reviewers_group }}" - "{{ testers_group }}" - # it'd be nice if this module existed... but it doesn't right now. You'll have # to commit the files manually. # -- cgit v1.2.1