From f09f228b941178913f4b699352505a4f2f0b1654 Mon Sep 17 00:00:00 2001 From: DongZhi <517341003@qq.com> Date: Sat, 15 Oct 2016 21:00:47 +0800 Subject: [PATCH] Request for add new project nova-fusioncompute nova-fusioncompute is Huawei FusionCompute[1] virtualization driver for OpenStack Nova. 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: I960b6f3c90d3f5addb5b7225d139deed98e2ba07 Signed-off-by: DongZhi <517341003@qq.com> --- gerrit/acls/openstack/nova-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/nova-fusioncompute.config diff --git a/gerrit/acls/openstack/nova-fusioncompute.config b/gerrit/acls/openstack/nova-fusioncompute.config new file mode 100644 index 0000000000..2366fd05bb --- /dev/null +++ b/gerrit/acls/openstack/nova-fusioncompute.config @@ -0,0 +1,15 @@ +[access "refs/heads/*"] +abandon = group nova-fusioncompute-core +create = group nova-fusioncompute-release +label-Code-Review = -2..+2 group nova-fusioncompute-core +label-Workflow = -1..+1 group nova-fusioncompute-core + +[access "refs/tags/*"] +pushSignedTag = group nova-fusioncompute-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 4aa94a2c45..99819b005f 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -4945,6 +4945,8 @@ - translate - project: openstack/nova-docker description: Docker driver for OpenStack Nova +- project: openstack/nova-fusioncompute + description: Implementation of Nova virtulization driver for Huawei Fusioncompute. - project: openstack/nova-lxd description: An OpenStack Compute driver for LXD - project: openstack/nova-mksproxy diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 2156fb1612..24b219f6f8 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -7889,6 +7889,13 @@ jobs: - python-jobs +- project: + name: nova-fusioncompute + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: nova-lxd tarball-site: tarballs.openstack.org diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 250024bc78..619fdc052a 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -12084,6 +12084,12 @@ projects: - gate-tempest-dsvm-docker - gate-tempest-dsvm-docker-centos7 + - name: openstack/nova-fusioncompute + template: + - name: merge-check + - name: python-jobs + - name: check-requirements + - name: openstack/nova-lxd template: - name: merge-check