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