Adding a new provisioning module - minor problems

2010-08-12 Thread Milen P Paskov
Hello community, I have been working on a new provisioning module for VCL. With this module the VCL will be able to provision instances on the IBM Developer Could. I have written a alpha version of it and currently I am working on integrating it with VCL, so i can test it out. However I have some

Re: Adding a new provisioning module - minor problems

2010-08-12 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Milen, Did you create an entry in the resource table for the image? Josh On Thursday August 12, 2010, Milen P Paskov wrote: > Hello community, > > I have been working on a new provisioning module for VCL. With this module > the VCL will be able to

Re: Adding a new provisioning module - minor problems

2010-08-12 Thread Milen P Paskov
Josh, Thank you for the fast response. No I did not think of that, however I have now added it. INSERT INTO `resource` (`id`, `resourcetypeid`, `subid`) VALUES (18, 13, 12); I have now added this new image to the group. I believe everything is set as it should be and will go ahead and try