diff --git a/gerrit/acls/openstack/fuel-plugin-bgpvpn.config b/gerrit/acls/openstack/fuel-plugin-bgpvpn.config new file mode 100644 index 0000000000..8d6d5f98b2 --- /dev/null +++ b/gerrit/acls/openstack/fuel-plugin-bgpvpn.config @@ -0,0 +1,19 @@ +[access "refs/for/refs/*"] +pushMerge = group fuel-plugin-bgpvpn-release + +[access "refs/heads/*"] +abandon = group fuel-plugin-bgpvpn-core +create = group fuel-plugin-bgpvpn-release +label-Code-Review = -2..+2 group fuel-plugin-bgpvpn-core +label-Verified = -1..+1 group fuel-plugins-ci +label-Workflow = -1..+1 group fuel-plugin-bgpvpn-core + +[access "refs/tags/*"] +pushSignedTag = group fuel-plugin-bgpvpn-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 20cc4b630f..c3df18ee6c 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1270,6 +1270,11 @@ - fuel description: Fuel plugin to manage availability zones docimpact-group: fuel +- project: openstack/fuel-plugin-bgpvpn + groups: + - fuel + description: Fuel plugin to enable and configure networking-bgpvpn component + docimpact-group: fuel - project: openstack/fuel-plugin-bigswitch groups: - fuel diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 87f6134e25..378daf098d 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -78,6 +78,7 @@ fuel-tracker: - openstack/fuel-ostf - openstack/fuel-plugin-6wind-virtual-accelerator - openstack/fuel-plugin-availability-zones + - openstack/fuel-plugin-bgpvpn - openstack/fuel-plugin-bigswitch - openstack/fuel-plugin-block-device - openstack/fuel-plugin-calamari diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 839d20f718..8e2d261fee 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -4832,6 +4832,11 @@ projects: - name: merge-check - name: noop-jobs + - name: openstack/fuel-plugin-bgpvpn + template: + - name: merge-check + - name: noop-jobs + - name: openstack/fuel-plugin-bigswitch template: - name: merge-check