diff --git a/gerrit/acls/x/puppet-modules.config b/gerrit/acls/x/puppet-modules.config new file mode 100644 index 0000000000..14aa6a6b7f --- /dev/null +++ b/gerrit/acls/x/puppet-modules.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] +abandon = group puppet-manager-core +label-Code-Review = -2..+2 group puppet-manager-core +label-Workflow = -1..+1 group puppet-manager-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index fb3922b6db..03358c1ab9 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -7723,7 +7723,7 @@ description: Puppet Module for MidoNet project - project: x/puppet-modulesync-configs description: Modulesync configuration for OpenStack puppet modules - acl-config: /home/gerrit2/acls/openstack/puppet-modules.config + acl-config: /home/gerrit2/acls/x/puppet-modules.config - project: x/puppet-n1k-vsm description: Foreman Puppet installer for Cisco N1KV Virtual Supervisor Module - project: x/puppet-openstack-release-tools @@ -7737,7 +7737,7 @@ acl-config: /home/gerrit2/acls/x/surveil.config - project: x/puppet-tuskar description: OpenStack Tuskar Puppet Module - acl-config: /home/gerrit2/acls/openstack/puppet-modules.config + acl-config: /home/gerrit2/acls/x/puppet-modules.config - project: x/pyghmi description: A Pure python IPMI library - project: x/python-almanachclient