Merge "Add os-brick to OpenStack"

This commit is contained in:
Jenkins 2015-02-16 08:34:22 +00:00 committed by Gerrit Code Review
commit c0728690b9
5 changed files with 42 additions and 0 deletions

View 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

View File

@ -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

View File

@ -319,6 +319,7 @@ openstack-cinder:
- openstack/cinder
- openstack/cinder-specs
- openstack/python-cinderclient
- openstack/os-brick
branches:
- master

View File

@ -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'

View File

@ -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