<div dir="ltr"><div>Hi Juan,<br><br></div>I have attached the screenshot of the ovirt panel after creating the nic&#39;s with the above code, Please check it.<br></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">
<span>-- <br></span>Regards
<br>Shanil
</div></div>
<br><br><div class="gmail_quote">On Thu, Aug 28, 2014 at 3:23 PM, Juan Hernandez <span dir="ltr">&lt;<a href="mailto:jhernand@redhat.com" target="_blank">jhernand@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 08/28/2014 10:31 AM, Shanil S wrote:<br>
&gt; Hi All,<br>
&gt;<br>
&gt; I am unable to assign the profile using the ovirt api code, the<br>
&gt; following xml code is used for creating the nic<br>
&gt;<br>
&gt;  &lt;nic&gt;<br>
&gt;     &lt;interface&gt;virtio&lt;/interface&gt;<br>
&gt;     &lt;name&gt;eth0&lt;/name&gt;<br>
&gt;     &lt;boot_protocol&gt;static&lt;/boot_protocol&gt;<br>
&gt;     &lt;mac address=&#39;&quot;.$ip-&gt;mac_address.&quot;&#39;/&gt;<br>
&gt;     &lt;network&gt;<br>
&gt;      &lt;ip address=&#39;&quot;.$ip-&gt;mac_ip.&quot;&#39; netmask=&#39;255.255.255.0&#39;<br>
&gt; gateway=&#39;&quot;.$ip-&gt;mac_gateway.&quot;&#39;/&gt;<br>
&gt;     &lt;/network&gt;<br>
&gt;     &lt;on_boot&gt;true&lt;/on_boot&gt;<br>
&gt;     &lt;vnic_profile id=&#39;bbabc471-667d-4221-bc8e-4ab30b3dcc34&#39; /&gt;<br>
&gt;    &lt;/nic&gt;<br>
&gt;<br>
&gt; Could you please check if anything wrong with it ?<br>
&gt;<br>
<br>
</div></div>There is nothing severely wrong with that XML, it should work. What<br>
specific problems are you having? Does the API return an error? Anything<br>
in the logs?<br>
<br>
Note also that the boot_protocol, ip, and on_boot elements will just be<br>
ignored. These elements are used only for host NICs, not for VM NICs. If<br>
you want to change the IP configuration of the OS of the VM then you<br>
have to use whatever mechanisms that OS provides. The RESTAPI can help<br>
you in these regards only if you combine it with Cloud-init or Sysprep.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta<br>
3ºD, 28016 Madrid, Spain<br>
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.<br>
</font></span></blockquote></div><br></div>