Change the input file formats
authorIustin Pop <iustin@google.com>
Thu, 12 Feb 2009 19:55:51 +0000 (20:55 +0100)
committerIustin Pop <iustin@google.com>
Thu, 12 Feb 2009 19:55:51 +0000 (20:55 +0100)
commit01f6a5d25d3b1f0bdb14a744e1f0d915abe352ed
tree4f09a25e370dd51322e36205dc9116a6ed710b00
parenta7654563fc1769df9654e515d685e469a35d0323
Change the input file formats

This patch changes the format of the input node and instance lists. It
removes the list of primary and secondary instances from the nodes, and
adds the primary and secondary nodes to the instance list.

This is done so that we can have the same input data from commands as
from the RAPI.
README
src/Cluster.hs
src/Instance.hs
src/Node.hs