<div dir="ltr">Hi dudes,<div><br></div><div><div>I´m trying to make a small provisioning of our VMs based on cloud-init without success. The contextualization process works well apparently (our network interfaces and ssh keys have been deployed), but I think that the cloud-init phase does not work at all. Any ideas about how to debug this kind of behaviour after the contextualization step.</div><div><br></div><div>We are using OpenNebula versión 4.8.0, our images have the contextualization package version 4.8.0 and our context file looks like that:</div></div><div><br></div><div><div>CONTEXT=[</div><div>  NETWORK="YES",</div><div>  SSH_PUBLIC_KEY="$USER[SSH_PUBLIC_KEY]",</div><div>  USER_DATA="#cloud-config</div><div>bootcmd:</div><div>  - yum clean all</div><div>  - yum -y update</div><div>packages:</div><div>  - tree</div><div>  - lsof</div><div>runcmd:</div><div>  - curl <a href="http://sfs.csic.es/mri-installer/scripts/install_mri.sh|sh">http://sfs.csic.es/mri-installer/scripts/install_mri.sh|sh</a></div><div>  - curl <a href="http://sfs.csic.es/chef-installer/scripts/install_chef.sh|sh">http://sfs.csic.es/chef-installer/scripts/install_chef.sh|sh</a>"</div><div>]</div></div><div><br></div><div>thanks in advance,</div><div>Javier</div></div>