Alexander Kukushkin
fa01cc828a
No need to create symlink for patroni.py
2016-06-17 12:59:12 +02:00
Alexander Kukushkin
ba2c0627be
Merge branch 'master' of github.com:zalando/patroni into feature/confd
2016-06-17 12:21:13 +02:00
Alexander Kukushkin
e09a012016
extend list of keywords
2016-06-17 12:20:20 +02:00
Alexander Kukushkin
bd1e658080
Bugfix: obviously sys.hexversion was one symbol shorter
...
plus remove some unneeded code
2016-06-17 12:18:41 +02:00
Alexander Kukushkin
23e0eb0aa7
Fix flake8 check with python3
2016-06-17 11:52:47 +02:00
Alexander Kukushkin
50e269470e
Add haproxy and confd to docker image
...
and start them on the node where etcd is running
2016-06-17 11:51:37 +02:00
Alexander Kukushkin
4fbdd3f8a0
Add haproxy confd templates
2016-06-17 11:51:05 +02:00
Alexander Kukushkin and GitHub
26b475753e
Merge pull request #222 from zalando/bugfix/sigterm
...
SystemExit exception was swallowed in in thread
2016-06-17 11:06:15 +02:00
Alexander Kukushkin and GitHub
8aa6e6050a
Merge pull request #219 from zalando/bugfix/docker_fixe
...
Bugfix/docker fixe
2016-06-17 11:06:01 +02:00
Alexander Kukushkin
bd5440a102
Fix a typo and call sys.exit on sigterm
...
otherwise it will wait up to `loop_wait` seconds berfore exiting...
2016-06-16 15:19:21 +02:00
Alexander Kukushkin
69099b060e
SystemExit exception was swallowed in in thread
...
It was causing patroni failing to stop after receiving SIGTERM.
Acceptance tests was killing it with SIGKILL which was causing further tests fail because postgres was still running:
2016-06-16 14:36:24,444 INFO: no action. i am the leader with the lock
2016-06-16 14:36:25,448 INFO: Lock owner: postgres0; I am postgres0
2016-06-16 14:36:25,452 ERROR: Failed to update /service/batman/optime/leader
Traceback (most recent call last):
File "/home/akukushkin/git/patroni/patroni/dcs/zookeeper.py", line 208, in write_leader_optime
self._client.retry(self._client.set, path, last_operation)
File "/home/akukushkin/git/patroni/py2/local/lib/python2.7/site-packages/kazoo/client.py", line 273, in _retry
return self._retry.copy()(*args, **kwargs)
File "/home/akukushkin/git/patroni/py2/local/lib/python2.7/site-packages/kazoo/retry.py", line 123, in __call__
return func(*args, **kwargs)
File "/home/akukushkin/git/patroni/py2/local/lib/python2.7/site-packages/kazoo/client.py", line 1219, in set
return self.set_async(path, value, version).get()
File "/home/akukushkin/git/patroni/py2/local/lib/python2.7/site-packages/kazoo/handlers/utils.py", line 74, in get
self._condition.wait(timeout)
File "/usr/lib/python2.7/threading.py", line 340, in wait
waiter.acquire()
File "/home/akukushkin/git/patroni/patroni/utils.py", line 219, in sigterm_handler
sys.exit()
SystemExit
2016-06-16 14:36:25,453 INFO: no action. i am the leader with the lock
2016-06-16 14:36:26,443 INFO: Lock owner: postgres0; I am postgres0
2016-06-16 14:36:26,444 INFO: no action. i am the leader with the lock
2016-06-16 14:59:13 +02:00
Alexander Kukushkin and GitHub
17f317665f
Merge pull request #221 from zalando/feature/patronictl-auth
...
patronictl will send authorization header if it is configured
2016-06-16 12:57:14 +02:00
Alexander Kukushkin and GitHub
010a2961cb
Merge pull request #220 from zalando/feature/patronictl-newconf
...
Feature/patronictl newconf
2016-06-16 12:56:47 +02:00
Alexander Kukushkin and GitHub
e29bfaf5cc
Merge pull request #218 from zalando/feature/do-not-expose-repl-passwd
...
Don't expose replication user/passwd in DCS
2016-06-16 12:56:35 +02:00
Alexander Kukushkin
9f5276dd2b
patronictl will send authorization header if it is configured
...
username:password can be configured in the 'restapi' section of config
file or via environment
2016-06-16 12:16:16 +02:00
Alexander Kukushkin
fe3a999cb2
Enforce name requirements for dcs implementations
...
Class implementing AbstractDCS must have name similar to the module
name. I.e. Patroni will load ZooKeeper from zookeeper.py, but not from
exhibitor.py, although it (ZooKeeper) is also available there.
2016-06-16 11:32:16 +02:00
Alexander Kukushkin
bd6070e2b0
Make patronictl use config.py for loading config_file
...
config.py is not only loading config_file but also can build
configuration from environment variables.
2016-06-16 08:50:44 +02:00
Alexander Kukushkin
c1b6f1ef24
Make list of available dcs implementations unique.
...
And exclude AbstractDCS from it.
2016-06-16 08:48:49 +02:00
Alexander Kukushkin
6cf63d1366
Implement copy method
...
It returns copy of `effective_configuration`.
Don't check that PATRONI_*_USERNAME and PATRONI_*_PASSWORD are set
together. User may want to set only PASSWORD.
2016-06-16 08:45:52 +02:00
Feike Steenbergen
8e59118271
Remove leftovers
2016-06-15 13:37:58 +02:00
Feike Steenbergen
8ddb5908f2
Reduce configuration for Docker dev environment
...
And rely mostly on the newly implemented environment variables
2016-06-15 13:15:17 +02:00
Feike Steenbergen
3d47814c5e
Upgrade to Ubuntu 16.04
...
And make the Dockerfile build again
2016-06-15 12:51:07 +02:00
Alexander Kukushkin
57807ff337
Don't expose replication user/passwd in DCS
2016-06-15 09:34:04 +02:00
Oleksii Kliukin and GitHub
5ffc8206b0
Merge pull request #217 from zalando/LappleApple-patch-2
...
Updated README to include note to Kubernetes users
2016-06-14 15:15:53 +02:00
Lauri at Zalando and GitHub
0a2129a5ea
Update README.rst
2016-06-14 14:05:25 +02:00
Lauri at Zalando and GitHub
7561f73f16
Updated README to include note to Kubernetes users
...
Take a look :)
2016-06-14 14:00:11 +02:00
Alexander Kukushkin
25f20ca7d7
Fix documentation
2016-06-14 10:13:47 +02:00
Alexander Kukushkin and GitHub
dc6ae7a380
Merge pull request #216 from zalando/feature/dynamic-configuration-docs
...
Update dynamic_configuration.rst
2016-06-14 10:10:40 +02:00
Alexander Kukushkin and GitHub
0a32005cc8
Merge pull request #202 from zalando/feature/dynamic-configuration
...
Feature/dynamic configuration
2016-06-14 10:10:26 +02:00
Alexander Kukushkin and GitHub
f2980b13fb
Merge pull request #211 from zalando/feature/environment-configuration
...
Implement possibility to configure Patroni via environment
2016-06-14 10:10:09 +02:00
Oleksii Kliukin and GitHub
148562786d
Some editorializing and fixing of typos.
2016-06-13 15:48:23 +02:00
Oleksii Kliukin and GitHub
16b8afab20
Patroni is capitalized, Postgres is used consistently.
2016-06-13 15:41:41 +02:00
Feike Steenbergen and GitHub
dae1ab8c0a
Documentation language
2016-06-13 14:55:24 +02:00
Alexander Kukushkin and GitHub
8d38887ca1
Update dynamic_configuration.rst
2016-06-13 14:20:20 +02:00
Alexander Kukushkin
3ff1106526
Reset restart_pending flag when parameter was set to the old value
...
but restart didn't happened.
And small bugfix: node can't rewind from themself.
2016-06-13 14:11:35 +02:00
Alexander Kukushkin
a24b29deec
use_slots can be changed only globally
2016-06-13 12:54:33 +02:00
Alexander Kukushkin
8829ef6bab
Make QuantifiedCode happy
2016-06-13 10:55:15 +02:00
Alexander Kukushkin
c64170ef33
Extend list of postgres parameters controlled by Patroni
...
These parameters usually must be the same across all cluster nodes and
therefore must be set only via global configuration and always passed as
a list of postgres arguments (via pg_ctl) to make it not possible
accidentally change them by 'ALTER SYSTEM'
2016-06-13 10:33:14 +02:00
Alexander Kukushkin
e373a1e0bb
Hexadecimal can be written as 0X
2016-06-13 10:32:54 +02:00
Alexander Kukushkin
9ecff0f64d
Bugfixes
...
* GET /config was returning latesy "correct" version of dynamic
configuration.
* PATCH /config was breaking when trying to patch not dict with dict
2016-06-10 12:35:04 +02:00
Alexander Kukushkin
19037daa05
Merge branch 'feature/dynamic-configuration' of github.com:zalando/patroni into feature/environment-configuration
2016-06-10 12:30:37 +02:00
Feike Steenbergen and GitHub
1893f769a8
Merge pull request #214 from zalando/feature/dynamic_configuration
...
Feature/dynamic configuration
2016-06-10 09:22:48 +02:00
Alexander Kukushkin
95db7259d4
Implement strtol as close as possible to stdlib.strtol
2016-06-10 08:43:08 +02:00
Feike Steenbergen
4ba19d5207
Move documentation into docs directory
2016-06-09 15:32:37 +02:00
Feike Steenbergen
622b62f58d
Merge branch 'feature/dynamic_configuration' of github.com:zalando/patroni into feature/dynamic_configuration
2016-06-09 15:31:16 +02:00
Feike Steenbergen
d2b701c001
Remove obsolete configuration example
2016-06-09 15:30:22 +02:00
Alexander Kukushkin
49efb371f9
Make it possible to work without config.yml
...
Most of the basic configuration could be done via ENV
2016-06-09 14:44:29 +02:00
Alexander Kukushkin
7244739e26
Fix link to the libpq-pgpass.html
2016-06-09 12:10:37 +02:00
Alexander Kukushkin
e9be5e8462
Configure exhibitor port via ENV
2016-06-09 11:40:10 +02:00
Alexander Kukushkin
4edac15dce
Merge branch 'feature/dynamic-configuration' of github.com:zalando/patroni into feature/environment-configuration
2016-06-09 11:24:20 +02:00