Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-07-09 Thread Chris Behrens
That's correct. If there's an .ovf, it's currently ignored. It's also not generated when we upload images (snapshots). I'm sure there's plans in someone's head to implement that support at some point.. but right now we expect the .vhds to have specific names in the tar file. - Chris On

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-07-08 Thread Lorin Hochstein
Paul: I assume you're using XenServer? When I grepped through the code, there appears to be a XenServer plugin for glance for supporting tar balls that could be OVAs, but don't necessarily contain the OVF file (?). Here's the code:

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-07-05 Thread Jay Pipes
On 07/03/2012 10:07 PM, Lorin Hochstein wrote: Does anybody know if OpenStack (nova+glance) currently supports OVA packages? No, not really. Glance will store pretty much anything you throw at it, but the virt driver(s) in Nova will need to know how to handle what gets returned from Glance. It

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-07-03 Thread Lorin Hochstein
On Jun 29, 2012, at 9:53 PM, Adam Young wrote: On 04/01/2012 11:15 AM, Lorin Hochstein wrote: On Mar 29, 2012, at 12:40 PM, Daniel P. Berrange wrote: On Wed, Mar 28, 2012 at 04:41:28PM -0400, Lorin Hochstein wrote: All: Given that I have a qcow2 image from somewhere (e.g.,

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-06-29 Thread Adam Young
On 04/01/2012 11:15 AM, Lorin Hochstein wrote: On Mar 29, 2012, at 12:40 PM, Daniel P. Berrange wrote: On Wed, Mar 28, 2012 at 04:41:28PM -0400, Lorin Hochstein wrote: All: Given that I have a qcow2 image from somewhere (e.g., downloaded it from a uec-images.ubuntu.com

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-04-01 Thread Lorin Hochstein
On Mar 29, 2012, at 12:40 PM, Daniel P. Berrange wrote: On Wed, Mar 28, 2012 at 04:41:28PM -0400, Lorin Hochstein wrote: All: Given that I have a qcow2 image from somewhere (e.g., downloaded it from a uec-images.ubuntu.com, created one from a raw image using qemu-img) that i want to add

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-04-01 Thread Lorin Hochstein
On Mar 29, 2012, at 12:00 PM, Scott Moser wrote: On Wed, 28 Mar 2012, Lorin Hochstein wrote: All: Given that I have a qcow2 image from somewhere (e.g., downloaded it from a uec-images.ubuntu.com, created one from a raw image using qemu-img) that i want to add to glance: 1. How can

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-03-29 Thread Scott Moser
On Wed, 28 Mar 2012, Lorin Hochstein wrote: All: Given that I have a qcow2 image from somewhere (e.g., downloaded it from a uec-images.ubuntu.com, created one from a raw image using qemu-img) that i want to add to glance: 1. How can I tell whether it's an ovf or bare container format?

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-03-29 Thread Daniel P. Berrange
On Wed, Mar 28, 2012 at 04:41:28PM -0400, Lorin Hochstein wrote: All: Given that I have a qcow2 image from somewhere (e.g., downloaded it from a uec-images.ubuntu.com, created one from a raw image using qemu-img) that i want to add to glance: 1. How can I tell whether it's an ovf or bare

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-03-29 Thread Scott Moser
On Thu, 29 Mar 2012, Daniel P. Berrange wrote: On Wed, Mar 28, 2012 at 04:41:28PM -0400, Lorin Hochstein wrote: All: Given that I have a qcow2 image from somewhere (e.g., downloaded it from a uec-images.ubuntu.com, created one from a raw image using qemu-img) that i want to add to