diff --git a/gerrit/acls/openstack/fuel-plugin-inkscope.config b/gerrit/acls/openstack/fuel-plugin-inkscope.config new file mode 100644 index 0000000000..e7e6ad828e --- /dev/null +++ b/gerrit/acls/openstack/fuel-plugin-inkscope.config @@ -0,0 +1,19 @@ +[access "refs/for/refs/*"] +pushMerge = group fuel-plugin-inkscope-release + +[access "refs/heads/*"] +abandon = group fuel-plugin-inkscope-core +create = group fuel-plugin-inkscope-release +label-Code-Review = -2..+2 group fuel-plugin-inkscope-core +label-Verified = -1..+1 group fuel-plugins-ci +label-Workflow = -1..+1 group fuel-plugin-inkscope-core + +[access "refs/tags/*"] +pushSignedTag = group fuel-plugin-inkscope-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 0ad4ed0379..bca5c81db0 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1346,6 +1346,11 @@ - fuel description: Fuel plugin to manage InfluxDB and Grafana docimpact-group: fuel +- project: openstack/fuel-plugin-inkscope + groups: + - fuel + description: Fuel plugin for Inkscope integration + docimpact-group: fuel - project: openstack/fuel-plugin-ironic groups: - fuel diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 76cc2dd66e..1f43d8962e 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -111,6 +111,7 @@ fuel-tracker: - openstack/fuel-plugin-glance-nfs - openstack/fuel-plugin-ha-fencing - openstack/fuel-plugin-influxdb-grafana + - openstack/fuel-plugin-inkscope - openstack/fuel-plugin-ironic - openstack/fuel-plugin-ldap - openstack/fuel-plugin-lma-collector diff --git a/zuul/layout.yaml b/zuul/layout.yaml index be85e918c4..a3029490a2 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -4753,6 +4753,11 @@ projects: - name: merge-check - name: noop-jobs + - name: openstack/fuel-plugin-inkscope + template: + - name: merge-check + - name: noop-jobs + - name: openstack/fuel-plugin-ironic template: - name: merge-check