Merge "Add os-brick to OpenStack"
This commit is contained in:
commit
c0728690b9
19
gerrit/acls/openstack/os-brick.config
Normal file
19
gerrit/acls/openstack/os-brick.config
Normal file
@ -0,0 +1,19 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group cinder-core
|
||||
label-Code-Review = -2..+2 group cinder-core
|
||||
label-Workflow = -1..+1 group cinder-core
|
||||
|
||||
[access "refs/heads/proposed/*"]
|
||||
abandon = group cinder-milestone
|
||||
label-Code-Review = -2..+2 group cinder-milestone
|
||||
label-Workflow = -1..+1 group cinder-milestone
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group cinder-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -899,6 +899,9 @@
|
||||
- direct-release
|
||||
- project: openstack/os-apply-config
|
||||
description: Apply configuration from cloud metadata.
|
||||
- project: openstack/os-brick
|
||||
description: Volume discovery and local storage management lib
|
||||
upstream: git://github.com/WaltHP/os-brick.git
|
||||
- project: openstack/os-cloud-config
|
||||
description: Configure a cloud
|
||||
acl-config: /home/gerrit2/acls/openstack/os-apply-config.config
|
||||
|
@ -319,6 +319,7 @@ openstack-cinder:
|
||||
- openstack/cinder
|
||||
- openstack/cinder-specs
|
||||
- openstack/python-cinderclient
|
||||
- openstack/os-brick
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -1431,6 +1431,14 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: os-brick
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: os-cloud-config
|
||||
node: 'bare-precise || bare-trusty'
|
||||
@ -2810,6 +2818,7 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: bufunfa
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -2459,6 +2459,16 @@ projects:
|
||||
- os-apply-config-coverage
|
||||
- os-apply-config-branch-tarball
|
||||
|
||||
- name: openstack/os-brick
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-os-brick-pep8
|
||||
- gate-os-brick-python27
|
||||
gate:
|
||||
- gate-os-brick-pep8
|
||||
- gate-os-brick-python27
|
||||
|
||||
- name: openstack/os-cloud-config
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user