Coordinate distributed systems.
Go to file
Doug Hellmann bd86d31d6e Cap kazoo and zake from stable/juno global-requirements
The latest version of zake blocks kazoo 2.1 which causes version
conflicts in stable/juno jobs.

Cap kazoo and zake using the values from global-requirements in
stable/juno so that we can unblock stable/juno and stable/kilo (due to
grenade jobs on kilo).

Also updates .gitreview for stable/juno since this is the first
commit to stable/juno for tooz.

Partial-RTC: #1459322

Change-Id: Ib6f79cfcd18a758ce4b2a86f3ff323d533db4640
2015-05-27 11:19:21 -07:00
doc/source Add a file based driver 2015-01-16 10:31:13 +01:00
examples doc: switch examples to Zake 2014-11-18 15:39:05 +01:00
tooz retry: fix decorator 2015-01-20 11:15:02 +01:00
.gitignore Add pbr generated and testr files to gitignore 2014-03-06 11:54:28 +01:00
.gitreview Cap kazoo and zake from stable/juno global-requirements 2015-05-27 11:19:21 -07:00
.testr.conf First commit of Tooz 2013-12-19 12:18:35 +01:00
LICENSE First commit of Tooz 2013-12-19 12:18:35 +01:00
README.rst README.rst tweaks 2014-12-18 23:45:05 -08:00
requirements-py3.txt Cap kazoo and zake from stable/juno global-requirements 2015-05-27 11:19:21 -07:00
requirements.txt Cap kazoo and zake from stable/juno global-requirements 2015-05-27 11:19:21 -07:00
run-examples.sh Have examples run in the py27 environment and make them work 2014-09-19 11:57:56 -07:00
setup-memcached-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-mysql-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-postgresql-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-redis-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-sentinel-env.sh Update sentinel support to allow multiple sentinel hosts 2015-01-12 14:18:53 +00:00
setup-zookeeper-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup.cfg Add a file based driver 2015-01-16 10:31:13 +01:00
setup.py First commit of Tooz 2013-12-19 12:18:35 +01:00
test-requirements.txt Sync requirements to global requirements 2014-12-17 21:25:12 +00:00
tox.ini Upgrade to hacking 0.10 2015-01-13 16:11:53 +01:00

README.rst

Tooz

The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications.

Join us