Issue Details (XML | Word | Printable)

Key: ABICLOUD-167
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Albert Puig
Reporter: Diego Parrilla
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Abiquo

Downloaded image from repository is always VMware

Created: 09/Sep/09 02:55 PM   Updated: 17/Oct/09 05:50 AM   Resolved: 17/Oct/09 05:50 AM
Component/s: Appliances Library
Affects Version/s: abiCloud-0.8.0-SNAPSHOT
Fix Version/s: abicloud-1.0.0-RC1

Time Tracking:
Not Specified


 Description  « Hide
If you download an image of type VBOX, then the hypervisor type stored in the database is 'VMWARE'. It should be 'VBOX'

I have not tried with XEN or KVM.

Albert Puig added a comment - 10/Sep/09 04:21 PM
The image format is extracted from the mandatory attribute ''format'' on Disk element.

As explained on the OVF standard the format should be defined as an URI where the disk format is explained.

We have problems finding this URI for all our supported hypervisors an define the follow convention:

KVM = "http://kvm"
VBOX = "http://vbox"
XEN = "http://xen"
VMWARE = "http://www.vmware.com/specifications/vmdk.html#sparse"
VMWARE_COMPRESSED = "http://www.vmware.com/specifications/vmdk.html#compressed"
VMWARE_STREAM_OPTIMIZED = "http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized"


see http://community.abiquo.com/display/AbiCloud/Repository+Space for more details.



So, please verify the OVF being used follow this convention

Xavier Fernandez added a comment - 11/Sep/09 10:50 PM
Cheked with abiquo internal repository in demo environment.

It works.

Please Diego, can you confirm the Albert's comment in order to close this issue?

Thank you

Xavier Fernandez added a comment - 17/Oct/09 05:50 AM
This issue has been solved on 1.0 development