Hi Stéphane,<div><br></div><div>I can see some problems with the templates you are pasting:</div><div><br></div><div>- Your VNet template must use the LEASES attribute instead of LEASE, take a look at the examples in the doc. [1]</div>


<div><br></div><div>- Inside VM/NIC, NETWORK_UID must be combined with the NETWORK attribute. If you want to provide the VNET ID, then you need to use  the attribute NETWORK_ID [2].</div><div><br></div><div>- In VM/NIC, the MAC must not be set manually if you are requesting a Lease from a VNet. It is also a restricted attribute, what means that your template will only work for oneadmin. Instead, request an specific Lease from your VNet using the IP attribute [3].</div>

<div><br></div><div>Regards</div><div><br></div><div>[1] <a href="http://opennebula.org/documentation:rel3.2:vnet_template" target="_blank">http://opennebula.org/documentation:rel3.2:vnet_template</a></div>
<div>[2] <a href="http://opennebula.org/documentation:rel3.2:template_simple#network_section">http://opennebula.org/documentation:rel3.2:template_simple#network_section</a></div><div>[3] <a href="http://opennebula.org/documentation:rel3.2:template#network_section">http://opennebula.org/documentation:rel3.2:template#network_section</a><br clear="all">

--<br>Carlos Martín, MSc<br>Project Engineer<br>OpenNebula - The Open-source Solution for Data Center Virtualization<div><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a> | <a href="http://twitter.com/opennebula" target="_blank">@OpenNebula</a></span><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="mailto:cmartin@opennebula.org" style="color:rgb(42,93,176)" target="_blank"></a></span></div>


<br>
<br><br><div class="gmail_quote">On Mon, Mar 19, 2012 at 4:22 PM, Stéphane Bulot <span dir="ltr"><<a href="mailto:stephane@altern-it.com" target="_blank">stephane@altern-it.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hello,<br><br>I'm trying to create and use leases on virtual network. My issue is that I'm not able to associate lease with virtual machines.<br><br>My virtual network template:<br>NAME = "MYNet"<br>TYPE = FIXED <br>




BRIDGE = br191<br>LEASE =[ IP=X.X.X.2,MAC=02:00:0A:01:5B:02]<br>LEASE =[ IP=X.X.X.3,MAC=02:00:0A:01:5B:03]<br>LEASE =[ IP=X.X.X.4,MAC=02:00:0A:01:5B:04]<br><br>Virtual network creation seems to be ok, but If I do a "onevnet show ID -x", I can see that my leases existing in virtual network template, but not as a free lease.<br>




<br>Here is my vm template NIC section:<br>NIC = [ NETWORK_UID=4,<br>        MODEL=virtio, <br>        MAC=02:00:0a:01:5b:02]<br><br>where NETWORK_UID is the network id defined above.<br><br>After starting VM, lease is still seen as a template.<br>




As I manually create lease with onevnet addleases command, I'm able to see lease as a free lease, but after starting VM, lease is still seen as free lease.<br> 
<br>Purpose of using lease is to prevent multiple vm started with same MAC/IP.<br><br>Did I miss something?<br><br clear="all">Thanks in advance <br><span><font color="#888888">-- <br>Stéphane Bulot<br><b><img src="http://www.altern-it.fr/wp-content/uploads/2011/10/logo-doc.png" width="56" height="63"></b><b><br>




</b><i>44, avenue Dumotel<br>94230 CACHAN<br><br>Tél: 01 83 62 06 87<br>Mob: 06 87 02 73 79<br>
web: <a href="http://www.altern-it.com/" target="_blank">http://www.altern-it.fr</a><br>e-mail: <a href="mailto:stephane@altern-it.com" target="_blank">stephane@altern-it.com</a></i><b><br><br></b><br>
</font></span><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br></div>