Ales Komarek | febf26c | 2016-12-01 11:44:57 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | gerrit: |
| 3 | client: |
| 4 | enabled: True |
| 5 | dir: |
| 6 | git: /srv/volumes/gerrit/git |
| 7 | server: |
| 8 | host: ${_param:openstack_control_address} |
| 9 | user: admin |
| 10 | email: root@localhost |
| 11 | http_port: 8083 |
| 12 | ssh_port: 29418 |
| 13 | protocol: http |
| 14 | password: ${_param:gerrit_admin_password} |
| 15 | key: ${_param:gerrit_admin_private_key} |
| 16 | group: |
| 17 | Event Streaming Users: |
| 18 | description: Event Streaming Users |
| 19 | mcp_fuel_aio-core: |
| 20 | description: Core maintainers |
| 21 | mcp_fuel_aio-release: |
| 22 | description: Release engineers |
| 23 | mcp_fuel_aio-contrib: |
| 24 | description: Service developers |
| 25 | user: |
| 26 | jenkins: |
| 27 | fullname: Non-Interactive Jenkins |
| 28 | email: "jenkins@mirantis.com" |
| 29 | ssh_key: ${_param:gerrit_admin_public_key} |
| 30 | http_password: password |
| 31 | groups: |
| 32 | - Event Streaming Users |
| 33 | - Non-Interactive Users |
| 34 | default_access: |
| 35 | "refs/*": |
| 36 | actions: |
| 37 | - name: read |
| 38 | group: Non-Interactive Users |
| 39 | "refs/heads/*": |
| 40 | actions: |
| 41 | - name: abandon |
| 42 | group: ccp-poc-core |
| 43 | - name: create |
| 44 | group: ccp-poc-release |
| 45 | labels: |
| 46 | - name: label-Code-Review |
| 47 | group: ccp-poc-core |
| 48 | score: -2..+2 |
| 49 | - name: label-Code-Review |
| 50 | group: Non-Interactive Users |
| 51 | score: -1..+1 |
| 52 | - name: label-Verified |
| 53 | group: Non-Interactive Users |
| 54 | score: -1..+1 |
| 55 | - name: label-Workflow |
| 56 | group: ccp-poc-core |
| 57 | score: -1..+1 |
| 58 | "refs/tags/*": |
| 59 | actions: |
| 60 | - name: pushSignedTag |
| 61 | group: ${_param:cluster_name}-release |