Re: [ovirt-users] mass upload of disks?

2016-11-01 Thread Daniel Erez
On Tue, Nov 1, 2016 at 3:27 PM, Ben De Luca wrote: > Could I set up glance for this? > You can upload the files to glance first, then import them to oVirt using the rest-api. E.g. POST /ovirt-engine/api/openstackimageproviders/123/images/456/import

Re: [ovirt-users] mass upload of disks?

2016-11-01 Thread Ben De Luca
reading through the mailing list some one suggested glance? I can build a glance server reference that and then copy in the disks? On 1 November 2016 at 17:20, Amit Aviram wrote: > > > On Tue, Nov 1, 2016 at 3:27 PM, Ben De Luca wrote: > >> Could I set up glance for this? >> > >> On 31 October

Re: [ovirt-users] mass upload of disks?

2016-11-01 Thread Amit Aviram
On Tue, Nov 1, 2016 at 3:27 PM, Ben De Luca wrote: > Could I set up glance for this? > > On 31 October 2016 at 23:42, Ben De Luca wrote: > >> That's probably a little bit more brave than I am, so there is no way in >> the current release? I don't mind jumping through a few hoops but sitting >>

Re: [ovirt-users] mass upload of disks?

2016-11-01 Thread Ben De Luca
Could I set up glance for this? On 31 October 2016 at 23:42, Ben De Luca wrote: > That's probably a little bit more brave than I am, so there is no way in > the current release? I don't mind jumping through a few hoops but sitting > for days loading them doesn't fill me joy. > > If not it's grea

Re: [ovirt-users] mass upload of disks?

2016-10-31 Thread Ben De Luca
That's probably a little bit more brave than I am, so there is no way in the current release? I don't mind jumping through a few hoops but sitting for days loading them doesn't fill me joy. If not it's great that feature is added. On Monday, 31 October 2016, Amit Aviram wrote: > Hi Ben. Actua

Re: [ovirt-users] mass upload of disks?

2016-10-31 Thread Amit Aviram
Hi Ben. Actually exactly today REST API for uploading disks was introduced to master. It is supposed to get into the next 4.0.Z version, so if you want you can update your version soon enough and use the API. When you'll have the right version, you can use examples from "/api/Model" to upload disk

[ovirt-users] mass upload of disks?

2016-10-31 Thread Ben De Luca
Hi, I was wondering if there was a method on the cli/script to mass upload disks to ovirt. The web loader is great, but also I have 20 disks that I really just want to upload via shell. I can't seem to find a tool to do it, I have found ovirt-image-uploader (but that's for ovf files).