htools: add definitions for confd types
authorIustin Pop <iustin@google.com>
Fri, 18 Nov 2011 10:36:31 +0000 (11:36 +0100)
committerIustin Pop <iustin@google.com>
Tue, 13 Mar 2012 12:48:23 +0000 (13:48 +0100)
commit417cc253710571d5e4d2f66d10cf3b41c206623b
treee74fda0568ce695aa597c467cf8cf86b6f589280
parenteaa64cd852ef45d293f153c1f477f37530e0ccd1
htools: add definitions for confd types

While we have some of these as plain types in Constants.hs, we add
proper ADT definitions for them in a new file. Furthermore, we add the
ConfdRequest and ConfdReply types here (in Python they are in
objects.py).

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Makefile.am
htools/Ganeti/Confd.hs [new file with mode: 0644]