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
|
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||||
groups:
|
groups:
|
||||||
- oslo
|
- oslo
|
||||||
|
- project: openstack/devstack-plugin-hdfs
|
||||||
|
description: Devstack plugin to configure HDFS backend.
|
||||||
- project: openstack/devstack-plugin-zmq
|
- project: openstack/devstack-plugin-zmq
|
||||||
description: Devstack plugin to configure ZMQ.
|
description: Devstack plugin to configure ZMQ.
|
||||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||||
|
@ -203,6 +203,19 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- gate-{name}-bashate
|
- 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:
|
- project:
|
||||||
name: devstack-plugin-zmq
|
name: devstack-plugin-zmq
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -3841,6 +3841,15 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-devstack-plugin-amqp1-bashate
|
- 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
|
- name: openstack/devstack-plugin-zmq
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user