From 512fafd8521ce42b02edbd135322b50f5a1b1e7d Mon Sep 17 00:00:00 2001 From: DongZhi <517341003@qq.com> Date: Fri, 28 Oct 2016 17:48:25 +0800 Subject: [PATCH] Request for add new project cinder-fusioncompute cinder-fusioncompute is Huawei FusionCompute[1] virtualization driver for OpenStack cinder.FusionCompute is an computing virtualization software developed by Huawei.which can provide tuned high-performance and high reliabilities in vm instance provisioning,clustered resource pool management, and intelligent HA/FT scheduling. [1]https://wiki.openstack.org/wiki/FusionCompute Change-Id: Ibb7f4a72437141e9379d33582ba3311f264d536c Signed-off-by: DongZhi <517341003@qq.com> --- gerrit/acls/openstack/cinder-fusioncompute.config | 15 +++++++++++++++ gerrit/projects.yaml | 2 ++ jenkins/jobs/projects.yaml | 7 +++++++ zuul/layout.yaml | 6 ++++++ 4 files changed, 30 insertions(+) create mode 100644 gerrit/acls/openstack/cinder-fusioncompute.config diff --git a/gerrit/acls/openstack/cinder-fusioncompute.config b/gerrit/acls/openstack/cinder-fusioncompute.config new file mode 100644 index 0000000000..da455a9f07 --- /dev/null +++ b/gerrit/acls/openstack/cinder-fusioncompute.config @@ -0,0 +1,15 @@ +[access "refs/heads/*"] +abandon = group cinder-fusioncompute-core +create = group cinder-fusioncompute-release +label-Code-Review = -2..+2 group cinder-fusioncompute-core +label-Workflow = -1..+1 group cinder-fusioncompute-core + +[access "refs/tags/*"] +pushSignedTag = group cinder-fusioncompute-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index f46f46fd33..e3dc094aec 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1294,6 +1294,8 @@ description: OpenStack Block Storage (Cinder) options: - translate +- project: openstack/cinder-fusioncompute + description: Implementation of Cinder driver for Huawei Fusioncompute. - project: openstack/cinder-specs groups: - cinder diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 1fc3c3b788..7e296a4383 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -1197,6 +1197,13 @@ - api-ref-jobs: service: block-storage +- project: + name: cinder-fusioncompute + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: cinder-specs diff --git a/zuul/layout.yaml b/zuul/layout.yaml index d7696ae202..20713c3fd8 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -6169,6 +6169,12 @@ projects: - gate-tempest-dsvm-full-devstack-plugin-nfs-nv - gate-tempest-dsvm-lvm-multibackend + - name: openstack/cinder-fusioncompute + template: + - name: merge-check + - name: python-jobs + - name: check-requirements + - name: openstack/cinder-specs template: - name: merge-check