Add devstack-plugin-bdd to project config
Add new devstack-plugin to project config. This plugin configure BlockDeviceDriver cinder backend at devstack. Change-Id: Ia39ad3cba6d24956cf5f84f6e7e9030440fd781a
This commit is contained in:
parent
d0b8143cf7
commit
9576e0936c
14
gerrit/acls/openstack/devstack-plugin-bdd.config
Normal file
14
gerrit/acls/openstack/devstack-plugin-bdd.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group devstack-plugin-bdd-core
|
||||
label-Code-Review = -2..+2 group devstack-plugin-bdd-core
|
||||
label-Workflow = -1..+1 group devstack-plugin-bdd-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group devstack-plugin-bdd-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -957,6 +957,9 @@
|
||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||
groups:
|
||||
- oslo
|
||||
- project: openstack/devstack-plugin-bdd
|
||||
description: DevStack plugin to configure Cinder BlockDeviceDriver
|
||||
upstream: https://github.com/vgridnev/devstack-plugin-bdd
|
||||
- project: openstack/devstack-plugin-hdfs
|
||||
description: DevStack plugin to configure HDFS backend.
|
||||
- project: openstack/devstack-plugin-zmq
|
||||
|
@ -212,6 +212,13 @@
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-bdd
|
||||
node: 'bare-precise || base-trusty'
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-hdfs
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -4244,6 +4244,14 @@ projects:
|
||||
gate:
|
||||
- gate-devstack-plugin-amqp1-bashate
|
||||
|
||||
- name: openstack/devstack-plugin-bdd
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-devstack-plugin-bdd-bashate
|
||||
gate:
|
||||
- gate-devstack-plugin-bdd-bashate
|
||||
|
||||
- name: openstack/devstack-plugin-hdfs
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user