Hi dudes,

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.

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:

CONTEXT=[
  NETWORK="YES",
  SSH_PUBLIC_KEY="$USER[SSH_PUBLIC_KEY]",
  USER_DATA="#cloud-config
bootcmd:
  - yum clean all
  - yum -y update
packages:
  - tree
  - lsof
runcmd:
  - curl http://sfs.csic.es/mri-installer/scripts/install_mri.sh|sh
  - curl http://sfs.csic.es/chef-installer/scripts/install_chef.sh|sh"
]

thanks in advance,
Javier
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to