diff --git a/gerrit/acls/openstack/fuel-plugin-unity.config b/gerrit/acls/openstack/fuel-plugin-unity.config new file mode 100644 index 0000000000..b6f7aa67de --- /dev/null +++ b/gerrit/acls/openstack/fuel-plugin-unity.config @@ -0,0 +1,19 @@ +[access "refs/for/refs/*"] +pushMerge = group fuel-plugin-unity-release + +[access "refs/heads/*"] +abandon = group fuel-plugin-unity-core +create = group fuel-plugin-unity-release +label-Code-Review = -2..+2 group fuel-plugin-unity-core +label-Verified = -1..+1 group fuel-plugins-ci +label-Workflow = -1..+1 group fuel-plugin-unity-core + +[access "refs/tags/*"] +pushSignedTag = group fuel-plugin-unity-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 295cc2e5f1..5527f88a49 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -4306,6 +4306,11 @@ docimpact-group: fuel-plugins options: - delay-release +- project: openstack/fuel-plugin-unity + description: Fuel plugin to install unity in cinder and configure it + upstream: https://github.com/emc-openstack/fuel-plugin-unity.git + options: + - delay-release - project: openstack/fuel-plugin-vmware-dvs groups: - fuel-plugins diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 98f1227ed0..3c797d950a 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -137,6 +137,7 @@ fuel-tracker: - openstack/fuel-plugin-tacker - openstack/fuel-plugin-tintri-cinder - openstack/fuel-plugin-tls + - openstack/fuel-plugin-unity - openstack/fuel-plugin-vmware-dvs - openstack/fuel-plugin-vxlan - openstack/fuel-plugin-wstunnel diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 75981d3736..57d5639087 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -9657,6 +9657,11 @@ projects: - name: merge-check - name: noop-jobs + - name: openstack/fuel-plugin-unity + template: + - name: merge-check + - name: noop-jobs + - name: openstack/fuel-plugin-vmware-dvs template: - name: merge-check