BSRK Aditya (11): Add command line option to specify filename Add a field to OpClusterSetParams Add option to gnt-cluster modify Add a field to Cluster config object Add config set and get functions Set new config field LUClusterSetParams Add constants related to diagnose data collector Update Upgrade and Downgrade mechanisms Add diagnose data collector Update man page of gnt-cluster Expose new parameter for query through Luxi
Makefile.am | 1 + lib/cli_opts.py | 12 +++ lib/client/gnt_cluster.py | 3 + lib/cmdlib/cluster/__init__.py | 15 ++++ lib/config/__init__.py | 15 ++++ lib/objects.py | 1 + lib/tools/cfgupgrade.py | 11 +++ man/gnt-cluster.rst | 6 ++ src/Ganeti/Constants.hs | 7 ++ src/Ganeti/DataCollectors.hs | 5 ++ src/Ganeti/DataCollectors/Diagnose.hs | 147 ++++++++++++++++++++++++++++++++++ src/Ganeti/DataCollectors/Types.hs | 2 +- src/Ganeti/Monitoring/Server.hs | 1 + src/Ganeti/Objects.hs | 2 + src/Ganeti/OpCodes.hs | 1 + src/Ganeti/OpParams.hs | 6 ++ src/Ganeti/Query/Server.hs | 2 + test/hs/Test/Ganeti/OpCodes.hs | 1 + test/py/cfgupgrade_unittest.py | 2 + 19 files changed, 239 insertions(+), 1 deletion(-) create mode 100644 src/Ganeti/DataCollectors/Diagnose.hs -- 2.5.0.rc2.392.g76e840b
