Hbal.hs: move job execution functions to Jobs.hs
authorDato Simó <dato@google.com>
Tue, 20 Nov 2012 14:54:11 +0000 (14:54 +0000)
committerDato Simó <dato@google.com>
Wed, 5 Dec 2012 19:04:55 +0000 (19:04 +0000)
commit369671f4a4f0a6eece7a2593322d71943b6d615a
tree4ebf34e7c72882ec255e2519358f2afa480924f0
parent42afc23559030a2cf42bccb9407dba451b4cff30
Hbal.hs: move job execution functions to Jobs.hs

Ganeti.Jobs now holds functions that can be used to submit and monitor the
status of jobs. In particular, execJobsWait and waitForJobs are factored
out of Hbal.hs.

Signed-off-by: Dato Simó <dato@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
htools/Ganeti/HTools/Program/Hbal.hs
htools/Ganeti/Jobs.hs