From 419e99d464daa2d5bed1e9911993fab63543b8d5 Mon Sep 17 00:00:00 2001 From: Mateusz Matuszkowiak Date: Fri, 20 Feb 2015 10:56:42 +0100 Subject: [PATCH] Added Fuel Mellanox plugin Change-Id: Id35668f23672988637748fbff2b501793ff760ac Closes-Bug: #1423480 --- .../acls/stackforge/fuel-plugin-mellanox.config | 16 ++++++++++++++++ gerrit/projects.yaml | 4 ++++ gerritbot/channels.yaml | 1 + zuul/layout.yaml | 5 +++++ 4 files changed, 26 insertions(+) create mode 100644 gerrit/acls/stackforge/fuel-plugin-mellanox.config diff --git a/gerrit/acls/stackforge/fuel-plugin-mellanox.config b/gerrit/acls/stackforge/fuel-plugin-mellanox.config new file mode 100644 index 0000000000..d2c9064aaf --- /dev/null +++ b/gerrit/acls/stackforge/fuel-plugin-mellanox.config @@ -0,0 +1,16 @@ +[access "refs/heads/*"] +abandon = group fuel-plugin-mellanox-core +create = group fuel-plugin-mellanox-core +label-Code-Review = -2..+2 group fuel-plugin-mellanox-core +label-Verified = -1..+1 group fuel-ci +label-Workflow = -1..+1 group fuel-plugin-mellanox-core + +[access "refs/tags/*"] +pushSignedTag = group fuel-plugin-mellanox-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index d62f8c32e0..2c92dee36d 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1599,6 +1599,10 @@ - fuel description: Fuel plugin to collect Logging Monitoring and Alerting metrics docimpact-group: fuel +- project: stackforge/fuel-plugin-mellanox + groups: + - fuel + description: Fuel plugin for Mellanox support - project: stackforge/fuel-plugin-neutron-fwaas groups: - fuel diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 2e0986daed..05932a76ac 100644 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -563,6 +563,7 @@ fuel-tracker: - stackforge/fuel-plugin-external-zabbix - stackforge/fuel-plugin-ha-fencing - stackforge/fuel-plugin-lma-collector + - stackforge/fuel-plugin-mellanox - stackforge/fuel-plugin-neutron-fwaas - stackforge/fuel-plugin-neutron-lbaas - stackforge/fuel-plugin-neutron-vpnaas diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 251614d3bf..52eb4d5d17 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -4676,6 +4676,11 @@ projects: - name: merge-check - name: noop-jobs + - name: stackforge/fuel-plugin-mellanox + template: + - name: merge-check + - name: noop-jobs + - name: stackforge/fuel-plugin-neutron-fwaas template: - name: merge-check