Adding devstack-plugin-glusterfs project to stackforge
Change-Id: I065fe82621f9898e6ab05e86222fa7fa825ed2c9
This commit is contained in:
parent
160c5c7951
commit
b538d08a87
14
gerrit/acls/stackforge/devstack-plugin-glusterfs.config
Normal file
14
gerrit/acls/stackforge/devstack-plugin-glusterfs.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group devstack-plugin-glusterfs-core
|
||||
label-Code-Review = -2..+2 group devstack-plugin-glusterfs-core
|
||||
label-Workflow = -1..+1 group devstack-plugin-glusterfs-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group devstack-plugin-glusterfs-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1148,6 +1148,11 @@
|
||||
- project: stackforge/designate-msdnsagent
|
||||
description: Agent for using Microsoft DNS Server with Designate
|
||||
acl-config: /home/gerrit2/acls/openstack/designate.config
|
||||
- project: stackforge/devstack-plugin-glusterfs
|
||||
description: Devstack plugin to configure GlusterFS backend.
|
||||
upstream: git://github.com/gluster/devstack-plugins.git
|
||||
groups:
|
||||
- devstack-plugins
|
||||
- project: stackforge/distil
|
||||
description: Rating Service for OpenStack
|
||||
acl-config: /home/gerrit2/acls/stackforge/distil.config
|
||||
|
@ -1828,6 +1828,13 @@
|
||||
pipeline: check
|
||||
node: devstack-f21
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-glusterfs
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: hacking
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -4346,6 +4346,14 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: stackforge/devstack-plugin-glusterfs
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-devstack-plugin-glusterfs-bashate
|
||||
gate:
|
||||
- gate-devstack-plugin-glusterfs-bashate
|
||||
|
||||
- name: stackforge/distil
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user