diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/turbo-hipster.config b/modules/openstack_project/files/gerrit/acls/stackforge/turbo-hipster.config new file mode 100644 index 0000000000..ebb0d75b3c --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/turbo-hipster.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group turbo-hipster-core + label-Approved = +0..+1 group turbo-hipster-core + workInProgress = group turbo-hipster-core +[access "refs/tags/*"] + create = group turbo-hipster-core + pushTag = group turbo-hipster-core +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true \ No newline at end of file diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 5acfc00974..9804883009 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -472,6 +472,9 @@ - project: stackforge/taskflow description: A library to complete workflows/tasks in HA manner upstream: git://github.com/yahoo/TaskFlow +- project: stackforge/turbo-hipster + description: A generic zuul worker using the gearman protocol. + upstream: git://github.com/rcbau/turbo-hipster.git - project: stackforge/wsme description: Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects. upstream: git://github.com/ryanpetrello/wsme.git