diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/tooz.config b/modules/openstack_project/files/gerrit/acls/stackforge/tooz.config new file mode 100644 index 0000000000..282f4f1c59 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/tooz.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group tooz-core + label-Approved = +0..+1 group tooz-core + workInProgress = group tooz-core +[access "refs/tags/*"] + create = group tooz-core + pushTag = group tooz-core +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 04347455bc..b3233917cd 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1847,6 +1847,12 @@ projects: release: - swiftsync-tarball + - name: stackforge/tooz + check: + - gate-noop + gate: + - gate-noop + - name: stackforge/libra check: - gate-libra-pep8 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 1c7a1c0ad1..cf14544f41 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -97,6 +97,8 @@ - project: openstack-infra/storyboard upstream: git://github.com/ttx/storyboard.git description: OpenStack Task Tracking System +- project: stackforge/tooz + description: Coordinate distributed systems. - project: openstack-infra/tripleo-ci description: CI for the tripleo project upstream: https://github.com/toci-dev/toci