From 380127dc048c10f7090253cc9f075cf115f34806 Mon Sep 17 00:00:00 2001 From: "Li, Chen" Date: Wed, 29 Jul 2015 21:40:23 +0800 Subject: [PATCH] A Devstack-plugin that installs a HDFS backend Change-Id: I3ebb384cbc0dfa97ae3902234f43192b1ac84973 --- gerrit/acls/openstack/devstack-plugin-hdfs.config | 14 ++++++++++++++ gerrit/projects.yaml | 2 ++ jenkins/jobs/projects.yaml | 13 +++++++++++++ zuul/layout.yaml | 9 +++++++++ 4 files changed, 38 insertions(+) create mode 100644 gerrit/acls/openstack/devstack-plugin-hdfs.config diff --git a/gerrit/acls/openstack/devstack-plugin-hdfs.config b/gerrit/acls/openstack/devstack-plugin-hdfs.config new file mode 100644 index 0000000000..03d2fe0671 --- /dev/null +++ b/gerrit/acls/openstack/devstack-plugin-hdfs.config @@ -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 diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 08e1d5c207..5a0a66b68c 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -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 diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 5f9fb1ebcf..2e86c1d8c8 100755 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -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' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 8cab720be2..1611909a64 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -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