The request takes a RFC6901 path and returns the part of the config.data found at that place. A tool to query this is included.
Aaron Karper (2): New Confd query: Query arbitrary config value Tool that queries the Confd for a specific config value src/Ganeti/Confd/Server.hs | 12 ++++ src/Ganeti/Confd/Types.hs | 21 ++++--- src/Ganeti/Confd/Utils.hs | 53 ++++++++++++++++ src/Ganeti/Constants.hs | 3 + tools/query-config | 148 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 227 insertions(+), 10 deletions(-) create mode 100755 tools/query-config -- 2.0.0.526.g5318336
