Hi,

I tried and they work.


Assuming you are using a KVM hypervisor, you will need:

- A serial port on your VM [1]. 
- DHCP on the network (just do a static One Mac to IP)
- Opennebula-metadata server [2]

They will work without any changes afterwards, and you can even use cloud-init 
to contextualize them.

If you need more than  the 2GB they have, just increase the size of the qcow2. 

qemu-img resize filename [+ | -]sizeNo need to change the filesystem inside of 
it. Cloud-init will increase the size of the ext fs to the qcow size.

Regards,
Ricardo

[1] Add the following as raw


<serial type='pty'>
  <target port='0'/>
</serial>
<console type='pty'>
  <target type='serial' port='0'/>
</console>

[2] https://bitbucket.org/ricardoduarte/opennebula-metadata

> Date: Fri, 18 Oct 2013 16:51:39 +0200
> From: [email protected]
> To: [email protected]
> Subject: [one-users] Ubuntu Cloud Images
> 
> Hi everyone,
> 
> Does anyone have experience in using the Ubuntu Cloud Images found on 
> http://cloud-images.ubuntu.com/ with OpenNebula? How can they be used in 
> OpenNebula as guest image? There seems to be no documentation for these 
> kind of images...
> 
> Cheers,
> Tobias
> 
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
                                          
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to