From a510cfea1e14608fea8ee7c1ce1c5b33bba5d597 Mon Sep 17 00:00:00 2001 From: Yassine Lamgarchal Date: Mon, 18 Nov 2013 14:11:16 +0100 Subject: [PATCH] Add tooz After the design session at the HK summit for the blueprint https://wiki.openstack.org/wiki/Oslo/blueprints/service-sync we decided to create a dedicated project which will coordinate distributed systems. https://launchpad.net/tooz Change-Id: I7d80b9c70bd4d1eecbd2a1912ad21901234db0eb --- .../files/gerrit/acls/stackforge/tooz.config | 12 ++++++++++++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ .../templates/review.projects.yaml.erb | 2 ++ 3 files changed, 20 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/tooz.config 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 5b9f4684a8..6e7f52cefa 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1736,6 +1736,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 5dfc62fd37..cb0ab2b42e 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -94,6 +94,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