On 24 September 2012 16:03, Andrei Savu <savu.and...@gmail.com> wrote:
> No VMs are started during beforeBootstrap(). > > You can throw validation exceptions in that method for each role. > Of course, as the set of instances in a cluster is null at that point, you can't do a lookup and assert that there is exactly one namenode in the cluster. It looks like I could it by going through the instance templates and creating a structure that modelled what is going to be instantiated, that I could then preflight over. Has anyone doe anything like that yet?