<div dir="ltr"><div>Hi Shahar,<br><br>We are using the cloud-init 0.7.2.2, in this version there is no option to set the cd rom. I am attaching the screenshot of the cloud init page, please have a look at this.<br></div><div>
<br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 1, 2014 at 8:11 PM, Shahar Havivi <span dir="ltr">&lt;<a href="mailto:shaharh@redhat.com" target="_blank">shaharh@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">When you run the VM with cloud-init you get a cdrom with the cloud-init<br>
content.<br>
Try to mount the cdrom something like:<br>
$ mount /dev/sr1 mydir<br>
and look at the content of the network file at:<br>
$ cat mydir/openstack/content/0000<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 01.07.14 17:10, Shanil S wrote:<br>
&gt; Hi Seven,<br>
&gt;<br>
&gt; okay.. Thanks..<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Jul 1, 2014 at 4:31 PM, Sven Kieske &lt;<a href="mailto:S.Kieske@mittwald.de">S.Kieske@mittwald.de</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; CC&#39;ed michal, maybe he finds an error in your xml.<br>
&gt; &gt;<br>
&gt; &gt; Am 30.06.2014 12:31, schrieb Shanil S:<br>
&gt; &gt; &gt; Hi,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I am assigning IP using the REST API as like<br>
&gt; &gt; &gt; <a href="http://www.ovirt.org/Features/Cloud-Init_Integration" target="_blank">http://www.ovirt.org/Features/Cloud-Init_Integration</a> but it seems the<br>
&gt; &gt; IP is<br>
&gt; &gt; &gt; not assigning to the vm. But the other details like host address etc are<br>
&gt; &gt; &gt; correctly saving. I am using cloud init to assign IP address<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; The following is the xml which i used for assigning IP<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; $xml_data = &quot;<br>
&gt; &gt; &gt;     &lt;action&gt;<br>
&gt; &gt; &gt;         &lt;vm&gt;<br>
&gt; &gt; &gt;             &lt;os&gt;<br>
&gt; &gt; &gt;                 &lt;boot dev=&#39;cdrom&#39;/&gt;<br>
&gt; &gt; &gt;             &lt;/os&gt;<br>
&gt; &gt; &gt;             &lt;initialization&gt;<br>
&gt; &gt; &gt;      &lt;cloud_init&gt;<br>
&gt; &gt; &gt;      &lt;host&gt;<br>
&gt; &gt; &gt;          &lt;address&gt;TestMachine&lt;/address&gt;<br>
&gt; &gt; &gt;        &lt;/host&gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;       &lt;users&gt;<br>
&gt; &gt; &gt;          &lt;user&gt;<br>
&gt; &gt; &gt;            &lt;user_name&gt;username&lt;/user_name&gt;<br>
&gt; &gt; &gt;            &lt;password&gt;adminpassw&lt;/password&gt;<br>
&gt; &gt; &gt;          &lt;/user&gt;<br>
&gt; &gt; &gt;        &lt;/users&gt;<br>
&gt; &gt; &gt;       &lt;network_configuration&gt;<br>
&gt; &gt; &gt;       &lt;nics&gt;<br>
&gt; &gt; &gt;            &lt;nic&gt;<br>
&gt; &gt; &gt;              &lt;name&gt;eth0&lt;/name&gt;<br>
&gt; &gt; &gt;              &lt;boot_protocol&gt;none&lt;/boot_protocol&gt;<br>
&gt; &gt; &gt;              &lt;network&gt;<br>
&gt; &gt; &gt;                &lt;ip address=&#39;x.x.x.x&#39; netmask=&#39;255.255.0.0&#39;<br>
&gt; &gt; &gt; gateway=&#39;x.x.x.x&#39;/&gt;<br>
&gt; &gt; &gt;              &lt;/network&gt;<br>
&gt; &gt; &gt;              &lt;on_boot&gt;true&lt;/on_boot&gt;<br>
&gt; &gt; &gt;            &lt;/nic&gt;<br>
&gt; &gt; &gt;          &lt;/nics&gt;<br>
&gt; &gt; &gt;          &lt;dns&gt;<br>
&gt; &gt; &gt;            &lt;servers&gt;<br>
&gt; &gt; &gt;              &lt;host&gt;<br>
&gt; &gt; &gt;                &lt;address&gt;8.8.8.8&lt;/address&gt;<br>
&gt; &gt; &gt;              &lt;/host&gt;<br>
&gt; &gt; &gt;            &lt;/servers&gt;<br>
&gt; &gt; &gt;          &lt;/dns&gt;<br>
&gt; &gt; &gt;        &lt;/network_configuration&gt;<br>
&gt; &gt; &gt;      &lt;/cloud_init&gt;<br>
&gt; &gt; &gt;    &lt;/initialization&gt;<br>
&gt; &gt; &gt;         &lt;/vm&gt;<br>
&gt; &gt; &gt;     &lt;/action&gt;&quot;;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; The above xml is called with the start function of API. IP is assigned<br>
&gt; &gt; from<br>
&gt; &gt; &gt; the ovirt portal and the issue is only when assigning it from the REST<br>
&gt; &gt; API.<br>
&gt; &gt; &gt; If anyone knows could you please check if any issues with the it ?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; Users mailing list<br>
&gt; &gt; &gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; &gt; &gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Mit freundlichen Grüßen / Regards<br>
&gt; &gt;<br>
&gt; &gt; Sven Kieske<br>
&gt; &gt;<br>
&gt; &gt; Systemadministrator<br>
&gt; &gt; Mittwald CM Service GmbH &amp; Co. KG<br>
&gt; &gt; Königsberger Straße 6<br>
&gt; &gt; 32339 Espelkamp<br>
&gt; &gt; T: +49-5772-293-100<br>
&gt; &gt; F: +49-5772-293-333<br>
&gt; &gt; <a href="https://www.mittwald.de" target="_blank">https://www.mittwald.de</a><br>
&gt; &gt; Geschäftsführer: Robert Meyer<br>
&gt; &gt; St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen<br>
&gt; &gt; Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Users mailing list<br>
&gt; &gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; &gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt; &gt;<br>
<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
<br>
</div></div></blockquote></div><br></div>