[Kimchi-devel] [PATCH 0/5] Discover Kimchi peers using openSLP

Adam Litke alitke at redhat.com
Thu Aug 28 21:03:58 UTC 2014


On 20/08/14 18:15 -0300, Aline Manera wrote:
>I haven't add the federation info to /config/capabilities because I thought in
>always display the same message when any peers were found.
>
>"No peers found.
> More information at: <federation-help-page>"
>
>Then we can use README-federation as the federation help page.
>
>What do you think?

I am really excited about this feature!  We have wanted it since the
early days.

>
>Aline Manera (5):
>  Update kimchi.config values according to command line input
>  Delete http_port from /config API as it is not in use anymore
>  Add federation option to Kimchi config file
>  Discover Kimchi peers using openSLP
>  Add documentation on how to enable federation on Kimchi
>
> docs/API.md                 |  1 -
> docs/README-federation.md   | 27 +++++++++++++++++++++
> src/kimchi.conf.in          |  4 +++
> src/kimchi/config.py.in     |  1 +
> src/kimchi/control/peers.py | 29 ++++++++++++++++++++++
> src/kimchi/mockmodel.py     | 11 ++++++---
> src/kimchi/model/config.py  |  3 +--
> src/kimchi/model/peers.py   | 59 +++++++++++++++++++++++++++++++++++++++++++++
> src/kimchi/server.py        |  1 -
> src/kimchid.in              | 36 +++++++++++++++++----------
> tests/test_rest.py          |  7 +++++-
> 11 files changed, 158 insertions(+), 21 deletions(-)
> create mode 100644 docs/README-federation.md
> create mode 100644 src/kimchi/control/peers.py
> create mode 100644 src/kimchi/model/peers.py
>
>-- 
>1.9.3
>
>_______________________________________________
>Kimchi-devel mailing list
>Kimchi-devel at ovirt.org
>http://lists.ovirt.org/mailman/listinfo/kimchi-devel

-- 
Adam Litke



More information about the Kimchi-devel mailing list