This is the first implementation of the confd client library. I have a few more things I want to add in there, but this is currently enough to easily talk asynchronously to multiple confd servers.
Guido Trotter (2): Move fourcc packing/unpacking to main confd module Confd client library Makefile.am | 1 + daemons/ganeti-confd | 18 ++--- lib/confd/__init__.py | 27 ++++++- lib/confd/client.py | 206 +++++++++++++++++++++++++++++++++++++++++++++++++ lib/constants.py | 10 +++ lib/errors.py | 16 ++++ 6 files changed, 265 insertions(+), 13 deletions(-) create mode 100644 lib/confd/client.py
