diff --git a/gerrit/acls/openstack/fuel-plugin-nsx-t.config b/gerrit/acls/openstack/fuel-plugin-nsx-t.config new file mode 100644 index 0000000000..962a025f2a --- /dev/null +++ b/gerrit/acls/openstack/fuel-plugin-nsx-t.config @@ -0,0 +1,19 @@ +[access "refs/for/refs/*"] +pushMerge = group fuel-plugin-nsx-t-release + +[access "refs/heads/*"] +abandon = group fuel-plugin-nsx-t-core +create = group fuel-plugin-nsx-t-release +label-Code-Review = -2..+2 group fuel-plugin-nsx-t-core +label-Verified = -1..+1 group fuel-plugins-ci +label-Workflow = -1..+1 group fuel-plugin-nsx-t-core + +[access "refs/tags/*"] +pushSignedTag = group fuel-plugin-nsx-t-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index f38231a8a6..70c51b7d03 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -2110,6 +2110,11 @@ docimpact-group: fuel-plugins options: - delay-release +- project: openstack/fuel-plugin-nsx-t + description: Fuel plugin for NSX-T integration + upstream: https://github.com/izinovik/fuel-plugin-nsx-t.git + options: + - delay-release - project: openstack/fuel-plugin-nsxv groups: - fuel-plugins diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index b9245562ca..0f773ab85f 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -136,6 +136,7 @@ fuel-tracker: - openstack/fuel-plugin-neutron-lbaas - openstack/fuel-plugin-neutron-vpnaas - openstack/fuel-plugin-nova-nfs + - openstack/fuel-plugin-nsx-t - openstack/fuel-plugin-nsxv - openstack/fuel-plugin-nuage - openstack/fuel-plugin-onos diff --git a/zuul/layout.yaml b/zuul/layout.yaml index db5f11806b..824fa022bb 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -7175,6 +7175,11 @@ projects: - name: merge-check - name: noop-jobs + - name: openstack/fuel-plugin-nsx-t + template: + - name: merge-check + - name: noop-jobs + - name: openstack/fuel-plugin-nsxv template: - name: merge-check