Switch the text file format to single-file
authorIustin Pop <iustin@google.com>
Thu, 7 Jan 2010 11:33:39 +0000 (12:33 +0100)
committerIustin Pop <iustin@google.com>
Thu, 7 Jan 2010 11:57:26 +0000 (12:57 +0100)
commit16c2369caaf714b8e4866d8e3cb21763ba849ada
treed26b67cf0641f5233149e822fd37843b152b2f86
parentf5197d89bd389851aeb6f8b3483c0b2c42025af8
Switch the text file format to single-file

This patch changes from the two separate files to a single file, with
sections separated by a blank line. Currently only the node and instance
data is accepted, later the cluster tags will be read too via this
format.

This makes all the programs accept the new format, but hscan doesn't yet
generate it.
Ganeti/HTools/CLI.hs
Ganeti/HTools/ExtLoader.hs
Ganeti/HTools/Text.hs
hbal.hs
hspace.hs