A Devstack-plugin that installs a HDFS backend
Change-Id: I3ebb384cbc0dfa97ae3902234f43192b1ac84973
This commit is contained in:
parent
d5d0bc0c79
commit
380127dc04
14
gerrit/acls/openstack/devstack-plugin-hdfs.config
Normal file
14
gerrit/acls/openstack/devstack-plugin-hdfs.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group devstack-plugin-hdfs-core
|
||||
label-Code-Review = -2..+2 group devstack-plugin-hdfs-core
|
||||
label-Workflow = -1..+1 group devstack-plugin-hdfs-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group devstack-plugin-hdfs-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -918,6 +918,8 @@
|
||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||
groups:
|
||||
- oslo
|
||||
- project: openstack/devstack-plugin-hdfs
|
||||
description: Devstack plugin to configure HDFS backend.
|
||||
- project: openstack/devstack-plugin-zmq
|
||||
description: Devstack plugin to configure ZMQ.
|
||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||
|
@ -203,6 +203,19 @@
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-hdfs
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
- '{pipeline}-tempest-dsvm-full-{plugin}{branch-designator}':
|
||||
node: devstack-precise || devstack-trusty
|
||||
pipeline: gate
|
||||
plugin: hdfs
|
||||
plugin-repo: openstack/devstack-plugin-hdfs
|
||||
branch-designator: '-nv'
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-zmq
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -3841,6 +3841,15 @@ projects:
|
||||
gate:
|
||||
- gate-devstack-plugin-amqp1-bashate
|
||||
|
||||
- name: openstack/devstack-plugin-hdfs
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-devstack-plugin-hdfs-bashate
|
||||
- gate-tempest-dsvm-full-hdfs-nv
|
||||
gate:
|
||||
- gate-devstack-plugin-hdfs-bashate
|
||||
|
||||
- name: openstack/devstack-plugin-zmq
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user