Re: [vdsm] RESTful VM creation

2012-05-16 Thread Adam Litke
Thanks for your comments! ... On Wed, May 16, 2012 at 03:45:46PM +0200, Geert Jansen wrote: > Hi Adam, > > i didn't go into detail but just a few words on these mappings below: > > >>POST /api/vms/define - Define a new VM in the system > >>POST /api/vms//disks/add - Add a new disk to the

Re: [vdsm] RESTful VM creation

2012-05-16 Thread Geert Jansen
Hi Adam, i didn't go into detail but just a few words on these mappings below: >>POST /api/vms/define - Define a new VM in the system >>POST /api/vms//disks/add - Add a new disk to the VM >>POST /api/vms//cdroms/add - Add a cdrom >>POST /api/vms//nics/add - Add a NIC In most RES

Re: [vdsm] RESTful VM creation

2012-05-16 Thread Adam Litke
No comments at all on this?? On Wed, May 09, 2012 at 09:35:29AM -0500, Adam Litke wrote: > I would like to discuss a problem that is going to affect VM creation in the > new > REST API. This topic has come up previously and I want to revive that > discussion because it is blocking a proper imple

[vdsm] RESTful VM creation

2012-05-09 Thread Adam Litke
I would like to discuss a problem that is going to affect VM creation in the new REST API. This topic has come up previously and I want to revive that discussion because it is blocking a proper implementation of VM.create(). Consider a RESTful VM creation sequence: POST /api/vms/define - Define