This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".

The branch, master has been updated
       via  a53264db266de50d477dc7a79157e0f782c019c9 (commit)
       via  137d805787a1527030b6c0ebb4329b6e287a9a4b (commit)
      from  54431ab2e2340102b888de41085f7827eb97d81f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a53264db266de50d477dc7a79157e0f782c019c9
Author: Aaron Karper <[email protected]>
Date:   Tue Aug 12 17:04:20 2014 +0200

    Add tool that queries Confd for a specific config value
    
    This relies on the ReqConfigQuery and takes several RFC6901 paths and
    will return a table of the keys and values. The data accessible is the
    same as in config.data (typically found at /var/lib/ganeti/config.data).
    
    Implements issue 564
    
    Signed-off-by: Aaron Karper <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>
    Signed-off-by: Klaus Aehlig <[email protected]>
    Reviewed-by: Klaus Aehlig <[email protected]>

commit 137d805787a1527030b6c0ebb4329b6e287a9a4b
Author: Aaron Karper <[email protected]>
Date:   Mon Aug 18 13:17:29 2014 +0200

    Add new Confd query: Query arbitrary config value
    
    The ConfdRequestType is ReqConfigQuery with a plain query of the RFC6901
    path. This responds with the complete JSON object at that location.
    Fix: Use older features of attoparsec.
    
    Fixes issue 564
    
    Signed-off-by: Aaron Karper <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>
    Signed-off-by: Klaus Aehlig <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                |    3 +-
 src/Ganeti/Confd/Server.hs |   13 ++++
 src/Ganeti/Confd/Types.hs  |   21 +++---
 src/Ganeti/Confd/Utils.hs  |   66 +++++++++++++++++++
 src/Ganeti/Constants.hs    |    3 +
 tools/query-config         |  149 ++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 244 insertions(+), 11 deletions(-)
 create mode 100755 tools/query-config


hooks/post-receive
-- 
Ganeti core

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to