<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br><br>I tried and they work.<br><br><br>Assuming you are using a KVM hypervisor, you will need:<br><br>- A serial port on your VM [1]. <br>- DHCP on the network (just do a static One Mac to IP)<br>- Opennebula-metadata server [2]<br><br>They will work without any changes afterwards, and you can even use cloud-init to contextualize them.<br><br>If you need more than  the 2GB they have, just increase the size of the qcow2. <br><br><pre class="bbcode_code" style="height:36px;">qemu-img resize filename [+ | -]size</pre>No need to change the filesystem inside of it. Cloud-init will increase the size of the ext fs to the qcow size.<br><br>Regards,<br>Ricardo<br><br>[1] Add the following as raw<br><br>
<pre><serial type='pty'>
  <target port='0'/>
</serial>
<console type='pty'>
  <target type='serial' port='0'/>
</console>
</pre><br>[2] https://bitbucket.org/ricardoduarte/opennebula-metadata<br><br><div>> Date: Fri, 18 Oct 2013 16:51:39 +0200<br>> From: tobias@tobru.ch<br>> To: users@lists.opennebula.org<br>> Subject: [one-users] Ubuntu Cloud Images<br>> <br>> Hi everyone,<br>> <br>> Does anyone have experience in using the Ubuntu Cloud Images found on <br>> http://cloud-images.ubuntu.com/ with OpenNebula? How can they be used in <br>> OpenNebula as guest image? There seems to be no documentation for these <br>> kind of images...<br>> <br>> Cheers,<br>> Tobias<br>> <br>> _______________________________________________<br>> Users mailing list<br>> Users@lists.opennebula.org<br>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br></div>                                        </div></body>
</html>