diff --git a/gerrit/acls/openstack/horizon-mellanox.config b/gerrit/acls/openstack/horizon-mellanox.config new file mode 100644 index 0000000000..a7370fc81b --- /dev/null +++ b/gerrit/acls/openstack/horizon-mellanox.config @@ -0,0 +1,15 @@ +[access "refs/heads/*"] +abandon = group horizon-mellanox-core +create = group horizon-mellanox-release +label-Code-Review = -2..+2 group horizon-mellanox-core +label-Workflow = -1..+1 group horizon-mellanox-core + +[access "refs/tags/*"] +pushSignedTag = group horizon-mellanox-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index fc0c62388d..cf0906e0d7 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -2074,6 +2074,8 @@ - translate - project: openstack/horizon-cisco-ui description: Cisco plugin for Horizon +- project: openstack/horizon-mellanox + description: Mellanox Extension for the OpenStack Dashboard (Horizon) - project: openstack/i18n groups: - openstack-i18n diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 9b7bbd16f7..a92dd64aa7 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -6327,6 +6327,11 @@ projects: - name: python-jobs - name: publish-to-pypi + - name: openstack/horizon-mellanox + template: + - name: merge-check + - name: noop-jobs + - name: openstack/i18n template: - name: merge-check