[ovirt-users] Cloud init API issue

Shahar Havivi shaharh at redhat.com
Thu Jun 26 10:53:10 UTC 2014


It may be initialization issue,
The initialization data (cloud-init and sysprep) is only running the first time
when the VM is not initialized, if you do want to re-initialize the VM you need
to use run-once in the UI and in REST you need to start the VM with the
<vm>..</vm> tag including the <initialization> section

On 26.06.14 06:25, Oved Ourfali wrote:
> Hi
> 
> Logs / error messages can be helpful.
> 
> Also, see example in http://www.ovirt.org/Features/Cloud-Init_Integration
> 
> Oved
> 
> ----- Original Message -----
> > From: "Shanil S" <xielesshanil at gmail.com>
> > To: users at ovirt.org
> > Sent: Thursday, June 26, 2014 1:11:44 PM
> > Subject: [ovirt-users] Cloud init API issue
> > 
> > Hi,
> > 
> > I am using ovirt REST API function to create vm. Virtual machine is not
> > creating with the cloud init and i am unable to login. The following xml is
> > which i used for creating vm
> > 
> > <vm>
> > <name>$name</name>
> > <cluster>
> > <name>WTC</name>
> > </cluster>
> > <template>
> > <name>$templatetype</name>
> > </template>
> > <memory>$memory</memory>
> > <os>
> > <boot dev=\"hd\"/>
> > </os>
> > <initialization>
> > <cloud_init>
> > <host>
> > <address></address>
> > </host>
> > <authorized_keys>
> > <authorized_key>
> > <user>
> > <user_name>root</user_name>
> > </user>
> > <key></key>
> > </authorized_key>
> > </authorized_keys>
> > <regenerate_ssh_keys>true</regenerate_ssh_keys>
> > <timezone>Asia/Jerusalem</timezone>
> > <users>
> > <user>
> > <user_name>root</user_name>
> > <password>mypass</password>
> > </user>
> > </users>
> > <network_configuration>
> > <nics>
> > <nic>
> > <name>eth0</name>
> > <boot_protocol>STATIC</boot_protocol>
> > <network>
> > <ip address='' netmask='255.255.255.0' gateway='/>
> > </network>
> > <on_boot>true</on_boot>
> > </nic>
> > </nics>
> > <dns>
> > <servers>
> > <host>
> > <address></address>
> > </host>
> > <host>
> > <address></address>
> > </host>
> > </servers>
> > <search_domains>
> > <host>
> > <address></address>
> > </host>
> > </search_domains>
> > </dns>
> > </network_configuration>
> > <files>
> > <file>
> > <name></name>
> > <content></content>
> > <type>PLAINTEXT</type>
> > </file>
> > </files>
> > </cloud_init>
> > </initialization>
> > </vm>
> > 
> > could you please check if there any issues with the xml data ? i am able to
> > create VM from the ovirt panel and its working but this problem is only when
> > i use the REST Api to do this
> > 
> > 
> > 
> > _______________________________________________
> > Users mailing list
> > Users at ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> > 
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users



More information about the Users mailing list